2004-08-31 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.7. * strace.spec, debian/changelog: 4.5.7-1.
This commit is contained in:
parent
dc025fad62
commit
b93f918356
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
Changes in 4.5.7
|
||||
==============
|
||||
* Bug fixes.
|
||||
* Print attribute values in *xattr system calls on Linux.
|
||||
* Include pread and pwrite calls in -e read and -e write tracing.
|
||||
* Update SO_* and IP_* value lists and add IPV6_* values for socket options.
|
||||
* Print clock_t values symbolically in Linux clock_* system calls.
|
||||
|
||||
Changes in 4.5.6
|
||||
==============
|
||||
* Bug fixes, Linux ioctl updates.
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to create configure. Use autoreconf.
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([strace],[4.5.6])
|
||||
AC_INIT([strace],[4.5.7])
|
||||
AC_CONFIG_SRCDIR([strace.c])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
|
||||
|
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,16 @@
|
||||
strace (4.5.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
+ Update man page about -c, closes: #254438.
|
||||
+ Include pread/pwrite calls in -e read/write tracing, closes: #239947.
|
||||
+ Update SO_* and IP_* value lists, closes: #171653.
|
||||
+ Print attribute values in *xattr system calls.
|
||||
+ Print clock_t values symbolically in Linux clock_* system calls.
|
||||
+ Show PER_* values correctly, closes: #40588.
|
||||
+ Punt `strace64' for sparc for now, closes: #254728.
|
||||
|
||||
-- Roland McGrath <frob@debian.org> Tue, 31 Aug 2004 01:16:41 -0700
|
||||
|
||||
strace (4.5.6-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.6
|
||||
Version: 4.5.7
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: Development/Debuggers
|
||||
@ -75,6 +75,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2004 Roland McGrath <roland@redhat.com> - 4.5.7-1
|
||||
- new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)
|
||||
|
||||
* 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user