* configure.ac, NEWS: Version 4.5.6.
* strace.spec, debian/changelog: 4.5.6-1.
+Changes in 4.5.6
+==============
+* Bug fixes, Linux ioctl updates.
+* David Miller contributed support for Linux/SPARC64.
+
Changes in 4.5.5
==============
* Just bug fixes.
dnl Process this file with autoconf to create configure. Use autoreconf.
AC_PREREQ(2.57)
-AC_INIT([strace],[4.5.5])
+AC_INIT([strace],[4.5.6])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
+strace (4.5.6-1) unstable; urgency=low
+
+ * New upstream version.
+ + Update Linux ioctl lists and decode some more network ioctls.
+ + Fix `quotactl' argument decoding on 64-bit.
+ + Linux/SPARC64 support, closes: #254728.
+
+ -- Roland McGrath <frob@debian.org> Mon, 12 Jul 2004 00:18:32 -0700
+
strace (4.5.5-1) unstable; urgency=low
* New upstream version.
Summary: Tracks and displays system calls associated with a running process.
Name: strace
-Version: 4.5.5
+Version: 4.5.6
Release: 1
License: BSD
Group: Development/Debuggers
%changelog
+* Mon Jul 12 2004 Roland McGrath <roland@redhat.com> 4.5.6-1
+- new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)
+
* Sun Jun 27 2004 Roland McGrath <roland@redhat.com> 4.5.5-1
- new upstream version, fixes x86-64 biarch support (#126547)