]> granicus.if.org Git - strace/commitdiff
2003-01-10 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 10 Jan 2003 21:43:24 +0000 (21:43 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 10 Jan 2003 21:43:24 +0000 (21:43 +0000)
* configure.ac, NEWS: Version 4.4.91.
* strace.spec, debian/changelog: 4.4.91-1

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index af7162011abe736cf8fe6533294b80eea63aac4e..9038849e7b4f734a7ba05ad49d3761f7bc945b16 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in 4.4.90 TEST release
+Changes in 4.4.91 TEST release
 ==============
 * New port to AMD's x86-64 architecture. One strace binary can
   handle both new x86-64 and old i386 processes.
index cdb8d38589a91f00b385227df7e4630905827e8d..f78a4286e3615a0f700c5d95c3298a6b17e0e88a 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.4.90])
+AC_INIT([strace],[4.4.91])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index b543727179dee868272930d35d343a33b7287730..908f615b592884de548e539d9ca0276fa1e2b1d4 100644 (file)
@@ -1,3 +1,10 @@
+strace (4.4.91-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fixes -f on x86-64.
+
+ -- Roland McGrath <frob@debian.org>  Fri, 10 Jan 2003 12:55:34 -0800
+
 strace (4.4.90-1) unstable; urgency=low
 
   * New maintainer.
index 1075d030bd65f0f307adf6d8923270e47b9855a8..03b13848da40ff329a3ba823360b3ef91296b04c 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.4.90
+Version: 4.4.91
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -43,6 +43,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.91-1
+- new upstream version, fixes -f on x86-64
+
 * Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.90-1
 - new upstream version, fixes all known bugs modulo ia64 and s390 issues