aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@coco.thehackers.org>2009-07-25 17:11:38 +0200
committerJuan Cespedes <cespedes@coco.thehackers.org>2009-07-25 17:11:38 +0200
commit163765561621a9127cee3243dd94011e70a2c580 (patch)
tree9b0935c93a3b028fd1dd35a2c632510743e7826f
parent3458456ffbf0b6d85e1818dea7cbeacc8b1d2298 (diff)
downloadltrace-163765561621a9127cee3243dd94011e70a2c580.tar.gz
New version (0.5.3)
-rw-r--r--ChangeLog8
-rw-r--r--VERSION2
-rw-r--r--debian/changelog14
-rw-r--r--debian/control.in4
4 files changed, 25 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fafdf17..49b785f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-25 Juan Cespedes <cespedes@debian.org>
+
+ * New release 0.5.3
+ * Created "libltrace.a" and a simple main program that calls it
+ * Added support for callbacks to libltrace
+ * Got rid of GNU's Autoconf stuff
+ * Make it work again in sparc with new kernel headers
+
2009-05-21 Juan Cespedes <cespedes@debian.org>
* Release version 0.5.2
diff --git a/VERSION b/VERSION
index cb0c939..be14282 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.2
+0.5.3
diff --git a/debian/changelog b/debian/changelog
index 6d3ef45..f97cb8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ltrace (0.5.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Make it work again in sparc with new kernel headers (closes: Bug#532195)
+
+ -- Juan Cespedes <cespedes@debian.org> Sat, 25 Jul 2009 16:24:38 +0200
+
+ltrace (0.5.2-2) unstable; urgency=low
+
+ * Make clone() work when child starts after parent finishes
+ * See syscalls as syscalls and not sysrets when we are a clone
+
+ -- Juan Cespedes <cespedes@debian.org> Thu, 28 May 2009 16:30:08 +0200
+
ltrace (0.5.2-1) unstable; urgency=low
* New upstream release (closes: Bug#463023)
diff --git a/debian/control.in b/debian/control.in
index a74aad2..aff5316 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,12 +2,12 @@ Source: ltrace
Section: utils
Priority: optional
Maintainer: Juan Cespedes <cespedes@debian.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
Build-Depends: @cdbs@, binutils-dev, libelfg0-dev
Package: ltrace
Architecture: i386 arm armeb armel m68k s390 powerpc sparc alpha amd64 ia64 ppc64
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tracks runtime library calls in dynamically linked programs
ltrace is a debugging program which runs a specified command until it
exits. While the command is executing, ltrace intercepts and records