aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2003-02-04 23:24:38 +0100
committerJuan Cespedes <cespedes@debian.org>2003-02-04 23:24:38 +0100
commit504a385858a49352bcfceca444ba4f1a7bfd20cd (patch)
tree7a30b45b7847b650b748daa90e839d80ae770f42 /debian
parentd65efa37b1fd73305ce4469841dc760514d74202 (diff)
downloadltrace-504a385858a49352bcfceca444ba4f1a7bfd20cd.tar.gz
Version 0.3.31
* Added a lot of functions to ltrace.conf, thanks to Jakub Jelinek <jakub@redhat.com> (closes: Bug#144518) * Fixed off-by-one problem in checking syscall number * Removed some warnings
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4a86b2f..a2d5e57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ltrace (0.3.31) unstable; urgency=low
+
+ * Added a lot of functions to ltrace.conf,
+ thanks to Jakub Jelinek <jakub@redhat.com> (closes: Bug#144518)
+ * Fixed off-by-one problem in checking syscall number
+ * Removed some warnings
+
+ -- Juan Cespedes <cespedes@debian.org> Tue, 04 Feb 2003 23:22:46 +0100
+
ltrace (0.3.30) unstable; urgency=low
* Implemented -T option (show time spent inside each call)