]> granicus.if.org Git - strace/commitdiff
2003-02-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Thu, 20 Feb 2003 03:26:47 +0000 (03:26 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 20 Feb 2003 03:26:47 +0000 (03:26 +0000)
* configure.ac, NEWS: Version 4.4.94.
* strace.spec, debian/changelog: 4.4.94-1.

configure.ac
debian/changelog
strace.spec

index dcbeb250b309d12da8a9cc877b8d0524cce37a14..589da949b34b0a846ba82ca6d385904d1a75a8a6 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.93])
+AC_INIT([strace],[4.4.94])
 AC_CONFIG_SRCDIR([strace.c])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
index b4560cfd35de8e54879602f4740aa358a0309021..4f188131c7b433d722fa53d70909ab5752a4258e 100644 (file)
@@ -1,3 +1,11 @@
+strace (4.4.94-1) unstable; urgency=low
+
+  * New upstream version.
+    + New option -E to set environment variables.
+    + Build fixes for sparc, closes: #178636.
+
+ -- Roland McGrath <frob@debian.org>  Wed, 19 Feb 2003 19:12:40 -0800
+
 strace (4.4.93-1) unstable; urgency=low
 
   * New upstream version.
index 82bd033aa7afdf4730ed0255b678a6430a81530e..16270520df7f141117204bbcc236d46fe439893a 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process.
 Name: strace
-Version: 4.4.93
+Version: 4.4.94
 Release: 1
 License: BSD
 Group: Development/Debuggers
@@ -43,6 +43,12 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Wed Feb 19 2003 Roland McGrath <roland@redhat.com> 4.4.94-1
+- new upstream version, new option -E to set environment variables (#82392)
+
+* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.4.93-2
+- rebuilt
+
 * 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