* configure.ac, NEWS: Version 4.5.15.
* debian/changelog, strace.spec: 4.5.15-1.
+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.
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])
+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 <frob@debian.org> Thu, 11 Jan 2007 02:58:45 -0800
+
strace (4.5.14-1) unstable; urgency=low
* New upstream version.