summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog10
-rw-r--r--strace.spec5
4 files changed, 17 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 70702ef..f6c880e 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 98185d5..addb0a0 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.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])
diff --git a/debian/changelog b/debian/changelog
index 741fd21..3a41963 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/strace.spec b/strace.spec
index 1ca70e2..6769417 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.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)