2005-03-22 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.11.
* debian/changelog, strace.spec: 4.5.11-1.
diff --git a/NEWS b/NEWS
index b34e282..89f9325 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 4.5.11
+==============
+* Quick fix release for build issues.
+* One fix for Linux/ARM system call table.
+
Changes in 4.5.10
==============
* Bug fixes.
diff --git a/configure.ac b/configure.ac
index 41afec4..c448c45 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.10])
+AC_INIT([strace],[4.5.11])
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 7a84ed9..2b3c850 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-strace (4.5.10-1) unstable; urgency=low
+strace (4.5.11-1) unstable; urgency=low
* New upstream version.
+ Update MIPS system call table, closes: #256684.
@@ -6,10 +6,11 @@
+ Fix select handling on nonstandard fd_set sizes, closes: #65654, #284290.
+ Don't print errors for null file name pointers, closes: #63093.
+ Fix initial execve output with -i.
+ + Fix build nits, closes: #300598.
- -- Roland McGrath <frob@debian.org> Mon, 14 Mar 2005 18:28:37 -0800
+ -- Roland McGrath <frob@debian.org> Tue, 22 Mar 2005 15:12:22 -0800
-strace (4.5.9-2) unstable; urgency=low
+strace (4.5.9-1) unstable; urgency=low
* New upstream version.
+ Fix potential crash in getxattr printing, closes: #283704.
diff --git a/strace.spec b/strace.spec
index 098ecf9..bd27e61 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.10
+Version: 4.5.11
Release: 1
License: BSD
Group: Development/Debuggers
@@ -75,6 +75,10 @@
%changelog
+* Tue Mar 22 2005 Roland McGrath <roland@redhat.com> - 4.5.11-1
+- Build tweaks.
+- Note 4.5.10 select fix (#151570).
+
* Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 4.5.10-1
- Fix select handling on nonstandard fd_set sizes.
- Don't print errors for null file name pointers.