diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ReleaseNotes | 15 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | doc/latrace.txt | 5 |
4 files changed, 23 insertions, 3 deletions
@@ -1,6 +1,10 @@ +------------------------------------------------------------------------------- +latrace 0.5.10 + 2010-10-13 Jiri Olsa <olsajiri@gmail.com> * Artur Skawina <art.08.09@gmail.com> - add '-n' option, allowing to omit tracing certain symbols + * 0.5.10 release changes 2010-10-02 Jiri Olsa <olsajiri@gmail.com> * Akos Pasztory <akos.pasztory@gmail.com> 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) @@ -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 <olsajiri@gmail.com>. You can also visit the -latrace.sf.net page to see the latest release notes information. +MANY, plz report bugs to <latrace@lists.fedorahosted.org> or <olsajiri@gmail.com>. +You can also visit the http://people.redhat.com/jolsa/latrace/ page to see the +latest release notes information. AUTHOR |