summaryrefslogtreecommitdiffstats
path: root/ReleaseNotes
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-07-28 15:30:14 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-07-28 15:30:14 +0200
commitf766581e7d100326a002cfce8c7a87254efd4423 (patch)
tree539fab65b6c0bec5d2d8c73054053bcf55c19a2c /ReleaseNotes
parent2e61eec77ce27cf22a8813e24e16ccd2430bc6f1 (diff)
downloadlatrace-f766581e7d100326a002cfce8c7a87254efd4423.tar.gz
latrace-f766581e7d100326a002cfce8c7a87254efd4423.tar.xz
latrace-f766581e7d100326a002cfce8c7a87254efd4423.zip
0.5.11 release changeslatrace-0.5.11
Diffstat (limited to 'ReleaseNotes')
-rw-r--r--ReleaseNotes33
1 files changed, 33 insertions, 0 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index c5bab25..dc1949d 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -2,6 +2,39 @@
latrace release notes (olsajiri@gmail.com)
-------------------------------------------------------------------------------
+[x] latrace 0.5.11 (7/25/2011)
+ * enhancing names check with *-logic for
+ "-l -t -f -s -n -b" options
+ * moving conf header files to new location + rename s/conf/h/
+ * adding support for configuration file
+ * global symbol handling
+ one global symbol tree to rule them all
+ - only one tree is searched during the plt entry/exit
+ - symbols are added during the bind audit callback
+ * adding automated test support, so far for x86 and x86_64,
+ others are disabled.
+ * adding SIGTERM/SIGINT handlers,
+ refactoring lt_run to check the latrace got killed
+ * adding large file support
+ * make tracer return actual tracee status
+ * several fixies
+ - fix display of char arguments
+ - add threads fifo management to special directory
+ so the notification is not affected by other files
+ - fix memory leak in the argument display code
+ - fix controled config bug - missing shared config assignment
+ - fixed errors discovered by cppcheck
+ - build fix for ARM
+ - args - use isprint to decide whether to print the character,
+ force test.sh to use bash,
+ enable tests for ARM architecture
+ - args - replacing destination strings with void pointers
+ * thanks to the following for patches:
+ Dr. David Alan Gilbert
+ Sebastian Pipping
+ Artur Skawina
+
+
[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)