From: Roland McGrath Date: Tue, 17 Jan 2006 06:22:57 +0000 (+0000) Subject: 2006-01-16 Roland McGrath X-Git-Tag: v4.5.18~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4d9b49453169979469428dee02eaca98bca21d7;p=strace 2006-01-16 Roland McGrath * configure.ac, NEWS: Version 4.5.14. * debian/changelog, strace.spec: 4.5.14-1. --- diff --git a/NEWS b/NEWS index 78e3407f..efb1435a 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 405a6cf4..43b71b09 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 6bb298ba..0cad868a 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 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 6e0f5833..aa1e9b26 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 - 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 - 4.5.13-1 - Fix setsockopt decoding on 64-bit (#162449). - Fix typos in socket option name strings (#161578).