Prepare for 4.7 release

* configure.ac: Version 4.7.
* debian/changelog: 4.7-1.
* strace.spec: 4.7-1.
This commit is contained in:
Дмитрий Левин 2012-05-02 12:34:56 +00:00
parent cf050db3e8
commit 417eb8861e
3 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure. Use autoreconf.
AC_PREREQ(2.57)
AC_INIT([strace],[4.6])
AC_INIT([strace],[4.7])
AC_CONFIG_SRCDIR([strace.c])
AC_CONFIG_AUX_DIR([.])
AM_CONFIG_HEADER([config.h])

10
debian/changelog vendored
View File

@ -1,6 +1,14 @@
strace (4.7-1) unstable; urgency=low
* New upstream version.
+ Fixed sockaddr_un.sun_path name in decoded output, closes: #554946
+ Avoid potential core file clobbering on exit, closes: #656398
+ Fixed a typo in documentation, closes: #653309
-- Dmitry V. Levin <ldv@altlinux.org> Wed, 02 May 2012 12:34:56 +0000
strace (4.6-1) unstable; urgency=low
[ Dmitry V. Levin ]
* New upstream version.
+ Added HDIO_* ioctl names, closes: #450953
+ Fixed stat64 decoding on mips, closes: #599028

View File

@ -1,7 +1,7 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.6
Release: 2%{?dist}
Version: 4.7
Release: 1%{?dist}
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
@ -86,6 +86,10 @@ rm -rf %{buildroot}
%endif
%changelog
* Wed May 02 2012 Dmitry V. Levin <ldv@altlinux.org> 4.7-1
- New upstream release.
+ implemented proper handling of real SIGTRAPs (#162774).
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild