From d377f30556360285f314abea649a41f052b3690d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 Jan 2003 10:09:50 +0000 Subject: [PATCH] 2003-01-14 Roland McGrath * configure.ac, NEWS: Version 4.4.91. * strace.spec, debian/changelog: 4.4.91-1 --- NEWS | 2 +- configure.ac | 2 +- debian/changelog | 13 +++++++++++++ strace.spec | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9038849e..3e75ae99 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 6d83bbe3..b52ab175 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 908f615b..cb8baa0b 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 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 03b13848..2aae545e 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 -- 2.40.0