From ed8e77e6d4c710a92599148030f12434d709c1f7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Jun 2004 02:35:58 +0000 Subject: [PATCH] 2004-06-03 Roland McGrath * configure.ac, NEWS: Version 4.5.4. * strace.spec, debian/changelog: 4.5.4-1. --- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 9 +++++++++ strace.spec | 5 ++++- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a4d4fad2..01fba9d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes in 4.5.4 +============== +* Update Linux ioctl lists. +* Update PF_* and AF_* value lists. +* The 4.5.3 -p behavior for NPTL threads applies only under -f, and got fixed. + Changes in 4.5.3 ============== * Bug fixes. diff --git a/configure.ac b/configure.ac index 0875738b..8b289628 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.3]) +AC_INIT([strace],[4.5.4]) 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 cf199a9b..09352676 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strace (4.5.4-1) unstable; urgency=low + + * Build package on amd64, closes: #246568. + * New upstream version. + + Recognize more PF_* and AF_* values, closes: #250506. + + Other fixes. + + -- Roland McGrath Thu, 3 Jun 2004 19:35:37 -0700 + strace (4.5.3-1) unstable; urgency=low * New upstream version. diff --git a/strace.spec b/strace.spec index c8b83dd2..fcdfcc37 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.3 +Version: 4.5.4 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Thu Jun 3 2004 Roland McGrath 4.5.4-1 +- new upstream version, more ioctls (#122257), minor fixes + * 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)