summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-26 22:37:18 -0400
committerJoey Hess <joey@kitenet.net>2010-09-26 22:37:18 -0400
commit43c99f907674de2207a7b411ee1b0c2996ce79d2 (patch)
tree5740b1dcaafd06b76d9320cb2db2a29aaad2f24d
parente789cb9c84ba22570de18ff530c428c6fbe56e77 (diff)
htmlbalance: Fix compatability with HTML::Tree 4.0. (smcv)
-rw-r--r--debian/changelog1
-rw-r--r--doc/bugs/htmlbalance_fails_with_HTML-Tree_v4.mdwn2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 97f9d3c79..a71a08ea2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ikiwiki (3.20100916) UNRELEASED; urgency=low
* meta: Ensure that the url specified by xrds-location is absolute.
* attachment: Fix attachment file size display.
* Propigate PATH into wrapper.
+ * htmlbalance: Fix compatability with HTML::Tree 4.0. (smcv)
-- Joey Hess <joeyh@debian.org> Sun, 19 Sep 2010 20:13:06 -0400
diff --git a/doc/bugs/htmlbalance_fails_with_HTML-Tree_v4.mdwn b/doc/bugs/htmlbalance_fails_with_HTML-Tree_v4.mdwn
index 2613224cf..92427065d 100644
--- a/doc/bugs/htmlbalance_fails_with_HTML-Tree_v4.mdwn
+++ b/doc/bugs/htmlbalance_fails_with_HTML-Tree_v4.mdwn
@@ -14,3 +14,5 @@ From the git commit:
and indeed the regression tests do get an error.
--[[smcv]]
+
+[[done]] --[[Joey]]