2004-03-01  Roland McGrath  <roland@redhat.com>

	* configure.ac, NEWS: Version 4.5.2.
	* strace.spec, debian/changelog: 4.5.1-1.
diff --git a/NEWS b/NEWS
index 691d65b..4f09e5b 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 490cc05..a49cf1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index bfb9138..2501f12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/strace.spec b/strace.spec
index d081047..8774cbb 100644
--- a/strace.spec
+++ b/strace.spec
@@ -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 @@
 
 
 %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)