Changelog for
ltrace-0.7.2-37.6.x86_64.rpm :
Thu Feb 7 13:00:00 2013 subbyteAATTgmail.com
- enable libunwind
Mon Dec 10 13:00:00 2012 schwabAATTlinux-m68k.org
- Update to 0.7.2
*
* Bugfixes
*
*
* (Again) detect VDSO entry in r_debug linkmap with non-empty name
*
*
* Fix building with libunwind 1.1
*
*
* Fix prototype lookup for -x symbols from shared libraries
- Remove upstreamed patch ltrace.vdso.patch
Fri Nov 30 13:00:00 2012 schwabAATTlinux-m68k.org
- Update to 0.7.1
* Version 0.7.1
*
* Bugfixes
*
*
* ltrace.conf.5 is now installed to man5 as it should be
*
*
* [PowerPC] A header file necessary for building is now shipped
*
*
* [MIPS] Work around duplicate symbol request bug
*
*
* Detect VDSO entry in r_debug linkmap with non-empty name
*
*
* Temporary files are wiped properly after the test suite has been run
*
*
* Parsing typedefs with common prefix now works as it should
*
* Cofiguration Files
*
*
* The following prototypes in ltrace.conf were added or updated
*
*
* Duplicate typedefs are now guarded against
*
*
* It\'s now possible to define recursive structures
*
*
* New lens \"bitvec\" is available
*
*
* Octal lens renamed to \"oct\"
*
*
* The hex lens can now format floating point arguments
* Version 0.7.0
*
* Tracing
*
*
* Full support for tracing multi-threaded processes
*
*
* Support for tracing inter-library calls
*
*
* Better support for parameter passing (\"fetch backend\")
*
*
* Awareness of deny_ptrace SELinux boolean
*
*
* Limited support for tracing returns from tail call functions
*
*
* -e, -x and -l selectors now allow using globs and regular expressions
*
*
* -g command line option dropped
*
*
* Test suite can now be run under valgrind
*
*
* [ppc] Support both BSS and secure PLTs for 32-bit processes
*
*
* [mips] Implement software singlestepping
*
*
* [mips] Add support for CPIC main programs
*
*
* Support tracing PIE binaries
*
* Configuration Files
*
*
* New abstraction: parameter pack
*
*
* New expression: zero
*
*
* Lenses: change the way that underlying type is rendered
*
*
* Misspelling of \"int\" as \"itn\" temporarily accepted, but deprecated
*
*
* Using void as top-level function argument now deprecated
*
*
* Using void to hide one argument is now obsolete
*
* Documentation
*
*
* New manual page ltrace.conf(5)
*
*
* README, INSTALL brought up to date
*
*
* New file CREDITS with a list of contributors
*
* Bugfixes
*
*
* Fix detaching from a process
*
*
* Argument to -n is now checked for validity
*
*
* Fix tracing across exec in a stripped binary
*
*
* [x86] ORIG_RAX/ORIG_EAX may not contain original syscall number
*
*
* [ppc] Fix races in tracing -e events in 64-bit processes
*
*
* [ppc] Allow stepping over lwarx instruction
*
* Known bugs
*
*
* [arm] Tracing is not supported at all on ARM
* Version 0.6.0
*
* General Features
*
*
* Use autotools for building
*
*
* New option -b: disables output of signals received by the tracee
*
*
* New option -w: print stack trace of events
*
*
* Support tracing of symbols from libraries opened with dlopen
*
* Architecture-specific Changes
*
*
* Various fixes for MIPS and PowerPC
*
*
* Support for ARM Thumb mode
*
*
* Implement fetching of 5th and further function arguments on s390
*
*
* Support fork/exec syscalls on 31-bit s390
*
*
* Support for float and double arguments on x86_64
*
*
* Fixes for return arguments (after \'+\') in nested calls on x86_64
- removed upstreamed patches:
ltrace.ppc.patch
ltrace.s390-more-arguments.patch
ltrace.demangle-lib.cstdlib.patch
- ltrace.vdso.patch: allow more VDSO names.
Thu May 31 14:00:00 2012 sweet_f_aAATTgmx.de
- update to 0.5.3 (bug and build fixes)
- autoreconf is not required
- add ppc patch
Tue Feb 21 13:00:00 2012 snwintAATTsuse.de
- build with libelf1 instead of libelf0
Thu Dec 1 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency
Fri Jul 9 14:00:00 2010 jengelhAATTmedozas.de
- Kernel commit v2.6.28-5383-g192eee8 removed
arch/sparc/include/asm/reg.h, so deactivate SPARC building
Mon Feb 1 13:00:00 2010 jengelhAATTmedozas.de
- enable SPARC building
Mon Feb 1 13:00:00 2010 jengelhAATTmedozas.de
- package baselibs.conf
Fri May 22 14:00:00 2009 pbaudisAATTsuse.cz
- Update version from 0.4-svn to 0.5.2
* Huge amount of bugfixes, arm support, etc. ...
* Fix ctrl-c sometimes crashing ltrace [bnc#474534]