]> granicus.if.org Git - strace/commitdiff
2003-09-24 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 24 Sep 2003 22:22:38 +0000 (22:22 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 24 Sep 2003 22:22:38 +0000 (22:22 +0000)
* configure.ac, NEWS: Version 4.5.
* strace.spec, debian/changelog: 4.5-1.

NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index f6c880e0901274a7f5dfd030304232fa35a341cd..970644fcee241af2fc05ec33bf7137e18fd87f46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in 4.4.99 TEST release
+Changes in 4.5
 ==============
 * New port to AMD's x86-64 architecture. One strace binary can
   handle both new x86-64 and old i386 processes.
index addb0a0fc01f16902c251d5e4d2af11479e64193..03d80d4d13f5f2ee9f706a12836e96649b8c4159 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.4.99])
+AC_INIT([strace],[4.5])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 3a419630cc2a95b75ea37e27fd82221af96fccb4..f428b0764db7273f164fc21a38a9a7852c52cf6f 100644 (file)
@@ -1,3 +1,12 @@
+strace (4.5-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fix mlock syscall printing.
+    + MIPS & S390 updates.
+    + Print names for SIGRT_* in sets.
+
+  -- Roland McGrath <frob@debian.org>  Wed, 24 Sep 2003 15:20:18 -0700
+
 strace (4.4.99-1) unstable; urgency=low
 
   * New upstream version.