aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@thehackers.org>1997-08-25 16:45:22 +0200
committerJuan Cespedes <cespedes@thehackers.org>1997-08-25 16:45:22 +0200
commit3268a165cbb4d5b63d2cd7d9e63ccffc40d969e1 (patch)
treed757790c07891568fb9ac09ccc4f255a80833b21 /debian
parent5e4455bffd7cd5c4a948ce7f7f4be9da55c67fb4 (diff)
downloadltrace-3268a165cbb4d5b63d2cd7d9e63ccffc40d969e1.tar.gz
Version 0.1.4
* Updated execute_process() * No longer uses signals to wait for children. Should be a little faster. * Now every function uses output.c:send_*() instead of `FILE * output'
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 14a6d7c..09c255e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ltrace (0.1.4) experimental; urgency=low
+
+ * Updated execute_process()
+ * No longer uses signals to wait for children. Should be a little faster.
+ * Now every function uses output.c:send_*() instead of `FILE * output'
+
+ -- Juan Cespedes <cespedes@etsit.upm.es> Mon, 25 Aug 1997 16:08:36 +0200
+
ltrace (0.1.3) experimental; urgency=low
* Added options `-i', `-S'