summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-03-15 02:40:12 +0000
committerRoland McGrath <roland@redhat.com>2005-03-15 02:40:12 +0000
commitd8184030b34f896092d821c9d7a25653faa05aa8 (patch)
tree9e823f97d2ad6af30534dc3bac0c7339901fdefb /strace.spec
parent0495c93dee7cdf2d6ea4a3b4d88406d347356a6c (diff)
downloadstrace-d8184030b34f896092d821c9d7a25653faa05aa8.tar.gz
strace-d8184030b34f896092d821c9d7a25653faa05aa8.tar.bz2
strace-d8184030b34f896092d821c9d7a25653faa05aa8.tar.xz
2005-03-14 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.10. * debian/changelog, strace.spec: 4.5.10-1.
Diffstat (limited to 'strace.spec')
-rw-r--r--strace.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/strace.spec b/strace.spec
index 6e1a370..098ecf9 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: 2
+Version: 4.5.10
+Release: 1
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
@@ -75,6 +75,11 @@ rm -rf %{buildroot}
%changelog
+* 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.
+- Fix initial execve output with -i (#143365).
+
* Fri Feb 4 2005 Roland McGrath <roland@redhat.com> - 4.5.9-2
- update ia64 syscall list (#146245)
- fix x86_64 syscall argument extraction for 32-bit processes (#146093)