diff --git a/NEWS b/NEWS index 970644fc..691d65b6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in 4.5.1 +============== +* Bug fixes. +* Display multiple ioctl name matches on Linux. + Changes in 4.5 ============== * New port to AMD's x86-64 architecture. One strace binary can diff --git a/configure.ac b/configure.ac index 03d80d4d..a60b61f7 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]) +AC_INIT([strace],[4.5.1]) 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 328ae720..bfb9138e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +strace (4.5.1-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. + + -- Roland McGrath Thu, 13 Nov 2003 14:37:51 -0800 + strace (4.5-1) unstable; urgency=low * New upstream version. diff --git a/strace.spec b/strace.spec index 58e4295e..d081047a 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 +Version: 4.5.1 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,18 @@ rm -rf %{buildroot} %changelog +* Thu Nov 13 2003 Roland McGrath 4.5.1-1 +- new upstream version, more fixes (#108012, #105366, #105359, #105358) + +* Tue Sep 30 2003 Roland McGrath 4.5-3 +- revert bogus s390 fix + +* Thu Sep 25 2003 Roland McGrath 4.5-1.2.1AS +- rebuilt for 2.1AS erratum + +* Wed Sep 24 2003 Roland McGrath 4.5-2 +- rebuilt + * Wed Sep 24 2003 Roland McGrath 4.5-1 - new upstream version, more fixes (#101499, #104365)