summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog10
-rw-r--r--strace.spec8
3 files changed, 16 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 82c8e87..4107bfa 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.6])
+AC_INIT([strace],[4.7])
AC_CONFIG_SRCDIR([strace.c])
AC_CONFIG_AUX_DIR([.])
AM_CONFIG_HEADER([config.h])
diff --git a/debian/changelog b/debian/changelog
index f188183..4f3286b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/strace.spec b/strace.spec
index a9e92b1..1bb7d3b 100644
--- a/strace.spec
+++ b/strace.spec
@@ -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