* configure.ac, NEWS: Version 4.5.9.
* debian/changelog, strace.spec: 4.5.9-2.
-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.
+ 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
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/
%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)