]> granicus.if.org Git - strace/commitdiff
2004-06-27 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 28 Jun 2004 05:24:29 +0000 (05:24 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 28 Jun 2004 05:24:29 +0000 (05:24 +0000)
* configure.ac, NEWS: Version 4.5.5.
* strace.spec, debian/changelog: 4.5.5-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 01fba9d7ab72631bc8d7a12a5ac6077feece224f..7c52ef3ea9ea7355cd6780cad0a5a663c27b6d43 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in 4.5.5
+==============
+* Just bug fixes.
+
 Changes in 4.5.4
 ==============
 * Update Linux ioctl lists.
index 8b289628f7eb27818d90a36659effa9dd75dcef4..d0f962cd56f4bede98cad2e1309d33159ad63e68 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.4])
+AC_INIT([strace],[4.5.5])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 09352676fb78eda950df6d257deae0c679024aba..329b903c7c829cfc12eca63c217d45d844bd04aa 100644 (file)
@@ -1,3 +1,10 @@
+strace (4.5.5-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fix support for 32-bit (i386) binaries on Linux/AMD64.
+
+ -- Roland McGrath <frob@debian.org>  Sun, 27 Jun 2004 22:19:15 -0700
+
 strace (4.5.4-1) unstable; urgency=low
 
   * Build package on amd64, closes: #246568.
index fcdfcc3713eca1d3faf8c44cee3c490485558137..04d3324a7350fe77527718830ac377e722a266b9 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.4
+Version: 4.5.5
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,15 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jun 27 2004 Roland McGrath <roland@redhat.com> 4.5.5-1
+- new upstream version, fixes x86-64 biarch support (#126547)
+
+* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 4.5.4-2
+- rebuilt
+
+* Thu Jun  3 2004 Roland McGrath <roland@redhat.com> 4.5.4-0.FC1
+- rebuilt for FC1 update
+
 * Thu Jun  3 2004 Roland McGrath <roland@redhat.com> 4.5.4-1
 - new upstream version, more ioctls (#122257), minor fixes