]> granicus.if.org Git - strace/commitdiff
Prepare for 4.5.18 release v4.5.18
authorRoland McGrath <roland@redhat.com>
Thu, 28 Aug 2008 22:00:46 +0000 (22:00 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 28 Aug 2008 22:00:46 +0000 (22:00 +0000)
ChangeLog
NEWS
configure.ac
strace.spec

index d5ad7b41c56f0c6817ff1e10c9737867714c11bf..a1d2728188466120228d33962922578deb52fead 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-28  Roland McGrath  <roland@redhat.com>
+
+       * configure.ac, NEWS: Version 4.5.18.
+       * strace.spec: 4.5.18-1.
+
 2008-08-24  Roland McGrath  <roland@redhat.com>
 
        * linux/syscall.h (SYS_socket_subcall et al, SYS_ipc_subcall et al):
diff --git a/NEWS b/NEWS
index a008013e3425b38eab2e5f7c31724a3d4d2bb35b..af62ac77d1fbf8bf566d201ad6194aab6da3d5e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in 4.5.18
+==============
+* Bug fixes.
+* Support new Linux/PPC system call subpage_prot and PROT_SAO flag.
+* In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN.
+
 Changes in 4.5.17
 ==============
 * Many bug fixes.
index 0a622e30a7e10fbf19c573744e2971fa08dc5b0b..3b958bdbaa4f0a007e3cebbc250f3cbe550dc6b9 100644 (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.17])
+AC_INIT([strace],[4.5.18])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 35e9fc611891316365271145f3c406c2fa887adf..335b26d9342522590332816a0e5879ccc5820875 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 4.5.17
+Version: 4.5.18
 Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
@@ -76,6 +76,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 4.5.18-1
+- build fix for newer kernel headers (#457291)
+- fix CLONE_VFORK handling (#455078)
+- Support new Linux/PPC system call subpage_prot and PROT_SAO flag.
+- In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN.
+
 * 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)