]> granicus.if.org Git - strace/commitdiff
2005-02-04 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 4 Feb 2005 09:54:04 +0000 (09:54 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 4 Feb 2005 09:54:04 +0000 (09:54 +0000)
* configure.ac, NEWS: Version 4.5.9.
* debian/changelog, strace.spec: 4.5.9-2.

debian/changelog
strace.spec

index 800d76004b8fe48754df3e69c22aa694c895637c..127c401b550a94db72a5647723649a9074112add 100644 (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
 
index d8a62a1dd96107dd0f1249401ebbb881207cd6d4..41f03ffff6888ad34656e6c8317e8700ea1af59d 100644 (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)