-
Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.7.91-7
- Mass rebuild 2014-01-24
-
Tue Jan 14 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-6
- Fix a problem when attempting to trace a command that hasn't been
found (ltrace-0.7.91-cant_open.patch)
-
Tue Jan 14 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-5
- Fix crashing a prelinked PPC64 binary which makes PLT calls through
slots that ltrace doesn't trace.
(ltrace-0.7.91-breakpoint-on_install.patch,
ltrace-0.7.91-ppc64-unprelink.patch)
- Fix a problem in tracing across fork on PPC64
(ltrace-0.7.91-ppc64-fork.patch)
- Fix a couple nits in ltrace.1
(ltrace-0.7.91-man.patch)
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.7.91-4
- Mass rebuild 2013-12-27
-
Wed Dec 04 2013 Petr Machata <pmachata@redhat.com> - 0.7.91-3
- Fix interpretation of x86_64 PLT with IRELATIVE slots.
(ltrace-0.7.91-x86_64-irelative.patch)
- Fix fetching of system call arguments on s390.
(ltrace-0.7.91-s390-fetch-syscall.patch)
- Enable tracing of IRELATIVE PLT slots on s390.
(ltrace-0.7.91-s390-irelative.patch)
-
Thu Nov 21 2013 Petr Machata <pmachata@redhat.com> - 0.7.91-2
- Fix a problem in including in summary (-c) function calls that don't
finish before exec or exit (ltrace-0.7.91-account_execl.patch)
-
Tue Nov 05 2013 Petr Machata <pmachata@redhat.com> - 0.7.91-1
- Rebase to a pre-release 0.8
- Drop BR on autoconf and friends
-
Tue Mar 26 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-5
- On s390, the highest bit in PC address is used to distinguish
between 24-bit and 31-bit addressing modes. Linux used to do this
for us, but not anymore.
(ltrace-0.7.2-s390-set_instruction_pointer.patch)
-
Wed Feb 06 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-4
- Update the ARM patch (ltrace-0.7.2-arm.patch) with support for
parameter passing conventions.
-
Thu Jan 31 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-3
- Bring small fixes from master branch
(ltrace-0.7.2-bits.patch; drop ltrace-0.7.2-man.patch)
- Add a patch that implements ARM sofware singlestepping. This mostly
fixes test suite on ARM, though parameter passing conventions are
still not implemented. (ltrace-0.7.2-arm.patch)
- Work around a new GCC warning (ltrace-0.7.2-unused-typedef.patch)