summaryrefslogtreecommitdiffstats
path: root/ReleaseNotes
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2010-10-13 23:51:45 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2010-10-13 23:51:45 +0200
commit219a8b965b3584053fa08e9095ba04ff406c33b9 (patch)
treea8a00bc95348f84229eae084ff69c861c0b3296e /ReleaseNotes
parent961effe04468136a09f148ceb9c436fdb5934be2 (diff)
downloadlatrace-219a8b965b3584053fa08e9095ba04ff406c33b9.tar.gz
latrace-219a8b965b3584053fa08e9095ba04ff406c33b9.tar.xz
latrace-219a8b965b3584053fa08e9095ba04ff406c33b9.zip
0.5.10 release changeslatrace-0.5.10
Diffstat (limited to 'ReleaseNotes')
-rw-r--r--ReleaseNotes15
1 files changed, 15 insertions, 0 deletions
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)