From 785a0260ff8a389898830a5455af4383c0ca6469 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 12 Jul 2004 07:55:48 +0000 Subject: [PATCH] 2004-07-12 Roland McGrath * configure.ac, NEWS: Version 4.5.6. * strace.spec, debian/changelog: 4.5.6-1. --- NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 9 +++++++++ strace.spec | 5 ++++- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7c52ef3e..216e868a 100644 --- a/NEWS +++ b/NEWS @@ -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 637946da..abc27bbc 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 329b903c..0f4a569e 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 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 04d3324a..7fff2cae 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 4.5.6-1 +- new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917) + * Sun Jun 27 2004 Roland McGrath 4.5.5-1 - new upstream version, fixes x86-64 biarch support (#126547)