From: Roland McGrath Date: Mon, 24 Feb 2003 10:53:44 +0000 (+0000) Subject: 2003-02-24 Roland McGrath X-Git-Tag: v4.5.18~810 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1893d0566f0cf1e5043809283fe13444ee699495;p=strace 2003-02-24 Roland McGrath * configure.ac, NEWS: Version 4.4.95. * strace.spec, debian/changelog: 4.4.95-1. --- diff --git a/NEWS b/NEWS index 7bb2c401..aab74f7d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in 4.4.94 TEST release +Changes in 4.4.95 TEST release ============== * New port to AMD's x86-64 architecture. One strace binary can handle both new x86-64 and old i386 processes. diff --git a/configure.ac b/configure.ac index 589da949..74eff4ef 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.94]) +AC_INIT([strace],[4.4.95]) 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 4f188131..c8a53f3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +strace (4.4.95-1) unstable; urgency=low + + * New upstream version. + + Fixes printing of getresuid and getresgid values. + + -- Roland McGrath Mon, 24 Feb 2003 02:50:43 -0800 + strace (4.4.94-1) unstable; urgency=low * New upstream version. diff --git a/strace.spec b/strace.spec index 16270520..e523e07b 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.94 +Version: 4.4.95 Release: 1 License: BSD Group: Development/Debuggers @@ -43,6 +43,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Mon Feb 24 2003 Roland McGrath 4.4.95-1 +- new upstream version, fixed getresuid/getresgid (#84959) + * Wed Feb 19 2003 Roland McGrath 4.4.94-1 - new upstream version, new option -E to set environment variables (#82392)