]> granicus.if.org Git - strace/commitdiff
2003-01-14 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 14 Jan 2003 10:09:50 +0000 (10:09 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 14 Jan 2003 10:09:50 +0000 (10:09 +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 9038849e7b4f734a7ba05ad49d3761f7bc945b16..3e75ae99ebf5ef03632a8b4479551f5ed85dbebd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in 4.4.91 TEST release
+Changes in 4.4.92 TEST release
 ==============
 * New port to AMD's x86-64 architecture. One strace binary can
   handle both new x86-64 and old i386 processes.
index 6d83bbe3fd13285ef29d76ea0d67bf4fe8df4a16..b52ab175f8492fe07d6ebfd631fe8271d7695384 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.91])
+AC_INIT([strace],[4.4.92])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 908f615b592884de548e539d9ca0276fa1e2b1d4..cb8baa0bd1f9263d3f5b69987fbaadef8bab9eb3 100644 (file)
@@ -1,3 +1,16 @@
+strace (4.4.92-1) unstable; urgency=low
+
+  * New upstream version.
+    + Updated config.guess and config.sub, closes: #176241.
+    + Several fixes for PPC, closes: #144326.
+    + Fixed ptrace output for unknown requests, closes: #77728.
+    + Fixed output of getdents64, truncate64, ftruncate64, closes: #169258.
+    + Old bugs the last release actually closes: #153750, #38467, #109993,
+      #109815, #104594, #113087, #134803, #166622, #96356, #94725, #32147,
+      #32798, #36801, #41066, #81637, #138300, #143791.
+
+ -- Roland McGrath <frob@debian.org>  Tue, 14 Jan 2003 02:02:44 -0800
+
 strace (4.4.91-1) unstable; urgency=low
 
   * New upstream version.
index 03b13848da40ff329a3ba823360b3ef91296b04c..2aae545ec80803eb91f86cbbdbd21f4f576a0f42 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.4.91
+Version: 4.4.92
 Release: 1
 License: BSD
 Group: Development/Debuggers