From: Roland McGrath Date: Tue, 15 Mar 2005 02:40:12 +0000 (+0000) Subject: 2005-03-14 Roland McGrath X-Git-Tag: v4.5.18~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8184030b34f896092d821c9d7a25653faa05aa8;p=strace 2005-03-14 Roland McGrath * configure.ac, NEWS: Version 4.5.10. * debian/changelog, strace.spec: 4.5.10-1. --- diff --git a/NEWS b/NEWS index 798de161..b34e2824 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 2897ba2e..41afec47 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 127c401b..7a84ed94 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 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 6e1a3701..098ecf93 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 - 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 - 4.5.9-2 - update ia64 syscall list (#146245) - fix x86_64 syscall argument extraction for 32-bit processes (#146093)