* configure.ac, NEWS: Version 4.5.10.
* debian/changelog, strace.spec: 4.5.10-1.
+Changes in 4.5.10
+==============
+* Bug fixes.
+* Print fault address for SIGSEGV/SIGBUS signals when available.
+
Changes in 4.5.9
==============
* Bug fixes.
dnl Process this file with autoconf to create configure. Use autoreconf.
AC_PREREQ(2.57)
-AC_INIT([strace],[4.5.9])
+AC_INIT([strace],[4.5.10])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
+strace (4.5.10-1) unstable; urgency=low
+
+ * New upstream version.
+ + Update MIPS system call table, closes: #256684.
+ + Fix build on s390 and sparc, closes: #294172, #293564.
+ + Fix select handling on nonstandard fd_set sizes, closes: #65654, #284290.
+ + Don't print errors for null file name pointers, closes: #63093.
+ + Fix initial execve output with -i.
+
+ -- Roland McGrath <frob@debian.org> Mon, 14 Mar 2005 18:28:37 -0800
+
strace (4.5.9-2) unstable; urgency=low
* New upstream version.
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/
%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)