2008-07-21 Roland McGrath <roland@redhat.com>

* configure.ac: Version 4.5.17.
	* strace.spec: 4.5.17-1.
This commit is contained in:
Roland McGrath 2008-07-22 00:43:09 +00:00
parent 1bedd4dae4
commit 6a1311d5d3
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure. Use autoreconf.
AC_PREREQ(2.57)
AC_INIT([strace],[4.5.16])
AC_INIT([strace],[4.5.17])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])

View File

@ -76,6 +76,7 @@ rm -rf %{buildroot}
%changelog
* Mon Jul 21 2008 Roland McGrath <roland@redhat.com> - 4.5.17-1
- handle O_CLOEXEC, MSG_CMSG_CLOEXEC (#365781)
- fix biarch stat64 decoding (#222275)
- fix spurious "..." in printing of environment strings (#358241)