* configure.ac, NEWS: Version 4.5.1.
* strace.spec, debian/changelog: 4.5.1-1.
+Changes in 4.5.1
+==============
+* Bug fixes.
+* Display multiple ioctl name matches on Linux.
+
Changes in 4.5
==============
* New port to AMD's x86-64 architecture. One strace binary can
dnl Process this file with autoconf to create configure. Use autoreconf.
AC_PREREQ(2.57)
-AC_INIT([strace],[4.5])
+AC_INIT([strace],[4.5.1])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
+strace (4.5.1-1) unstable; urgency=low
+
+ * New upstream version.
+ + Check for errors writing to -o file, closes: #218762
+ + Fix typos in man page, closes: #217008
+ + Print multiple ioctl code matches on Linux.
+ + Various other fixes.
+
+ -- Roland McGrath <frob@debian.org> Thu, 13 Nov 2003 14:37:51 -0800
+
strace (4.5-1) unstable; urgency=low
* New upstream version.
Summary: Tracks and displays system calls associated with a running process.
Name: strace
-Version: 4.5
+Version: 4.5.1
Release: 1
License: BSD
Group: Development/Debuggers
%changelog
+* Thu Nov 13 2003 Roland McGrath <roland@redhat.com> 4.5.1-1
+- new upstream version, more fixes (#108012, #105366, #105359, #105358)
+
+* Tue Sep 30 2003 Roland McGrath <roland@redhat.com> 4.5-3
+- revert bogus s390 fix
+
+* Thu Sep 25 2003 Roland McGrath <roland@redhat.com> 4.5-1.2.1AS
+- rebuilt for 2.1AS erratum
+
+* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-2
+- rebuilt
+
* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-1
- new upstream version, more fixes (#101499, #104365)