From: Dmitry V. Levin Date: Mon, 21 Dec 2015 20:21:22 +0000 (+0000) Subject: Prepare for 4.11 release X-Git-Tag: v4.11^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2acb065f42de7c56cff6fb55fc655a4be09356c7;p=strace Prepare for 4.11 release * NEWS: Update for 4.11 release. * debian/changelog: 4.11-1. * strace.spec: 4.11-1. --- diff --git a/NEWS b/NEWS index ff7c00de..9623754d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in release 4.11 (????-??-??) +Noteworthy changes in release 4.11 (2015-12-21) =============================================== * Changes in behavior diff --git a/debian/changelog b/debian/changelog index cc06157d..e8b3e3bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +strace (4.11-1) unstable; urgency=low + + [ Dmitry V. Levin ] + * New upstream version. + + fixed decoding of path argument of umount2 syscall, closes: #785050 + + -- Dmitry V. Levin Mon, 21 Dec 2015 20:21:22 +0000 + strace (4.10-3) unstable; urgency=medium * Really fix mips* builds - fix sys_syscall() handling. diff --git a/strace.spec b/strace.spec index 015c15f0..a48c30c3 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.10 -Release: 3%{?dist} +Version: 4.11 +Release: 1%{?dist} License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -77,6 +77,10 @@ make -k check VERBOSE=1 %endif %changelog +* Mon Dec 21 2015 Dmitry V. Levin - 4.11-1 +- New upstream release: + + print nanoseconds along with seconds in stat family syscalls (#1251176). + * Fri Jun 19 2015 Fedora Release Engineering - 4.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild