]> granicus.if.org Git - strace/commitdiff
2007-01-11 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Thu, 11 Jan 2007 22:22:42 +0000 (22:22 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 11 Jan 2007 22:22:42 +0000 (22:22 +0000)
* configure.ac, NEWS: Version 4.5.15.
* debian/changelog, strace.spec: 4.5.15-1.

NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index efb1435ae1b0abb127d8a6f0d5a2b42c59bef192..1c26e72f69e0df501e88a6acfc8d6d1d5705c43a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in 4.5.15
+==============
+* Bug fixes.
+* Several biarch improvements.
+* Improved output for adjtimex, sysctl, quotactl.
+* Support new Linux system calls *at, inotify*, pselect6, ppoll and unshare.
+
 Changes in 4.5.14
 ==============
 * Bug fixes.
index f91e652b6797065ce36545348d4d7f65434d6ec5..49a9b2093baa1291b10c1e93c0f3d46ccaca2455 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.14])
+AC_INIT([strace],[4.5.15])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 0cad868a157d7ff53ada2a5c5d0b7a6d060a4d26..521772289d36c13a6257abc886e90c1d188ea32d 100644 (file)
@@ -1,3 +1,13 @@
+strace (4.5.15-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fix -ff -o behavior, closes: #353935.
+    + Fail when nonoption args follow -p switches, closes: #361302.
+    + Fix semtimedop, closes: #340239.
+    + ARM support fixes, closes: #360152, #360154.
+
+ -- Roland McGrath <frob@debian.org>  Thu, 11 Jan 2007 02:58:45 -0800
+
 strace (4.5.14-1) unstable; urgency=low
 
   * New upstream version.