2003-06-10 Roland McGrath <roland@redhat.com>

* configure.ac, NEWS: Version 4.4.98.
	* strace.spec, debian/changelog: 4.4.98-1.
This commit is contained in:
Roland McGrath 2003-06-11 05:37:56 +00:00
parent 767b430533
commit acd3cd758d
4 changed files with 15 additions and 5 deletions

3
NEWS
View File

@ -1,4 +1,4 @@
Changes in 4.4.97 TEST release
Changes in 4.4.98 TEST release
==============
* New port to AMD's x86-64 architecture. One strace binary can
handle both new x86-64 and old i386 processes.
@ -12,6 +12,7 @@ Changes in 4.4.97 TEST release
in waitpid calls with WNOHANG.
* Stuart Menefy contributed a port to Linux/SH.
* Stephen Thomas contributed a port to Linux/SHmedia.
* Many other bug fixes.
Changes in 4.4
==============

View 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.97])
AC_INIT([strace],[4.4.98])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])

8
debian/changelog vendored
View File

@ -1,9 +1,15 @@
strace (4.4.97-1) unstable; urgency=low
strace (4.4.98-1) unstable; urgency=low
* New upstream version.
+ Fixes clone argument bugs.
+ Fixes sem* printing bugs.
+ Fixes -e argument parsing, closes: #188379.
+ Fixes hanging parent in odd wait cases, closes: #47608, #109656.
+ Fixes -q defaulting, closes: #47113, #153678.
+ Fixes trying to execute directories, closes: #137103.
+ Updates ARM support, thanks to Russell King.
+ Updates S390/S390x support.
* Bump standards-version to 3.5.10
-- Roland McGrath <frob@debian.org> Mon, 2 Jun 2003 12:26:29 -0700

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process.
Name: strace
Version: 4.4.97
Version: 4.4.98
Release: 1
License: BSD
Group: Development/Debuggers
@ -43,9 +43,12 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
* Mon Jun 2 2003 Roland McGrath <roland@redhat.com> 4.4.97-1
* Mon Jun 2 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
- new upstream version, more fixes (#90754, #91085)
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* 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