diff --git a/.cvsignore b/.cvsignore index b513aff..b873623 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.3.tar.bz2 +strace-4.5.4.tar.bz2 diff --git a/sources b/sources index d2fcac4..4e29332 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a29028424cd365c9e19b5625342d3f63 strace-4.5.3.tar.bz2 +c61bb4f1c86f9929442b4868995b5b6f strace-4.5.4.tar.bz2 diff --git a/strace.spec b/strace.spec index c8b83dd..fcdfcc3 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.3 +Version: 4.5.4 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Thu Jun 3 2004 Roland McGrath 4.5.4-1 +- new upstream version, more ioctls (#122257), minor fixes + * Fri Apr 16 2004 Roland McGrath 4.5.3-1 - new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685)