]> granicus.if.org Git - strace/commitdiff
2005-06-09 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 10 Jun 2005 03:56:16 +0000 (03:56 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 10 Jun 2005 03:56:16 +0000 (03:56 +0000)
* configure.ac, NEWS: Version 4.5.12.
* debian/changelog, strace.spec: 4.5.12-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 89f932552e594fb98f3978a545afed556be6f5b5..264142bcf995dfae9289f5361eab26b8251afc02 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in 4.5.12
+==============
+* Bug fixes.
+* Better x86-64 support for IA32 processes.
+* Update PowerPC system calls.
+* Better printing for Linux aio system calls.
+
 Changes in 4.5.11
 ==============
 * Quick fix release for build issues.
index 38e719c13c72c69f83147e6918bce816b3841d5c..7b84f75815ddab32004e5bde98c940bd35b70a2c 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.11])
+AC_INIT([strace],[4.5.12])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 2b3c850c2e721c40fb0a249f0fb0e16a34e8f2b1..bf762029c69fa3942d19b83198e794a4ad989c0d 100644 (file)
@@ -1,3 +1,19 @@
+strace (4.5.12-1) unstable; urgency=low
+
+  * New upstream version.
+    + Build on ppc64, closes: #301089.
+    + Refuse negative -s argument value, closes: #303256.
+    + Fix known syscall recognition for IA32 processes on x86-64.
+    + Fix bad output for ptrace on x86-64.
+    + Fix potential buffer overruns.
+    + Make some diagnostics more consistent.
+    + Update PowerPC system calls.
+    + Better printing for Linux aio system calls.
+    + Don't truncate statfs64 fields to 32 bits in output.
+    + Cosmetic code cleanups.
+
+ -- Roland McGrath <frob@debian.org>  Wed,  8 Jun 2005 13:52:39 -0700
+
 strace (4.5.11-1) unstable; urgency=low
 
   * New upstream version.
index bd27e61a25014916749c3097e4f181aaf53ae8ff..1e94fa52bcedf08e205fbea2f098a70a047c2e0d 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.11
+Version: 4.5.12
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,16 @@ rm -rf %{buildroot}
 
 
 %changelog
+* 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).
+- Fix potential buffer overruns (#151570, #159196).
+- Make some diagnostics more consistent (#159308).
+- Update PowerPC system calls.
+- Better printing for Linux aio system calls.
+- Don't truncate statfs64 fields to 32 bits in output (#158243).
+- Cosmetic code cleanups (#159688).
+
 * Tue Mar 22 2005 Roland McGrath <roland@redhat.com> - 4.5.11-1
 - Build tweaks.
 - Note 4.5.10 select fix (#151570).