2005-03-22 Roland McGrath <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.11.
	* debian/changelog, strace.spec: 4.5.11-1.
This commit is contained in:
Roland McGrath 2005-03-22 23:12:39 +00:00
parent 3181c51d47
commit 7147a3df2c
4 changed files with 15 additions and 5 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
Changes in 4.5.11
==============
* Quick fix release for build issues.
* One fix for Linux/ARM system call table.
Changes in 4.5.10
==============
* 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.10])
AC_INIT([strace],[4.5.11])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])

7
debian/changelog vendored
View File

@ -1,4 +1,4 @@
strace (4.5.10-1) unstable; urgency=low
strace (4.5.11-1) unstable; urgency=low
* New upstream version.
+ Update MIPS system call table, closes: #256684.
@ -6,10 +6,11 @@ strace (4.5.10-1) unstable; urgency=low
+ Fix select handling on nonstandard fd_set sizes, closes: #65654, #284290.
+ Don't print errors for null file name pointers, closes: #63093.
+ Fix initial execve output with -i.
+ Fix build nits, closes: #300598.
-- Roland McGrath <frob@debian.org> Mon, 14 Mar 2005 18:28:37 -0800
-- Roland McGrath <frob@debian.org> Tue, 22 Mar 2005 15:12:22 -0800
strace (4.5.9-2) unstable; urgency=low
strace (4.5.9-1) unstable; urgency=low
* New upstream version.
+ Fix potential crash in getxattr printing, closes: #283704.

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process.
Name: strace
Version: 4.5.10
Version: 4.5.11
Release: 1
License: BSD
Group: Development/Debuggers
@ -75,6 +75,10 @@ rm -rf %{buildroot}
%changelog
* Tue Mar 22 2005 Roland McGrath <roland@redhat.com> - 4.5.11-1
- Build tweaks.
- Note 4.5.10 select fix (#151570).
* Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 4.5.10-1
- Fix select handling on nonstandard fd_set sizes.
- Don't print errors for null file name pointers.