]> granicus.if.org Git - strace/commitdiff
2007-08-03 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 3 Aug 2007 10:28:55 +0000 (10:28 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 3 Aug 2007 10:28:55 +0000 (10:28 +0000)
* configure.ac, NEWS: Version 4.5.16.
* debian/changelog, strace.spec: 4.5.16-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index cde0cdcd13cb4090eda8b1e41697b7f262d64afa..d14febe4bfd584e0ee909b38cfa617038fb1d1fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 4.5.16
+==============
+* Bug fixes.
+* Improved output for delete_module, futex, and mbind system calls on Linux.
+* Improved output for SG_IO ioctls on Linux.
+* Support new Linux system calls move_pages, utimensat, signalfd, timerfd,
+  eventfd, getcpu, epoll_pwait.
+
 Changes in 4.5.15
 ==============
 * Bug fixes.
index ea6abe822bd3173a0ad639fcb44a4c180388ffdf..87fcf27c8e6f97e4bd8f5e08623d88c1a790df87 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.15])
+AC_INIT([strace],[4.5.16])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index 741aa628da5016dc417ce890483e8ace824b68c2..efb8852cad54124e0138d6afeb9161dca024861b 100644 (file)
@@ -1,3 +1,19 @@
+strace (4.5.16-1) unstable; urgency=low
+
+  * New upstream version.
+    + 64-bit builds, closes: #435303.
+    + LFS build fix, closes: #385310.
+    + Fix multithread issues
+    + Fix spurious SIGSTOP on early interrupt.
+    + Fix utime for biarch.
+    + Fix -u error message.
+    + Better futex syscall printing.
+    + Fix argv/envp printing with small -s settings, and for biarch.
+    + New syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
+      move_pages, utimensat.
+
+ -- Roland McGrath <frob@debian.org>  Fri, 03 Aug 2007 03:24:21 -0700
+
 strace (4.5.15-1) unstable; urgency=high
 
   [ Roland McGrath ]
index ae76fe7c7e50b8b9d11bc188aee5907607a670a9..18e987c1fb14d5586ef02138eaa06d048fd3dfa3 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 4.5.15
+Version: 4.5.16
 Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
@@ -74,6 +74,16 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Aug  3 2007 Roland McGrath <roland@redhat.com> - 4.5.16-1
+- fix multithread issues (#240962, #240961, #247907)
+- fix spurious SIGSTOP on early interrupt (#240986)
+- fix utime for biarch (#247185)
+- fix -u error message (#247170)
+- better futex syscall printing (##241467)
+- fix argv/envp printing with small -s settings, and for biarch
+- new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
+  move_pages, utimensat
+
 * Tue Jan 16 2007 Roland McGrath <roland@redhat.com> - 4.5.15-1
 - biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043)
 - fix -ff -o behavior (#204950, #218435, #193808, #219423)