2007-08-03 Roland McGrath <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.16.
	* debian/changelog, strace.spec: 4.5.16-1.
This commit is contained in:
Roland McGrath 2007-08-03 10:28:55 +00:00
parent 328c235c2b
commit 47d3223c73
4 changed files with 36 additions and 2 deletions

8
NEWS
View File

@ -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.

View File

@ -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])

16
debian/changelog vendored
View File

@ -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 <frob@debian.org> Fri, 03 Aug 2007 03:24:21 -0700
strace (4.5.15-1) unstable; urgency=high
[ Roland McGrath ]

View File

@ -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 <roland@redhat.com> - 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 <roland@redhat.com> - 4.5.15-1
- biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043)
- fix -ff -o behavior (#204950, #218435, #193808, #219423)