]> granicus.if.org Git - strace/commitdiff
2006-01-16 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 17 Jan 2006 06:22:57 +0000 (06:22 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 17 Jan 2006 06:22:57 +0000 (06:22 +0000)
* configure.ac, NEWS: Version 4.5.14.
* debian/changelog, strace.spec: 4.5.14-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 78e3407f63dda79623192f6f7b285220ab21a414..efb1435ae1b0abb127d8a6f0d5a2b42c59bef192 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 4.5.14
+==============
+* Bug fixes.
+* Accept numeric system calls in -e.
+
 Changes in 4.5.13
 ==============
 * Bug fixes.
index 405a6cf412e11ef4053f3005b0527f3646e355ad..43b71b09d45d6b36ebc01e29ed9282462214f8aa 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.13])
+AC_INIT([strace],[4.5.14])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 6bb298ba86b4d473516f704eb6f49c3aae3386e1..0cad868a157d7ff53ada2a5c5d0b7a6d060a4d26 100644 (file)
@@ -1,3 +1,14 @@
+strace (4.5.14-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fix crash in printing sysctl, closes: #339117.
+    + Respect DEB_BUILD_OPTIONS=nostrip, closes: #325132.
+    + Fix ipc syscall decoding, closes: #340239.
+    + Add missing source files to tarball, closes: #336197.
+    + Build on armeb, closes: #335681.
+
+ -- Roland McGrath <frob@debian.org>  Mon, 16 Jan 2006 22:17:38 -0800
+
 strace (4.5.13-1) unstable; urgency=low
 
   * New upstream version.
index 6e0f58338c0b82a3d73a13bc5da4d3aa20129359..aa1e9b26931bcdfc360ab7f41a7eb5333166aedb 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.13
+Version: 4.5.14
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,16 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 16 2006 Roland McGrath <roland@redhat.com> - 4.5.14-1
+- Fix biarch decoding of socket syscalls (#174354).
+- Fix biarch -e support (#173986).
+- Accept numeric syscalls in -e (#174798).
+- Fix ipc syscall decoding (#164755).
+- Improve msgrcv printing (#164757).
+- Man page updates (#165375).
+- Improve mount syscall printing (#165377).
+- Correct printing of restarting syscalls (#165469).
+
 * Wed Aug  3 2005 Roland McGrath <roland@redhat.com> - 4.5.13-1
 - Fix setsockopt decoding on 64-bit (#162449).
 - Fix typos in socket option name strings (#161578).