]> granicus.if.org Git - strace/commitdiff
2003-01-21 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 22 Jan 2003 02:27:51 +0000 (02:27 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 22 Jan 2003 02:27:51 +0000 (02:27 +0000)
* configure.ac, NEWS: Version 4.4.93.
* strace.spec, debian/changelog: 4.4.93-1.
* strace.spec (Source0): Use strace-VERSION.tar.bz2 now.

NEWS
configure.ac
debian/changelog
strace.spec

diff --git a/NEWS b/NEWS
index 3e75ae99ebf5ef03632a8b4479551f5ed85dbebd..273e97a2430a9e01fc6ed6405b1edc8aea0cb122 100644 (file)
--- 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.
index b52ab175f8492fe07d6ebfd631fe8271d7695384..dcbeb250b309d12da8a9cc877b8d0524cce37a14 100644 (file)
@@ -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])
index cb8baa0bd1f9263d3f5b69987fbaadef8bab9eb3..b4560cfd35de8e54879602f4740aa358a0309021 100644 (file)
@@ -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 <frob@debian.org>  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.
index 2aae545ec80803eb91f86cbbdbd21f4f576a0f42..82bd033aa7afdf4730ed0255b678a6430a81530e 100644 (file)
@@ -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 <roland@redhat.com> 4.4.93-1
+- new upstream version, fixes ppc and s390 bugs, adds missing ptrace requests
+
 * Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.91-1
 - new upstream version, fixes -f on x86-64