]> granicus.if.org Git - strace/commitdiff
2004-10-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 20 Oct 2004 02:17:52 +0000 (02:17 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 20 Oct 2004 02:17:52 +0000 (02:17 +0000)
* configure.ac, NEWS: Version 4.5.8.
* debian/changelog, strace.spec: 4.5.8-1.

NEWS
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 501091d055fe772242e9e606a270e3fd539a9656..1245c79039f8246cb00570199fc3072bd7e52e4a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in 4.5.8
+==============
+* Bug fixes.
+* Update syscall tables for Alpha, ARM, HPPA.
+* Support new Linux syscalls mbind, set_mempolicy, get_mempolicy, waitid.
+* Support Linux syscalls fadvise64, fadvise64_64, and epoll_*.
+* Improve ioctl command name matching.
+* Print RTC_* ioctl structure contents.
+* Support newer RLIMIT_* values.
+* Print struct cmsghdr details in sendmsg.
+
 Changes in 4.5.7
 ==============
 * Bug fixes.
index 8d6a2512e66b0cbd1d11dc72eaa02d59ce4e03b6..45ed15eb1c642a911fa4c98377c0900f7fe631cf 100644 (file)
@@ -1,3 +1,19 @@
+strace (4.5.8-1) unstable; urgency=low
+
+  * New upstream version.
+    + Fix strace64 man page symlink, closes: #269220.
+    + Update syscall tables for Alpha, ARM, HPPA, closes: #273887.
+    + Build strace64 for s390, closes: #271500.
+    + Fix some endian issues in 64-bit argument output on 32-bit machines.
+    + Support new Linux syscalls mbind, set_mempolicy, get_mempolicy, waitid.
+    + Support Linux syscalls fadvise64, fadvise64_64, and epoll_*.
+    + Improve ioctl command name matching.
+    + Print RTC_* ioctl structure contents.
+    + Support newer RLIMIT_* values.
+    + Print struct cmsghdr details in sendmsg.
+
+ -- Roland McGrath <frob@debian.org>  Tue, 19 Oct 2004 18:05:28 -0700
+
 strace (4.5.7-1) unstable; urgency=low
 
   * New upstream version.
index cbc0892dddc0ad8cc5a7bb670f6b23e42f1e3c24..a08824de52ba782e7c20e99a26830bebfda429d1 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.7
-Release: 2
+Version: 4.5.8
+Release: 1
 License: BSD
 Group: Development/Debuggers
 URL: http://sourceforge.net/projects/strace/
@@ -75,6 +75,15 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Oct 19 2004 Roland McGrath <roland@redhat.com> - 4.5.8-1
+- fix multithreaded exit handling (#132150, #135254)
+- fix ioctl name matching (#129808)
+- print RTC_* ioctl structure contents (#58606)
+- grok epoll_* syscalls (#134463)
+- grok new RLIMIT_* values (#133594)
+- print struct cmsghdr contents for sendmsg (#131689)
+- fix clock_* and timer_* argument output (#131420)
+
 * Tue Aug 31 2004 Roland McGrath <roland@redhat.com> - 4.5.7-2
 - new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)