2004-07-12  Roland McGrath  <roland@redhat.com>

	* configure.ac, NEWS: Version 4.5.6.
	* strace.spec, debian/changelog: 4.5.6-1.
diff --git a/NEWS b/NEWS
index 7c52ef3..216e868 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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.
diff --git a/configure.ac b/configure.ac
index 637946d..abc27bb 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.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])
diff --git a/debian/changelog b/debian/changelog
index 329b903..0f4a569 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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.
diff --git a/strace.spec b/strace.spec
index 04d3324..7fff2ca 100644
--- a/strace.spec
+++ b/strace.spec
@@ -1,6 +1,6 @@
 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
@@ -75,6 +75,9 @@
 
 
 %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)