summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f6c880e..970644f 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index addb0a0..03d80d4 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.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])
diff --git a/debian/changelog b/debian/changelog
index 3a41963..f428b07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.