]> granicus.if.org Git - strace/commitdiff
2005-02-04 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 4 Feb 2005 09:29:04 +0000 (09:29 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 4 Feb 2005 09:29:04 +0000 (09:29 +0000)
* configure.ac, NEWS: Version 4.5.9.
* debian/changelog, strace.spec: 4.5.9-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 1245c79039f8246cb00570199fc3072bd7e52e4a..798de161303c124bf8c53892ae65905311a5309f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in 4.5.9
+==============
+* Bug fixes.
+* Improve socket ioctl printing.
+* Update Linux/IA64 syscall list.
+* Fix Linux/x86-64 syscall argument extraction for 32-bit processes.
+* Improve mount flags printing.
+* Support symbolic printing of x86_64 arch_prctl parameters.
+
 Changes in 4.5.8
 ==============
 * Bug fixes.
index 749b8c54a716a558ec09497652897e89b3b53ed6..2897ba2e85caeea94279a12bcfbfe88221ccacf6 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.8])
+AC_INIT([strace],[4.5.9])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 45ed15eb1c642a911fa4c98377c0900f7fe631cf..800d76004b8fe48754df3e69c22aa694c895637c 100644 (file)
@@ -1,3 +1,19 @@
+strace (4.5.9-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fix potential crash in getxattr printing, closes: #283704.
+    + Improve socket ioctl printing, closes: #192164.
+    + Fix sparc build, closes: #278449.
+    + Update ia64 syscall list.
+    + Fix x86_64 syscall argument extraction for 32-bit processes.
+    + Fix -e signal=NAME parsing.
+    + Fix x86_64 exit_group syscall handling.
+    + Improve mount flags printing.
+    + Support symbolic printing of x86_64 arch_prctl parameters.
+    + Add strace-udeb package for Debian installer debugging, closes: #268294.
+
+ -- Roland McGrath <frob@debian.org>  Fri,  4 Feb 2005 01:28:21 -0800
+
 strace (4.5.8-1) unstable; urgency=low
 
   * New upstream version.
index a08824de52ba782e7c20e99a26830bebfda429d1..d8a62a1dd96107dd0f1249401ebbb881207cd6d4 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.8
+Version: 4.5.9
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,17 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Feb  4 2005 Roland McGrath <roland@frob.com> - 4.5.9-1
+- update ia64 syscall list (#146245)
+- fix x86_64 syscall argument extraction for 32-bit processes (#146093)
+- fix -e signal=NAME parsing (#143362)
+- fix x86_64 exit_group syscall handling
+- improve socket ioctl printing (#138223)
+- code cleanups (#143369, #143370)
+- improve mount flags printing (#141932)
+- support symbolic printing of x86_64 arch_prctl parameters (#142667)
+- fix potential crash in getxattr printing
+
 * Tue Oct 19 2004 Roland McGrath <roland@redhat.com> - 4.5.8-1
 - fix multithreaded exit handling (#132150, #135254)
 - fix ioctl name matching (#129808)