summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
-rw-r--r--strace.spec5
4 files changed, 16 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index aab74f7..64fcec9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in 4.4.95 TEST release
+Changes in 4.4.96 TEST release
==============
* New port to AMD's x86-64 architecture. One strace binary can
handle both new x86-64 and old i386 processes.
@@ -10,6 +10,7 @@ Changes in 4.4.95 TEST release
* Fixed bugs with attach/detach leaving things stopped.
* Fixed traced process seeing ECHILD despite live, traced children
in waitpid calls with WNOHANG.
+* Stuart Menefy contributed a port to Linux/SH.
Changes in 4.4
==============
diff --git a/configure.ac b/configure.ac
index b48d168..28fbeed 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.95])
+AC_INIT([strace],[4.4.96])
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 c8a53f3..c7bc202 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+strace (4.4.96-1) unstable; urgency=low
+
+ * New upstream version.
+ + Handles yet more new Linux 2.5 system calls.
+ + Fixes x86_64 and ia64 clone printing.
+ + Updates SH port.
+
+ -- Roland McGrath <frob@debian.org> Sun, 30 Mar 2003 17:14:34 -0800
+
strace (4.4.95-1) unstable; urgency=low
* New upstream version.
diff --git a/strace.spec b/strace.spec
index e523e07..5740515 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.95
+Version: 4.4.96
Release: 1
License: BSD
Group: Development/Debuggers
@@ -43,6 +43,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
+* Sun Mar 30 2003 Roland McGrath <roland@redhat.com> 4.4.96-1
+- new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes
+
* Mon Feb 24 2003 Roland McGrath <roland@redhat.com> 4.4.95-1
- new upstream version, fixed getresuid/getresgid (#84959)