aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-03 15:05:18 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-03 15:05:18 -0500
commitcba0b67a19a0625f769915f6249f5139af7d907a (patch)
treee64c2a3bba358fbcd75f3f26dbaf7ad85f30ab14
parentb8b302cfa367f47d0c68d1f4e5fbf4f0b2aef25b (diff)
downloadikiwiki-cba0b67a19a0625f769915f6249f5139af7d907a.tar
ikiwiki-cba0b67a19a0625f769915f6249f5139af7d907a.tar.gz
Work around XML::Atom strangeness that results in double-encoded posts. (smcv)
-rw-r--r--debian/changelog2
-rw-r--r--doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index be32d3abf..d76dcce0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ikiwiki (3.04) UNRELEASED; urgency=low
engines where visiting a nonexistent page provides you with a link
to create it. (smcv)
* Factor out redundant code into goto plugin. (smcv)
+ * Work around XML::Atom strangeness that results in double-encoded posts.
+ (smcv)
-- Joey Hess <joeyh@debian.org> Sat, 31 Jan 2009 19:04:45 -0500
diff --git a/doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn b/doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn
index c2d9e17ef..fbdc58d5d 100644
--- a/doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn
+++ b/doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn
@@ -19,4 +19,4 @@ also apply the same workaround (and doing so should be harmless even
when XML::Feed is fixed); please consider merging my 'atom' branch,
which does so. --[[smcv]]
-[[!tag patch]]
+[[!tag patch done]]