summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog16
-rw-r--r--strace.spec12
4 files changed, 36 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cde0cdc..d14febe 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index ea6abe8..87fcf27 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.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])
diff --git a/debian/changelog b/debian/changelog
index 741aa62..efb8852 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/strace.spec b/strace.spec
index ae76fe7..18e987c 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.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)