diff options
author | Roland McGrath <roland@redhat.com> | 2004-07-12 07:55:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2004-07-12 07:55:48 +0000 |
commit | 785a0260ff8a389898830a5455af4383c0ca6469 (patch) | |
tree | 94abf97e2bd31d2c9bcbaa3863efe305e8626439 | |
parent | 05cf2951a69da9c9882107b7e33a9a13156c2b5d (diff) | |
download | strace-785a0260ff8a389898830a5455af4383c0ca6469.tar.gz |
2004-07-12 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.6.
* strace.spec, debian/changelog: 4.5.6-1.
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | strace.spec | 5 |
4 files changed, 19 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Changes in 4.5.6 +============== +* Bug fixes, Linux ioctl updates. +* David Miller contributed support for Linux/SPARC64. + Changes in 4.5.5 ============== * Just bug fixes. diff --git a/configure.ac b/configure.ac index 637946da1..abc27bbc2 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.5]) +AC_INIT([strace],[4.5.6]) 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 329b903c7..0f4a569e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strace (4.5.6-1) unstable; urgency=low + + * New upstream version. + + Update Linux ioctl lists and decode some more network ioctls. + + Fix `quotactl' argument decoding on 64-bit. + + Linux/SPARC64 support, closes: #254728. + + -- Roland McGrath <frob@debian.org> Mon, 12 Jul 2004 00:18:32 -0700 + strace (4.5.5-1) unstable; urgency=low * New upstream version. diff --git a/strace.spec b/strace.spec index 04d3324a7..7fff2cae7 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.5 +Version: 4.5.6 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 12 2004 Roland McGrath <roland@redhat.com> 4.5.6-1 +- new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917) + * Sun Jun 27 2004 Roland McGrath <roland@redhat.com> 4.5.5-1 - new upstream version, fixes x86-64 biarch support (#126547) |