summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
-rw-r--r--strace.spec12
4 files changed, 28 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 78e3407..efb1435 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 4.5.14
+==============
+* Bug fixes.
+* Accept numeric system calls in -e.
+
Changes in 4.5.13
==============
* Bug fixes.
diff --git a/configure.ac b/configure.ac
index 405a6cf..43b71b0 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.13])
+AC_INIT([strace],[4.5.14])
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 6bb298b..0cad868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+strace (4.5.14-1) unstable; urgency=low
+
+ * New upstream version.
+ + Fix crash in printing sysctl, closes: #339117.
+ + Respect DEB_BUILD_OPTIONS=nostrip, closes: #325132.
+ + Fix ipc syscall decoding, closes: #340239.
+ + Add missing source files to tarball, closes: #336197.
+ + Build on armeb, closes: #335681.
+
+ -- Roland McGrath <frob@debian.org> Mon, 16 Jan 2006 22:17:38 -0800
+
strace (4.5.13-1) unstable; urgency=low
* New upstream version.
diff --git a/strace.spec b/strace.spec
index 6e0f583..aa1e9b2 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.13
+Version: 4.5.14
Release: 1
License: BSD
Group: Development/Debuggers
@@ -75,6 +75,16 @@ rm -rf %{buildroot}
%changelog
+* Mon Jan 16 2006 Roland McGrath <roland@redhat.com> - 4.5.14-1
+- Fix biarch decoding of socket syscalls (#174354).
+- Fix biarch -e support (#173986).
+- Accept numeric syscalls in -e (#174798).
+- Fix ipc syscall decoding (#164755).
+- Improve msgrcv printing (#164757).
+- Man page updates (#165375).
+- Improve mount syscall printing (#165377).
+- Correct printing of restarting syscalls (#165469).
+
* Wed Aug 3 2005 Roland McGrath <roland@redhat.com> - 4.5.13-1
- Fix setsockopt decoding on 64-bit (#162449).
- Fix typos in socket option name strings (#161578).