4.14-1
- v4.13 -> v4.14: + added printing of the mode argument of open and openat syscalls when O_TMPFILE flag is set (#1377846).
This commit is contained in:
parent
bff7462508
commit
3cc46cd063
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/strace-4.13.tar.xz
|
||||
/strace-4.14.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
4b78c7febdd24c79d5147824d1a080a3 strace-4.13.tar.xz
|
||||
1e39b5f7583256d7dc21170b9da529ae strace-4.14.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Tracks and displays system calls associated with a running process
|
||||
Name: strace
|
||||
Version: 4.13
|
||||
Version: 4.14
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Development/Debuggers
|
||||
@ -100,6 +100,11 @@ echo 'END OF TEST SUITE INFORMATION'
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 04 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.14-1
|
||||
- v4.13 -> v4.14:
|
||||
+ added printing of the mode argument of open and openat syscalls
|
||||
when O_TMPFILE flag is set (#1377846).
|
||||
|
||||
* Tue Jul 26 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.13-1
|
||||
- v4.12 -> v4.13.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user