summaryrefslogtreecommitdiffstats
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
parent2e61eec77ce27cf22a8813e24e16ccd2430bc6f1 (diff)
downloadlatrace-f766581e7d100326a002cfce8c7a87254efd4423.tar.gz
latrace-f766581e7d100326a002cfce8c7a87254efd4423.tar.xz
latrace-f766581e7d100326a002cfce8c7a87254efd4423.zip
0.5.11 release changeslatrace-0.5.11
-rw-r--r--ChangeLog4
-rw-r--r--ReleaseNotes33
-rw-r--r--TODO6
-rw-r--r--doc/latrace.txt2
4 files changed, 41 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a5e5855..2a00346 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+-------------------------------------------------------------------------------
+latrace 0.5.11
+
2011-07-28 Jiri Olsa <olsajiri@gmail.com>
* doc - update configuration file stuff
* config - add missing help for -N option
+ * 0.5.11 release changes
2011-07-07 Jiri Olsa <olsajiri@gmail.com>
* args - fix size_t printf compile warning
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)
diff --git a/TODO b/TODO
index 32324c7..f29957c 100644
--- a/TODO
+++ b/TODO
@@ -4,11 +4,9 @@ latrace TODO - feel free to contact me with any feature ideas
olsajiri@gmail.com
-for 0.5.11
+for 0.5.12
+ - document the config file usage
- testing/fixing bugs
- - make automated tests
-
-for 0.6
- config - arrays in structures
- add mask enum support (ORed values)
- add support for display number at different bases (2,8,10,16)
diff --git a/doc/latrace.txt b/doc/latrace.txt
index ab07dd6..26588bb 100644
--- a/doc/latrace.txt
+++ b/doc/latrace.txt
@@ -542,6 +542,8 @@ CONTRIBUTORS
- Nix <nix@esperi.org.uk>
- Akos Pasztory <akos.pasztory@gmail.com>
- Artur Skawina <art.08.09@gmail.com>
+- Dr. David Alan Gilbert <david.gilbert@linaro.org>
+- Sebastian Pipping <sping@gentoo.org>
LICENSE