summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-03-15 02:40:12 +0000
committerRoland McGrath <roland@redhat.com>2005-03-15 02:40:12 +0000
commitd8184030b34f896092d821c9d7a25653faa05aa8 (patch)
tree9e823f97d2ad6af30534dc3bac0c7339901fdefb
parent0495c93dee7cdf2d6ea4a3b4d88406d347356a6c (diff)
downloadstrace-d8184030b34f896092d821c9d7a25653faa05aa8.tar.gz
strace-d8184030b34f896092d821c9d7a25653faa05aa8.tar.bz2
strace-d8184030b34f896092d821c9d7a25653faa05aa8.tar.xz
2005-03-14 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.10. * debian/changelog, strace.spec: 4.5.10-1.
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
-rw-r--r--strace.spec9
4 files changed, 24 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 798de16..b34e282 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 4.5.10
+==============
+* Bug fixes.
+* Print fault address for SIGSEGV/SIGBUS signals when available.
+
Changes in 4.5.9
==============
* Bug fixes.
diff --git a/configure.ac b/configure.ac
index 2897ba2..41afec4 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.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])
diff --git a/debian/changelog b/debian/changelog
index 127c401..7a84ed9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+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.
diff --git a/strace.spec b/strace.spec
index 6e1a370..098ecf9 100644
--- a/strace.spec
+++ b/strace.spec
@@ -1,7 +1,7 @@
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/
@@ -75,6 +75,11 @@ rm -rf %{buildroot}
%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)