From: Roland McGrath Date: Thu, 11 Jan 2007 22:22:42 +0000 (+0000) Subject: 2007-01-11 Roland McGrath X-Git-Tag: v4.5.18~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16a3a52e0c3b97a91316006335421f2090d3bb91;p=strace 2007-01-11 Roland McGrath * configure.ac, NEWS: Version 4.5.15. * debian/changelog, strace.spec: 4.5.15-1. --- diff --git a/NEWS b/NEWS index efb1435a..1c26e72f 100644 --- 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. diff --git a/configure.ac b/configure.ac index f91e652b..49a9b209 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.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]) diff --git a/debian/changelog b/debian/changelog index 0cad868a..52177228 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 11 Jan 2007 02:58:45 -0800 + strace (4.5.14-1) unstable; urgency=low * New upstream version.