From 1b23451284d2ea4e11f8c11da7201c23b517a676 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 16 Nov 2016 18:32:40 +0000 Subject: [PATCH] 4.14.0.100.622a-1 - v4.14 -> v4.14-100-g622af42: + implemented syscall fault injection. --- .gitignore | 2 +- sources | 2 +- strace.spec | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d39c247..b08ba71 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-4.14.tar.xz +/strace-4.14.0.100.622a.tar.xz diff --git a/sources b/sources index 5a854aa..5632fe3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e39b5f7583256d7dc21170b9da529ae strace-4.14.tar.xz +a7a02c191cf61c2d244e013091ae1940 strace-4.14.0.100.622a.tar.xz diff --git a/strace.spec b/strace.spec index 08eb8be..34f92f3 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.14 +Version: 4.14.0.100.622a Release: 1%{?dist} License: BSD Group: Development/Debuggers @@ -100,6 +100,10 @@ echo 'END OF TEST SUITE INFORMATION' %endif %changelog +* Wed Nov 16 2016 Dmitry V. Levin - 4.14.0.100.622a-1 +- v4.14 -> v4.14-100-g622af42: + + implemented syscall fault injection. + * 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