From: Roland McGrath Date: Tue, 22 Mar 2005 23:12:39 +0000 (+0000) Subject: 2005-03-22 Roland McGrath X-Git-Tag: v4.5.18~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7147a3df2cd6fc7d77208690389463876082cdfd;p=strace 2005-03-22 Roland McGrath * configure.ac, NEWS: Version 4.5.11. * debian/changelog, strace.spec: 4.5.11-1. --- diff --git a/NEWS b/NEWS index b34e2824..89f93255 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in 4.5.11 +============== +* Quick fix release for build issues. +* One fix for Linux/ARM system call table. + Changes in 4.5.10 ============== * Bug fixes. diff --git a/configure.ac b/configure.ac index 41afec47..c448c451 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.10]) +AC_INIT([strace],[4.5.11]) 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 7a84ed94..2b3c850c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -strace (4.5.10-1) unstable; urgency=low +strace (4.5.11-1) unstable; urgency=low * New upstream version. + Update MIPS system call table, closes: #256684. @@ -6,10 +6,11 @@ strace (4.5.10-1) unstable; urgency=low + 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. + + Fix build nits, closes: #300598. - -- Roland McGrath Mon, 14 Mar 2005 18:28:37 -0800 + -- Roland McGrath Tue, 22 Mar 2005 15:12:22 -0800 -strace (4.5.9-2) unstable; urgency=low +strace (4.5.9-1) unstable; urgency=low * New upstream version. + Fix potential crash in getxattr printing, closes: #283704. diff --git a/strace.spec b/strace.spec index 098ecf93..bd27e61a 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.10 +Version: 4.5.11 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,10 @@ rm -rf %{buildroot} %changelog +* Tue Mar 22 2005 Roland McGrath - 4.5.11-1 +- Build tweaks. +- Note 4.5.10 select fix (#151570). + * 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.