]> granicus.if.org Git - strace/commitdiff
2004-04-16 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 16 Apr 2004 22:28:41 +0000 (22:28 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 16 Apr 2004 22:28:41 +0000 (22:28 +0000)
* configure.ac: Version 4.5.3.
* strace.spec, debian/changelog: 4.5.3-1.

configure.ac
debian/changelog
strace.spec

index 04250008f7b3d7a46715ab0dc78f4b3c35d5e7ec..0875738bbc690220aff3e9e3ad0f68953d5ea09c 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.  Use autoreconf.
 AC_PREREQ(2.57)
-AC_INIT([strace],[4.5.2])
+AC_INIT([strace],[4.5.3])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 2501f126eecc274833a7b6d4b4a9811aa65afb9d..573078145f16e1f229702347726f2cfb70abc6c9 100644 (file)
@@ -1,3 +1,12 @@
+strace (4.5.3-1) unstable; urgency=low
+
+  * New upstream version.
+    + Finish fix for -f on Linux/S390(x).
+    + Print extra wait status bits, closes: #240062.
+    + Print extra wait status bits, closes: #240062.
+
+  -- Roland McGrath <frob@debian.org>  Fri, 16 Apr 2004 15:27:43 -0700
+
 strace (4.5.2-1) unstable; urgency=low
 
   * New upstream version.
index 8774cbbb06b5dbc9ba9a91d5cbb3b8004297cc01..c8b83dd2efef41d54e0829d3c606c038e8eaa2a1 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.2
+Version: 4.5.3
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Apr 16 2004 Roland McGrath <roland@redhat.com> 4.5.3-1
+- new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685)
+
+* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 4.5.2-1.1
+- rebuilt
+
 * Mon Mar  1 2004 Roland McGrath <roland@redhat.com> 4.5.2-1
 - new upstream version, sched_* calls (#116990), show core flag (#112117)