* configure.ac, NEWS: Version 4.5.
* strace.spec, debian/changelog: 4.5-1.
-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.
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])
+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.