From: Roland McGrath Date: Tue, 31 Aug 2004 08:17:20 +0000 (+0000) Subject: 2004-08-31 Roland McGrath X-Git-Tag: v4.5.18~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b93f91835646292bb5469e2a81e57a1522d483bf;p=strace 2004-08-31 Roland McGrath * configure.ac, NEWS: Version 4.5.7. * strace.spec, debian/changelog: 4.5.7-1. --- diff --git a/NEWS b/NEWS index 216e868a..501091d0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in 4.5.7 +============== +* Bug fixes. +* Print attribute values in *xattr system calls on Linux. +* Include pread and pwrite calls in -e read and -e write tracing. +* Update SO_* and IP_* value lists and add IPV6_* values for socket options. +* Print clock_t values symbolically in Linux clock_* system calls. + Changes in 4.5.6 ============== * Bug fixes, Linux ioctl updates. diff --git a/configure.ac b/configure.ac index abc27bbc..ffbab74b 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.6]) +AC_INIT([strace],[4.5.7]) 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 0f4a569e..d9d77535 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +strace (4.5.7-1) unstable; urgency=low + + * New upstream version. + + Update man page about -c, closes: #254438. + + Include pread/pwrite calls in -e read/write tracing, closes: #239947. + + Update SO_* and IP_* value lists, closes: #171653. + + Print attribute values in *xattr system calls. + + Print clock_t values symbolically in Linux clock_* system calls. + + Show PER_* values correctly, closes: #40588. + + Punt `strace64' for sparc for now, closes: #254728. + + -- Roland McGrath Tue, 31 Aug 2004 01:16:41 -0700 + strace (4.5.6-1) unstable; urgency=low * New upstream version. diff --git a/strace.spec b/strace.spec index 7fff2cae..d2edd283 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.6 +Version: 4.5.7 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 31 2004 Roland McGrath - 4.5.7-1 +- new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177) + * Mon Jul 12 2004 Roland McGrath 4.5.6-1 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)