2003-11-13 Roland McGrath <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.1.
	* strace.spec, debian/changelog: 4.5.1-1.
This commit is contained in:
Roland McGrath 2003-11-14 02:57:22 +00:00
parent 0aac872ba5
commit 00eb84e55f
4 changed files with 29 additions and 2 deletions

5
NEWS
View File

@ -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

View File

@ -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])

10
debian/changelog vendored
View File

@ -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 <frob@debian.org> Thu, 13 Nov 2003 14:37:51 -0800
strace (4.5-1) unstable; urgency=low
* New upstream version.

View File

@ -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 <roland@redhat.com> 4.5.1-1
- new upstream version, more fixes (#108012, #105366, #105359, #105358)
* Tue Sep 30 2003 Roland McGrath <roland@redhat.com> 4.5-3
- revert bogus s390 fix
* Thu Sep 25 2003 Roland McGrath <roland@redhat.com> 4.5-1.2.1AS
- rebuilt for 2.1AS erratum
* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-2
- rebuilt
* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-1
- new upstream version, more fixes (#101499, #104365)