From acd3cd758d9070398d95e279d82cbdaa0f7d7303 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Jun 2003 05:37:56 +0000 Subject: [PATCH] 2003-06-10 Roland McGrath * configure.ac, NEWS: Version 4.4.98. * strace.spec, debian/changelog: 4.4.98-1. --- NEWS | 3 ++- configure.ac | 2 +- debian/changelog | 8 +++++++- strace.spec | 7 +++++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 345b9e22..70702ef4 100644 --- a/NEWS +++ b/NEWS @@ -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 ============== diff --git a/configure.ac b/configure.ac index 7d2dc004..cacf9566 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.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]) diff --git a/debian/changelog b/debian/changelog index 8f133cb8..741fd219 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 2 Jun 2003 12:26:29 -0700 diff --git a/strace.spec b/strace.spec index c19c2972..f235ec8e 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.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 4.4.97-1 +* Mon Jun 2 2003 Roland McGrath 4.4.98-1 - new upstream version, more fixes (#90754, #91085) +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Sun Mar 30 2003 Roland McGrath 4.4.96-1 - new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes -- 2.40.0