summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorjoey <joey>2005-07-19 17:13:24 +0000
committerjoey <joey>2005-07-19 17:13:24 +0000
commit78e828cbc2604324385a20f21083d929d0097ea9 (patch)
tree940fce550a2dcfe6a51f3a6b24ab47d0920a62ba /debian/changelog
parent8cbd10d36265438420d16cf1fea470c37bfb0fb2 (diff)
r1772: releasing version 4.9.4
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 65eb832e..fccb4357 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+debhelper (4.9.4) unstable; urgency=low
+
+ * dh_clean: switch to using complex_doit for the evil find command
+ and quoting everything explicitly rather than the doit approach used
+ before. This way all uses of EXCLUDE_FIND will use complex_doit, which
+ is necesary for sanity.
+ * Dh_Lib: Make COMPLEX_DOIT properly escape wildcards for use with
+ complex_doit. Before they were unescaped, which could lead to subtle
+ breakage.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2005 12:47:30 -0400
+
debhelper (4.9.3) unstable; urgency=high
* Fix typo in postrm-modules fragment. Closes: #316069