From 3cc46cd063a0f5066816bc19b92d8ebfc1ffde48 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 4 Oct 2016 18:19:20 +0000 Subject: [PATCH] 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). --- .gitignore | 2 +- sources | 2 +- strace.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f5087e0..d39c247 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-4.13.tar.xz +/strace-4.14.tar.xz diff --git a/sources b/sources index 9098d7e..5a854aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b78c7febdd24c79d5147824d1a080a3 strace-4.13.tar.xz +1e39b5f7583256d7dc21170b9da529ae strace-4.14.tar.xz diff --git a/strace.spec b/strace.spec index 5c56af7..08eb8be 100644 --- a/strace.spec +++ b/strace.spec @@ -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 - 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 - 4.13-1 - v4.12 -> v4.13.