2004-06-27 Roland McGrath <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.5.
	* strace.spec, debian/changelog: 4.5.5-1.
This commit is contained in:
Roland McGrath 2004-06-28 05:24:29 +00:00
parent 7a391df72c
commit b7e2ca1456
4 changed files with 22 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Changes in 4.5.5
==============
* Just bug fixes.
Changes in 4.5.4
==============
* Update Linux ioctl lists.

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.4])
AC_INIT([strace],[4.5.5])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
strace (4.5.5-1) unstable; urgency=low
* New upstream version.
+ Fix support for 32-bit (i386) binaries on Linux/AMD64.
-- Roland McGrath <frob@debian.org> Sun, 27 Jun 2004 22:19:15 -0700
strace (4.5.4-1) unstable; urgency=low
* Build package on amd64, closes: #246568.

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process.
Name: strace
Version: 4.5.4
Version: 4.5.5
Release: 1
License: BSD
Group: Development/Debuggers
@ -75,6 +75,15 @@ rm -rf %{buildroot}
%changelog
* Sun Jun 27 2004 Roland McGrath <roland@redhat.com> 4.5.5-1
- new upstream version, fixes x86-64 biarch support (#126547)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 4.5.4-2
- rebuilt
* Thu Jun 3 2004 Roland McGrath <roland@redhat.com> 4.5.4-0.FC1
- rebuilt for FC1 update
* Thu Jun 3 2004 Roland McGrath <roland@redhat.com> 4.5.4-1
- new upstream version, more ioctls (#122257), minor fixes