From 219a8b965b3584053fa08e9095ba04ff406c33b9 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Wed, 13 Oct 2010 23:51:45 +0200 Subject: 0.5.10 release changes --- ChangeLog | 4 ++++ ReleaseNotes | 15 +++++++++++++++ TODO | 2 +- doc/latrace.txt | 5 +++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef2ac14..7529a94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +------------------------------------------------------------------------------- +latrace 0.5.10 + 2010-10-13 Jiri Olsa * Artur Skawina - add '-n' option, allowing to omit tracing certain symbols + * 0.5.10 release changes 2010-10-02 Jiri Olsa * Akos Pasztory diff --git a/ReleaseNotes b/ReleaseNotes index bec8cea..c5bab25 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -2,6 +2,21 @@ latrace release notes (olsajiri@gmail.com) ------------------------------------------------------------------------------- +[x] latrace 0.5.10 (10/13/2010) + * added '-n' option, allowing to omit tracing certain symbols + * adding stack limits dynamic check (fixing several SIGSEGV issues) + - enabled by default, disable by new '-Y' option + * several fixies + - synchronize --no-* option names + - changed config file magic defines + - separate arguments display code, so it could be + disabled for not supported architectures + - updating license info + - fixing output for thread applications + proper tid displayed for pipe mode + proper indentation for pipe mode + - changing permissions of libltaudit.so to 755 + [x] latrace 0.5.9 (5/14/2010) * fix autoconf search for iberty lib * refactoring sysdep configuration (fix for BZ#586210) diff --git a/TODO b/TODO index 0aef70a..32324c7 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,7 @@ latrace TODO - feel free to contact me with any feature ideas olsajiri@gmail.com -for 0.5.10 +for 0.5.11 - testing/fixing bugs - make automated tests diff --git a/doc/latrace.txt b/doc/latrace.txt index c22e188..e433617 100644 --- a/doc/latrace.txt +++ b/doc/latrace.txt @@ -424,8 +424,9 @@ LD_AUDIT implementation causing process segfaulting BUGS ---- -MANY, plz report bugs to . You can also visit the -latrace.sf.net page to see the latest release notes information. +MANY, plz report bugs to or . +You can also visit the http://people.redhat.com/jolsa/latrace/ page to see the +latest release notes information. AUTHOR -- cgit