* configure.ac, NEWS: Version 4.5.2.
* strace.spec, debian/changelog: 4.5.1-1.
+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.
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])
-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
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
%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)