summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
-rw-r--r--strace.spec11
4 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 01fba9d..7c52ef3 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 8b28962..d0f962c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index 0935267..329b903 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/strace.spec b/strace.spec
index fcdfcc3..04d3324 100644
--- a/strace.spec
+++ b/strace.spec
@@ -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