]> granicus.if.org Git - strace/commitdiff
2004-03-01 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 2 Mar 2004 06:38:35 +0000 (06:38 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 2 Mar 2004 06:38:35 +0000 (06:38 +0000)
* configure.ac, NEWS: Version 4.5.2.
* strace.spec, debian/changelog: 4.5.1-1.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 691d65b65f5fe88a791b77aaf88f5b1af9df1341..4f09e5b377d1abe87d8622017185b7597517e5a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in 4.5.2
+==============
+* Bug fixes.
+* Report some new VM_* bit values on Linux.
+* Better output for Linux sched_* system calls.
+
 Changes in 4.5.1
 ==============
 * Bug fixes.
index 490cc05ebb55ac62fb54ac944d8e94d77155abf0..a49cf1e26468bec5bb5cebcbef3605acdad58735 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.  Use autoreconf.
 AC_PREREQ(2.57)
-AC_INIT([strace],[4.5.1])
+AC_INIT([strace],[4.5.2])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index bfb9138ed11e3b64ec2a91e1273dbd007ae65a72..2501f126eecc274833a7b6d4b4a9811aa65afb9d 100644 (file)
@@ -1,12 +1,16 @@
-strace (4.5.1-1) unstable; urgency=low
+strace (4.5.2-1) unstable; urgency=low
 
   * New upstream version.
     + Check for errors writing to -o file, closes: #218762
-    + Fix typos in man page, closes: #217008
     + Print multiple ioctl code matches on Linux.
     + Various other fixes.
+    + Update typos and obsolete bits in man page, closes: #217008, #223390
+    + Fix compilation problems with newer kernel headers, closes: #223207
+    + Update HPPA system calls, closes: #231632
+    + Fix PID in messages, closes: #229802
+    + Fix s390 brokenness in 4.5, closes: #226098
 
- -- Roland McGrath <frob@debian.org>  Thu, 13 Nov 2003 14:37:51 -0800
+ -- Roland McGrath <frob@debian.org>  Mon,  1 Mar 2004 22:44:55 -0800
 
 strace (4.5-1) unstable; urgency=low
 
index d081047acb849db5b2aaffcb4e70f7df75ba12f4..8774cbbb06b5dbc9ba9a91d5cbb3b8004297cc01 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.5.1
+Version: 4.5.2
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -75,6 +75,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Mar  1 2004 Roland McGrath <roland@redhat.com> 4.5.2-1
+- new upstream version, sched_* calls (#116990), show core flag (#112117)
+
+* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
 * Thu Nov 13 2003 Roland McGrath <roland@redhat.com> 4.5.1-1
 - new upstream version, more fixes (#108012, #105366, #105359, #105358)