summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2006-01-14 00:20:26 +0000
committerRoland McGrath <roland@redhat.com>2006-01-14 00:20:26 +0000
commitef6b8bf61be046f94a23e1e4d2beb3945c1754df (patch)
tree41a2ac0375d4358946ca14cd72a724b2d2d853eb
parente1f27c5aedc394c804e076599307b520d1014e8a (diff)
downloadstrace-ef6b8bf61be046f94a23e1e4d2beb3945c1754df.tar.gz
strace-ef6b8bf61be046f94a23e1e4d2beb3945c1754df.tar.bz2
strace-ef6b8bf61be046f94a23e1e4d2beb3945c1754df.tar.xz
.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfc3336..de77a5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-13 Roland McGrath <roland@redhat.com>
+
+ * debian/control (Build-Depends): Add debhelper.
+
2006-01-12 Roland McGrath <roland@redhat.com>
* signal.c [LINUX] (sys_restart_syscall): New function.
@@ -15,6 +19,7 @@
* linux/ia64/syscallent.h: Likewise.
* linux/mips/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
+ Fixes RH#165469.
2005-08-08 Dmitry V. Levin <ldv@altlinux.org>