diff --git a/NEWS b/NEWS index 3e75ae99..273e97a2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in 4.4.92 TEST release +Changes in 4.4.93 TEST release ============== * New port to AMD's x86-64 architecture. One strace binary can handle both new x86-64 and old i386 processes. diff --git a/configure.ac b/configure.ac index b52ab175..dcbeb250 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. Use autoreconf. AC_PREREQ(2.57) -AC_INIT([strace],[4.4.92]) +AC_INIT([strace],[4.4.93]) AC_CONFIG_SRCDIR([strace.c]) AM_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([foreign check-news dist-bzip2]) diff --git a/debian/changelog b/debian/changelog index cb8baa0b..b4560cfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,21 @@ +strace (4.4.93-1) unstable; urgency=low + + * New upstream version. + + Grok new quotactl arguments, closes: #154067. + + Fix m68k build problem, closes: #176528. + + Old bugs prior release actually closes: #154068. + + Fix S390 bugs with -f, and bugs with execve. + * Switched to non-native packaging (empty .diff), closes: #176388. + + -- Roland McGrath Tue, 21 Jan 2003 12:22:08 -0800 + strace (4.4.92-1) unstable; urgency=low * New upstream version. + Updated config.guess and config.sub, closes: #176241. + Several fixes for PPC, closes: #144326. + Fixed ptrace output for unknown requests, closes: #77728. - + Fixed output of getdents64, truncate64, ftruncate64, closes: #169258. + + Fixed output of getdents64, truncate64, ftruncate64, closes: #169528. + Old bugs the last release actually closes: #153750, #38467, #109993, #109815, #104594, #113087, #134803, #166622, #96356, #94725, #32147, #32798, #36801, #41066, #81637, #138300, #143791. diff --git a/strace.spec b/strace.spec index 2aae545e..82bd033a 100644 --- a/strace.spec +++ b/strace.spec @@ -1,11 +1,11 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace -Version: 4.4.92 +Version: 4.4.93 Release: 1 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ -Source0: %{name}_%{version}-%{release}.tar.gz +Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root %description @@ -43,6 +43,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Jan 21 2003 Roland McGrath 4.4.93-1 +- new upstream version, fixes ppc and s390 bugs, adds missing ptrace requests + * Fri Jan 10 2003 Roland McGrath 4.4.91-1 - new upstream version, fixes -f on x86-64