From: Roland McGrath Date: Fri, 3 Aug 2007 10:28:55 +0000 (+0000) Subject: 2007-08-03 Roland McGrath X-Git-Tag: v4.5.18~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47d3223c734d21e68eadb52889e1746d401af364;p=strace 2007-08-03 Roland McGrath * configure.ac, NEWS: Version 4.5.16. * debian/changelog, strace.spec: 4.5.16-1. --- diff --git a/NEWS b/NEWS index cde0cdcd..d14febe4 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 ea6abe82..87fcf27c 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 741aa628..efb8852c 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 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 ae76fe7c..18e987c1 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 - 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 - 4.5.15-1 - biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043) - fix -ff -o behavior (#204950, #218435, #193808, #219423)