aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2003-02-01 19:02:37 +0100
committerJuan Cespedes <cespedes@debian.org>2003-02-01 19:02:37 +0100
commita0ccf39a68c0fcdf2165bde0f9b70ed12fc61cd8 (patch)
treeafe23bec662ac61ab1a8c1bdb6463c3c017f775b /debian
parent7186e2af704f4458e6383e8a92482594db29b597 (diff)
downloadltrace-a0ccf39a68c0fcdf2165bde0f9b70ed12fc61cd8.tar.gz
Version 0.3.29
* Align return values depending on screen width * Updated list of syscalls and signals to Linux 2.4.20 * Fixed bug introduced in 0.3.27 which caused -L option to segfault
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1743df0..942f214 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ltrace (0.3.29) unstable; urgency=low
+
+ * Align return values depending on screen width
+ * Updated list of syscalls and signals to Linux 2.4.20
+ * Fixed bug introduced in 0.3.27 which caused -L option to segfault
+
+ -- Juan Cespedes <cespedes@debian.org> Sat, 01 Feb 2003 19:01:39 +0100
+
ltrace (0.3.28) unstable; urgency=medium
* Fixed memory corruption when using execve() in a traced program