2005-02-04 Roland McGrath <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.9.
	* debian/changelog, strace.spec: 4.5.9-2.
This commit is contained in:
Roland McGrath 2005-02-04 09:54:04 +00:00
parent 1e834485c6
commit 3619a99bb4
2 changed files with 4 additions and 4 deletions

4
debian/changelog vendored
View File

@ -1,4 +1,4 @@
strace (4.5.9-1) unstable; urgency=low
strace (4.5.9-2) unstable; urgency=low
* New upstream version.
+ Fix potential crash in getxattr printing, closes: #283704.
@ -12,7 +12,7 @@ strace (4.5.9-1) unstable; urgency=low
+ Support symbolic printing of x86_64 arch_prctl parameters.
+ Add strace-udeb package for Debian installer debugging, closes: #268294.
-- Roland McGrath <frob@debian.org> Fri, 4 Feb 2005 01:28:21 -0800
-- Roland McGrath <frob@debian.org> Fri, 4 Feb 2005 01:53:01 -0800
strace (4.5.8-1) unstable; urgency=low

View File

@ -1,7 +1,7 @@
Summary: Tracks and displays system calls associated with a running process.
Name: strace
Version: 4.5.9
Release: 1
Release: 2
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
@ -75,7 +75,7 @@ rm -rf %{buildroot}
%changelog
* Fri Feb 4 2005 Roland McGrath <roland@frob.com> - 4.5.9-1
* Fri Feb 4 2005 Roland McGrath <roland@frob.com> - 4.5.9-2
- update ia64 syscall list (#146245)
- fix x86_64 syscall argument extraction for 32-bit processes (#146093)
- fix -e signal=NAME parsing (#143362)