Prepare for 4.11 release
* NEWS: Update for 4.11 release. * debian/changelog: 4.11-1. * strace.spec: 4.11-1.
This commit is contained in:
parent
4fa8073d87
commit
2acb065f42
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
||||
Noteworthy changes in release 4.11 (????-??-??)
|
||||
Noteworthy changes in release 4.11 (2015-12-21)
|
||||
===============================================
|
||||
|
||||
* Changes in behavior
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 <ldv@altlinux.org> Mon, 21 Dec 2015 20:21:22 +0000
|
||||
|
||||
strace (4.10-3) unstable; urgency=medium
|
||||
|
||||
* Really fix mips* builds - fix sys_syscall() handling.
|
||||
|
@ -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 <ldv@altlinux.org> - 4.11-1
|
||||
- New upstream release:
|
||||
+ print nanoseconds along with seconds in stat family syscalls (#1251176).
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user