* configure.ac, NEWS: Version 4.4.99.
* strace.spec, debian/changelog: 4.4.99-1.
-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.
* 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
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])
+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.
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
%{_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)