]> granicus.if.org Git - strace/commitdiff
2005-03-22 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 22 Mar 2005 23:12:39 +0000 (23:12 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 22 Mar 2005 23:12:39 +0000 (23:12 +0000)
* configure.ac, NEWS: Version 4.5.11.
* debian/changelog, strace.spec: 4.5.11-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index b34e282425cc69eb4778ff955af0c7cf61e5ec11..89f932552e594fb98f3978a545afed556be6f5b5 100644 (file)
--- 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.
index 41afec4778ac4331608136e4b30a73addd1e80ce..c448c45159fe73527444210fbf7c13e0dc16e8e2 100644 (file)
@@ -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])
index 7a84ed947e543fb7d407592c3ad42a04f0a0faa7..2b3c850c2e721c40fb0a249f0fb0e16a34e8f2b1 100644 (file)
@@ -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 @@ strace (4.5.10-1) unstable; urgency=low
     + 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.
index 098ecf937d755c194b597b966725db82444bfe17..bd27e61a25014916749c3097e4f181aaf53ae8ff 100644 (file)
@@ -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 @@ rm -rf %{buildroot}
 
 
 %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.