]> granicus.if.org Git - strace/commitdiff
2004-07-12 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 12 Jul 2004 07:55:48 +0000 (07:55 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 12 Jul 2004 07:55:48 +0000 (07:55 +0000)
* configure.ac, NEWS: Version 4.5.6.
* strace.spec, debian/changelog: 4.5.6-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 7c52ef3ea9ea7355cd6780cad0a5a663c27b6d43..216e868a86068007689afd9dfaf743fa04914dba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 4.5.6
+==============
+* Bug fixes, Linux ioctl updates.
+* David Miller contributed support for Linux/SPARC64.
+
 Changes in 4.5.5
 ==============
 * Just bug fixes.
index 637946da14c5b661b479bc15925a89da44858d51..abc27bbc25f1673e74ab4b5d8c39aa69e507d46c 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.5])
+AC_INIT([strace],[4.5.6])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 329b903c7c829cfc12eca63c217d45d844bd04aa..0f4a569e069c1ce8d7b49e982b7d41d308e74434 100644 (file)
@@ -1,3 +1,12 @@
+strace (4.5.6-1) unstable; urgency=low
+
+  * New upstream version.
+    + Update Linux ioctl lists and decode some more network ioctls.
+    + Fix `quotactl' argument decoding on 64-bit.
+    + Linux/SPARC64 support, closes: #254728.
+
+ -- Roland McGrath <frob@debian.org>  Mon, 12 Jul 2004 00:18:32 -0700
+
 strace (4.5.5-1) unstable; urgency=low
 
   * New upstream version.
index 04d3324a7350fe77527718830ac377e722a266b9..7fff2cae7f1e0b75c67ed6a508081c811719110b 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.5
+Version: 4.5.6
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* 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)
+
 * Sun Jun 27 2004 Roland McGrath <roland@redhat.com> 4.5.5-1
 - new upstream version, fixes x86-64 biarch support (#126547)