summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-08-31 08:17:20 +0000
committerRoland McGrath <roland@redhat.com>2004-08-31 08:17:20 +0000
commitb93f91835646292bb5469e2a81e57a1522d483bf (patch)
tree5afb96ff3dbda01a7b8184d9736ef3b8ff7e271a
parentdc025fad62c940203f5a2e971334eb6858e6dda7 (diff)
downloadstrace-b93f91835646292bb5469e2a81e57a1522d483bf.tar.gz
strace-b93f91835646292bb5469e2a81e57a1522d483bf.tar.bz2
strace-b93f91835646292bb5469e2a81e57a1522d483bf.tar.xz
2004-08-31 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.7. * strace.spec, debian/changelog: 4.5.7-1.
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog13
-rw-r--r--strace.spec5
4 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 216e868..501091d 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 abc27bb..ffbab74 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 0f4a569..d9d7753 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 <frob@debian.org> 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 7fff2ca..d2edd28 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 <roland@redhat.com> - 4.5.7-1
+- new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)
+
* 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)