]> granicus.if.org Git - strace/commitdiff
2003-11-13 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 14 Nov 2003 02:57:22 +0000 (02:57 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 14 Nov 2003 02:57:22 +0000 (02:57 +0000)
* configure.ac, NEWS: Version 4.5.1.
* strace.spec, debian/changelog: 4.5.1-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 970644fcee241af2fc05ec33bf7137e18fd87f46..691d65b65f5fe88a791b77aaf88f5b1af9df1341 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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
index 03d80d4d13f5f2ee9f706a12836e96649b8c4159..a60b61f78c0cfa9f2b09935c7ad0aa72fc379064 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])
+AC_INIT([strace],[4.5.1])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 328ae720b3b4c3d89ca95b0aea1a44b049f90a08..bfb9138ed11e3b64ec2a91e1273dbd007ae65a72 100644 (file)
@@ -1,3 +1,13 @@
+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.
index 58e4295e918afb61b0d7d00ea5b55717f12334e4..d081047acb849db5b2aaffcb4e70f7df75ba12f4 100644 (file)
@@ -1,6 +1,6 @@
 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
@@ -75,6 +75,18 @@ rm -rf %{buildroot}
 
 
 %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)