summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@redhat.com>2011-05-29 11:26:47 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-05-29 19:04:57 +0200
commit9dff12d15a587ea8604172d057f6a0c3f6666591 (patch)
tree3a0ea5891b3c392ccc856d221b6f88be26991bfc /ChangeLog
parent47a548eba45694f3bfaf983fa32c31c5b57841c3 (diff)
downloadlatrace-9dff12d15a587ea8604172d057f6a0c3f6666591.tar.gz
latrace-9dff12d15a587ea8604172d057f6a0c3f6666591.tar.xz
latrace-9dff12d15a587ea8604172d057f6a0c3f6666591.zip
adding SIGTERM/SIGINT handlers
+ refactoring lt_run to check the latrace got killed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92eced6..7c9d52b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-25 Jiri Olsa <olsajiri@gmail.com>
+ * adding SIGTERM/SIGINT handlers,
+ refactoring lt_run to check the latrace got killed
+
2011-05-24 Jiri Olsa <olsajiri@gmail.com>
* args - use isprint to decide whether to print the character,
force test.sh to use bash,