aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2013-10-23 00:54:47 +0200
committerPetr Machata <pmachata@redhat.com>2013-10-23 00:54:47 +0200
commit01b10e191e99d8cb147e5a2b7da8196e0ec6fb94 (patch)
tree840cd7f0ae35860d570ea2576e38d165e0519f32 /NEWS
parentaa3db6b1234da0e542ba7782849cf200d0d91c1c (diff)
downloadltrace-01b10e191e99d8cb147e5a2b7da8196e0ec6fb94.tar.gz
Add 0.7.3 news and a sketch of 0.8-to-be news
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS39
1 files changed, 39 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdef3c3..652249f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,43 @@
-*-org-*-
+* Version 0.8.0
+** Architectural support
+ - MIPS and MIPSel are now handled by the same backend.
+ - ARMv6 and ARMv7 are supported, including full fetch backend.
+ - Imagination Technologies Meta is now supported.
+
+** -w output now shows full library path
+ The output format is similar to glibc's backtrace_symbols, e.g.:
+ > /bin/ls(_init+0x19be) [0x40398e]
+ > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f50cbc3676d]
+ > /bin/ls(_init+0x25fd) [0x4045cd]
+
+** Prototype libraries
+ - Each DSO can now ship an ltrace config file (called prototype
+ library) that ltrace will open when that DSO is loaded to process
+ image. See ltrace(1) for details.
+ - The option -F was retrofitted to be a colon-separated list of
+ config files and directories to look for prototype libraries in.
+ - On Linux, ltrace looks into XDG_CONFIG_HOME, XDG_CONFIG_DIRS, and
+ /usr/share/ltrace as well.
+
+** The following prototypes in ltrace.conf were added or updated
+ rand, srand, random, srandom, initstate, setstate, drand48,
+ erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48,
+ lcong48, readdir, readdir64, closedir, opendir, fdopendir, dirfd,
+ rewinddir, telldir, seekdir
+
+* Version 0.7.3 [2013-09-15 Sun]
+** Bugfixes
+*** [MIPS] Fix build on mips big endian
+ This bug caused messages like:
+ | Making all in mips
+ | /bin/sh: line 17: cd: mips: No such file or directory
+*** [MIPS] Fix SIGSEGV on mips big endian
+ This bug caused runtime messages like:
+ | [0x4000000] --- SIGSEGV (Segmentation fault) ---
+ | [0xffffffff] +++ killed by SIGSEGV +++
+*** Fix build with CLANG on FREEBSD
+
* Version 0.7.2 [2012-12-07 Fri]
** Bugfixes
*** (Again) detect VDSO entry in r_debug linkmap with non-empty name