From: Roland McGrath Date: Fri, 16 Apr 2004 22:28:41 +0000 (+0000) Subject: 2004-04-16 Roland McGrath X-Git-Tag: v4.5.18~590 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8c555fbbb49cc6b1032d1bc420fe6d048547d95;p=strace 2004-04-16 Roland McGrath * configure.ac: Version 4.5.3. * strace.spec, debian/changelog: 4.5.3-1. --- diff --git a/configure.ac b/configure.ac index 04250008..0875738b 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.5.2]) +AC_INIT([strace],[4.5.3]) 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 2501f126..57307814 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strace (4.5.3-1) unstable; urgency=low + + * New upstream version. + + Finish fix for -f on Linux/S390(x). + + Print extra wait status bits, closes: #240062. + + Print extra wait status bits, closes: #240062. + + -- Roland McGrath Fri, 16 Apr 2004 15:27:43 -0700 + strace (4.5.2-1) unstable; urgency=low * New upstream version. diff --git a/strace.spec b/strace.spec index 8774cbbb..c8b83dd2 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.5.2 +Version: 4.5.3 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,12 @@ rm -rf %{buildroot} %changelog +* Fri Apr 16 2004 Roland McGrath 4.5.3-1 +- new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685) + +* Tue Mar 02 2004 Elliot Lee 4.5.2-1.1 +- rebuilt + * Mon Mar 1 2004 Roland McGrath 4.5.2-1 - new upstream version, sched_* calls (#116990), show core flag (#112117)