summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-02-04 09:54:04 +0000
committerRoland McGrath <roland@redhat.com>2005-02-04 09:54:04 +0000
commit3619a99bb4fccdde2edbaf440f5da5905371d52c (patch)
tree354481bd8203097efeb00a299a4d69648fcebb04
parent1e834485c6f52e8987a0eeceddf47a3a385464a4 (diff)
downloadstrace-3619a99bb4fccdde2edbaf440f5da5905371d52c.tar.gz
strace-3619a99bb4fccdde2edbaf440f5da5905371d52c.tar.bz2
strace-3619a99bb4fccdde2edbaf440f5da5905371d52c.tar.xz
2005-02-04 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.9. * debian/changelog, strace.spec: 4.5.9-2.
-rw-r--r--debian/changelog4
-rw-r--r--strace.spec4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 800d760..127c401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/strace.spec b/strace.spec
index d8a62a1..41f03ff 100644
--- a/strace.spec
+++ b/strace.spec
@@ -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)