summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-01-14 10:09:50 +0000
committerRoland McGrath <roland@redhat.com>2003-01-14 10:09:50 +0000
commitd377f30556360285f314abea649a41f052b3690d (patch)
tree6f1d7289ce40e34f0f29444f9999f2ec575da409
parentf775ab35fb6ebcb6574dde06221b2dc40793ead2 (diff)
downloadstrace-d377f30556360285f314abea649a41f052b3690d.tar.gz
strace-d377f30556360285f314abea649a41f052b3690d.tar.bz2
strace-d377f30556360285f314abea649a41f052b3690d.tar.xz
2003-01-14 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.4.91. * strace.spec, debian/changelog: 4.4.91-1
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog13
-rw-r--r--strace.spec2
4 files changed, 16 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9038849..3e75ae9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in 4.4.91 TEST release
+Changes in 4.4.92 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 6d83bbe..b52ab17 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.91])
+AC_INIT([strace],[4.4.92])
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 908f615..cb8baa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+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.
+ + Old bugs the last release actually closes: #153750, #38467, #109993,
+ #109815, #104594, #113087, #134803, #166622, #96356, #94725, #32147,
+ #32798, #36801, #41066, #81637, #138300, #143791.
+
+ -- Roland McGrath <frob@debian.org> Tue, 14 Jan 2003 02:02:44 -0800
+
strace (4.4.91-1) unstable; urgency=low
* New upstream version.
diff --git a/strace.spec b/strace.spec
index 03b1384..2aae545 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.4.91
+Version: 4.4.92
Release: 1
License: BSD
Group: Development/Debuggers