2004-07-12 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.6. * strace.spec, debian/changelog: 4.5.6-1.
This commit is contained in:
parent
05cf2951a6
commit
785a0260ff
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
Changes in 4.5.6
|
||||
==============
|
||||
* Bug fixes, Linux ioctl updates.
|
||||
* David Miller contributed support for Linux/SPARC64.
|
||||
|
||||
Changes in 4.5.5
|
||||
==============
|
||||
* Just bug fixes.
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to create configure. Use autoreconf.
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([strace],[4.5.5])
|
||||
AC_INIT([strace],[4.5.6])
|
||||
AC_CONFIG_SRCDIR([strace.c])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
|
||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
strace (4.5.6-1) unstable; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
+ Update Linux ioctl lists and decode some more network ioctls.
|
||||
+ Fix `quotactl' argument decoding on 64-bit.
|
||||
+ Linux/SPARC64 support, closes: #254728.
|
||||
|
||||
-- Roland McGrath <frob@debian.org> Mon, 12 Jul 2004 00:18:32 -0700
|
||||
|
||||
strace (4.5.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Tracks and displays system calls associated with a running process.
|
||||
Name: strace
|
||||
Version: 4.5.5
|
||||
Version: 4.5.6
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: Development/Debuggers
|
||||
@ -75,6 +75,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 12 2004 Roland McGrath <roland@redhat.com> 4.5.6-1
|
||||
- new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)
|
||||
|
||||
* Sun Jun 27 2004 Roland McGrath <roland@redhat.com> 4.5.5-1
|
||||
- new upstream version, fixes x86-64 biarch support (#126547)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user