aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2004-04-04 01:31:38 +0200
committerJuan Cespedes <cespedes@debian.org>2004-04-04 01:31:38 +0200
commitefe85f0668a077b1e851df4b3f87a380cf2269fd (patch)
tree139d24d388a22b187c0230512460a1a27e7ed3b5 /debian
parent504a385858a49352bcfceca444ba4f1a7bfd20cd (diff)
downloadltrace-efe85f0668a077b1e851df4b3f87a380cf2269fd.tar.gz
Version 0.3.32
* Fixed wrong version number * Removed unused file "opt_c.c" * Remove error when tracing no calls and doing fork() * Clean-up of sysdeps/linux-gnu/s390/trace.c * Clean-up of sysdeps/linux-gnu/ppc/trace.c * Make `--library' option really work (closes: Bug#232321) * Merged several patches from SuSE: + Added some functions to ltrace.conf + Handle 64-big ELF files nicely + AMD64 support + Updated list of syscalls for S/390 + Improved some debugging statements Many thanks to Bernhard Kaindl <bk@suse.de> for his great work
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
-rw-r--r--debian/copyright2
2 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a2d5e57..903159d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+ltrace (0.3.32) unstable; urgency=low
+
+ * Fixed wrong version number
+ * Removed unused file "opt_c.c"
+ * Remove error when tracing no calls and doing fork()
+ * Clean-up of sysdeps/linux-gnu/s390/trace.c
+ * Clean-up of sysdeps/linux-gnu/ppc/trace.c
+ * Make `--library' option really work (closes: Bug#232321)
+ * Merged several patches from SuSE:
+ + Added some functions to ltrace.conf
+ + Handle 64-big ELF files nicely
+ + AMD64 support
+ + Updated list of syscalls for S/390
+ + Improved some debugging statements
+ Many thanks to Bernhard Kaindl <bk@suse.de> for his great work
+
+ -- Juan Cespedes <cespedes@debian.org> Sun, 04 Apr 2004 01:31:37 +0200
+
ltrace (0.3.31) unstable; urgency=low
* Added a lot of functions to ltrace.conf,
diff --git a/debian/copyright b/debian/copyright
index 31535aa..813d634 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Dynamic Library Tracer ``ltrace''.
Copyrights
----------
-Copyright (C) 1997-2003 Juan Cespedes <cespedes@debian.org>
+Copyright (C) 1997-2004 Juan Cespedes <cespedes@debian.org>
ARMLinux port: Copyright (C) 1998 Pat Beirne <pbeirne@home.com>
m68k port: Copyright (C) 1998 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>