]> granicus.if.org Git - strace/commitdiff
2005-03-14 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 15 Mar 2005 02:40:12 +0000 (02:40 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 15 Mar 2005 02:40:12 +0000 (02:40 +0000)
* configure.ac, NEWS: Version 4.5.10.
* debian/changelog, strace.spec: 4.5.10-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 798de161303c124bf8c53892ae65905311a5309f..b34e282425cc69eb4778ff955af0c7cf61e5ec11 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 4.5.10
+==============
+* Bug fixes.
+* Print fault address for SIGSEGV/SIGBUS signals when available.
+
 Changes in 4.5.9
 ==============
 * Bug fixes.
index 2897ba2e85caeea94279a12bcfbfe88221ccacf6..41afec4778ac4331608136e4b30a73addd1e80ce 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.9])
+AC_INIT([strace],[4.5.10])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 127c401b550a94db72a5647723649a9074112add..7a84ed947e543fb7d407592c3ad42a04f0a0faa7 100644 (file)
@@ -1,3 +1,14 @@
+strace (4.5.10-1) unstable; urgency=low
+
+  * New upstream version.
+    + Update MIPS system call table, closes: #256684.
+    + Fix build on s390 and sparc, closes: #294172, #293564.
+    + Fix select handling on nonstandard fd_set sizes, closes: #65654, #284290.
+    + Don't print errors for null file name pointers, closes: #63093.
+    + Fix initial execve output with -i.
+
+ -- Roland McGrath <frob@debian.org>  Mon, 14 Mar 2005 18:28:37 -0800
+
 strace (4.5.9-2) unstable; urgency=low
 
   * New upstream version.
index 6e1a3701548ad06ec1554b1f05e4bc5dcebb5d5c..098ecf937d755c194b597b966725db82444bfe17 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.9
-Release: 2
+Version: 4.5.10
+Release: 1
 License: BSD
 Group: Development/Debuggers
 URL: http://sourceforge.net/projects/strace/
@@ -75,6 +75,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 4.5.10-1
+- Fix select handling on nonstandard fd_set sizes.
+- Don't print errors for null file name pointers.
+- Fix initial execve output with -i (#143365).
+
 * Fri Feb  4 2005 Roland McGrath <roland@redhat.com> - 4.5.9-2
 - update ia64 syscall list (#146245)
 - fix x86_64 syscall argument extraction for 32-bit processes (#146093)