summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>2003-02-19 19:03:09 +0000
committerjoey <joey>2003-02-19 19:03:09 +0000
commit91f8bb5fbc5a8cd9d9d64da716f11fcd2831c358 (patch)
tree1483aa217ef05a522a09d3107b0601e3e9f2f81e /debian
parent2da6ed90ff536121b387c93385e1cf652f7bd3aa (diff)
r573: * dh_md5sums: note that it's used by debsums. Closes: #181521
* Make addsubstvars() escape the value of the variable before passing it to the shell. Closes: #178524 * Fixed escape_shell()'s escaping of a few things.
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 70e779cb..3683986d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+debhelper (4.1.32) unstable; urgency=low
+
+ * dh_md5sums: note that it's used by debsums. Closes: #181521
+ * Make addsubstvars() escape the value of the variable before passing it to
+ the shell. Closes: #178524
+ * Fixed escape_shell()'s escaping of a few things.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 18 Feb 2003 19:01:45 -0500
+
debhelper (4.1.31) unstable; urgency=low
* Added dh_installcatalogs, for sgml (and later xml) catalogs. By