]> granicus.if.org Git - strace/commitdiff
2003-07-17 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Thu, 17 Jul 2003 09:23:56 +0000 (09:23 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 17 Jul 2003 09:23:56 +0000 (09:23 +0000)
* configure.ac, NEWS: Version 4.4.99.
* strace.spec, debian/changelog: 4.4.99-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 70702ef4b205953871a05f404c66cff2dd57942e..f6c880e0901274a7f5dfd030304232fa35a341cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in 4.4.98 TEST release
+Changes in 4.4.99 TEST release
 ==============
 * New port to AMD's x86-64 architecture. One strace binary can
   handle both new x86-64 and old i386 processes.
@@ -11,7 +11,7 @@ Changes in 4.4.98 TEST release
 * Fixed traced process seeing ECHILD despite live, traced children
   in waitpid calls with WNOHANG.
 * Stuart Menefy contributed a port to Linux/SH.
-* Stephen Thomas contributed a port to Linux/SHmedia.
+* Stephen Thomas contributed a port to Linux/SH64.
 * Many other bug fixes.
 
 Changes in 4.4
index 98185d55ead1681bd1f600add678af5661c13f23..addb0a0fc01f16902c251d5e4d2af11479e64193 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.98])
+AC_INIT([strace],[4.4.99])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 741fd219f9b56ca347d1aab6d463f2b72c97bfb9..3a419630cc2a95b75ea37e27fd82221af96fccb4 100644 (file)
@@ -1,3 +1,13 @@
+strace (4.4.99-1) unstable; urgency=low
+
+  * New upstream version.
+    + Alpha updates.
+    + Add a few more new Linux 2.5 system calls.
+    + Stephen Thomas contributed a port to Linux/SH64.
+    + Print protocol names for PF_INET6 sockets.
+
+ -- Roland McGrath <frob@debian.org>  Thu, 17 Jul 2003 02:04:43 -0700
+
 strace (4.4.98-1) unstable; urgency=low
 
   * New upstream version.
index 1ca70e2c52eb567f797a78c9b3290a34d9525db9..676941737e6ab42087d9238c771bda9acf4ea59b 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.4.98
+Version: 4.4.99
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -43,6 +43,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
+- new upstream version, groks more new system calls, PF_INET6 sockets
+
 * Mon Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
 - new upstream version, more fixes (#90754, #91085)