]> granicus.if.org Git - strace/commitdiff
2004-08-31 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 31 Aug 2004 08:17:20 +0000 (08:17 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 31 Aug 2004 08:17:20 +0000 (08:17 +0000)
* configure.ac, NEWS: Version 4.5.7.
* strace.spec, debian/changelog: 4.5.7-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 216e868a86068007689afd9dfaf743fa04914dba..501091d055fe772242e9e606a270e3fd539a9656 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 4.5.7
+==============
+* Bug fixes.
+* Print attribute values in *xattr system calls on Linux.
+* Include pread and pwrite calls in -e read and -e write tracing.
+* Update SO_* and IP_* value lists and add IPV6_* values for socket options.
+* Print clock_t values symbolically in Linux clock_* system calls.
+
 Changes in 4.5.6
 ==============
 * Bug fixes, Linux ioctl updates.
index abc27bbc25f1673e74ab4b5d8c39aa69e507d46c..ffbab74bb975f651009d9311b921047e0c7c030e 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.6])
+AC_INIT([strace],[4.5.7])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 0f4a569e069c1ce8d7b49e982b7d41d308e74434..d9d775357d25933e96b9a2707254a20575ebb649 100644 (file)
@@ -1,3 +1,16 @@
+strace (4.5.7-1) unstable; urgency=low
+
+  * New upstream version.
+    + Update man page about -c, closes: #254438.
+    + Include pread/pwrite calls in -e read/write tracing, closes: #239947.
+    + Update SO_* and IP_* value lists, closes: #171653.
+    + Print attribute values in *xattr system calls.
+    + Print clock_t values symbolically in Linux clock_* system calls.
+    + Show PER_* values correctly, closes: #40588.
+    + Punt `strace64' for sparc for now, closes: #254728.
+
+ -- Roland McGrath <frob@debian.org>  Tue, 31 Aug 2004 01:16:41 -0700
+
 strace (4.5.6-1) unstable; urgency=low
 
   * New upstream version.
index 7fff2cae7f1e0b75c67ed6a508081c811719110b..d2edd283a9afbaf79786c8d03bdc86e8d02b33df 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.6
+Version: 4.5.7
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Aug 31 2004 Roland McGrath <roland@redhat.com> - 4.5.7-1
+- new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)
+
 * Mon Jul 12 2004 Roland McGrath <roland@redhat.com> 4.5.6-1
 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)