]> granicus.if.org Git - strace/commitdiff
Prepare for 4.7 release v4.7
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 2 May 2012 12:34:56 +0000 (12:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 2 May 2012 12:34:56 +0000 (12:34 +0000)
* configure.ac: Version 4.7.
* debian/changelog: 4.7-1.
* strace.spec: 4.7-1.

configure.ac
debian/changelog
strace.spec

index 82c8e876953f955f4e315f674d63059dac889186..4107bfa0d36808c5dd009c0077107e531786eddc 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.6])
+AC_INIT([strace],[4.7])
 AC_CONFIG_SRCDIR([strace.c])
 AC_CONFIG_AUX_DIR([.])
 AM_CONFIG_HEADER([config.h])
index f1881830fe0f7bb3b4d534395b867a232803434c..4f3286b9f56093b04f8550964f13b7e43a8d6e36 100644 (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
index a9e92b1d0ff3b2255f964557e456fdbc727f5d59..1bb7d3b801866fca30cd58ac6fcaf5822f3f7d1f 100644 (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