]> granicus.if.org Git - strace/commitdiff
2005-08-03 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 3 Aug 2005 11:42:35 +0000 (11:42 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 3 Aug 2005 11:42:35 +0000 (11:42 +0000)
* configure.ac, NEWS: Version 4.5.13.
* debian/changelog, strace.spec: 4.5.13-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 264142bcf995dfae9289f5361eab26b8251afc02..78e3407f63dda79623192f6f7b285220ab21a414 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 4.5.13
+==============
+* Bug fixes.
+* Introduce "-e trace=desc".
+
 Changes in 4.5.12
 ==============
 * Bug fixes.
index 7b84f75815ddab32004e5bde98c940bd35b70a2c..572adfd17f8e47426b4700973ef176b4520cfde2 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.12])
+AC_INIT([strace],[4.5.13])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index bf762029c69fa3942d19b83198e794a4ad989c0d..6bb298ba86b4d473516f704eb6f49c3aae3386e1 100644 (file)
@@ -1,3 +1,18 @@
+strace (4.5.13-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fix m68k build, closes: #315500.
+    + Fix setsockopt decoding on 64-bit.
+    + Fix typos in socket option name strings.
+    + Display more IPV6 socket options by name.
+    + Don't display inappropriate syscalls for -e trace=file.
+    + New selector type -e trace=desc for file-descriptor using calls.
+    + Fix 32-bit old_mmap syscall decoding on x86-64.
+    + Fix errors detaching from multithreaded process on interrupt.
+    + Note 4.5.12 fix for crash handling bad signal numbers.
+
+ -- Roland McGrath <frob@debian.org>  Wed,  3 Aug 2005 04:41:49 -0700
+
 strace (4.5.12-1) unstable; urgency=low
 
   * New upstream version.
index 1e94fa52bcedf08e205fbea2f098a70a047c2e0d..6e0f58338c0b82a3d73a13bc5da4d3aa20129359 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.12
+Version: 4.5.13
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,16 @@ rm -rf %{buildroot}
 
 
 %changelog
+* 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).
+- Display more IPV6 socket options by name (#162450).
+- Don't display inappropriate syscalls for -e trace=file (#159340).
+- New selector type -e trace=desc for file-descriptor using calls (#159400).
+- Fix 32-bit old_mmap syscall decoding on x86-64 (#162467, #164215).
+- Fix errors detaching from multithreaded process on interrupt (#161919).
+- Note 4.5.12 fix for crash handling bad signal numbers (#162739).
+
 * Wed Jun  8 2005 Roland McGrath <roland@redhat.com> - 4.5.12-1
 - Fix known syscall recognition for IA32 processes on x86-64 (#158934).
 - Fix bad output for ptrace on x86-64 (#159787).