aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-14 15:37:45 -0400
committerJoey Hess <joey@kitenet.net>2010-09-14 15:37:45 -0400
commit0ff945ddf19010b890458face057505f7b48b572 (patch)
treef5df3fd151f154d391c9b49345909b7cb20f6593 /debian
parente0898ae1a8e64a12c4e47b3f922d6cf1fad4f31c (diff)
downloadikiwiki-0ff945ddf19010b890458face057505f7b48b572.tar
ikiwiki-0ff945ddf19010b890458face057505f7b48b572.tar.gz
external: Disable RPC::XML's "smart" encoding, which sent ints for strings that contained only a number, fixing a longstanding crash of the rst plugin.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0eb5810d0..46401b58c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ ikiwiki (3.20100832) UNRELEASED; urgency=low
* blueview: Fix display of links to translated pages in the page header.
* Set isPermaLink="no" for guids in rss feeds.
* blogspam: Fix crash when content contained utf-8.
+ * external: Disable RPC::XML's "smart" encoding, which sent ints
+ for strings that contained only a number, fixing a longstanding crash
+ of the rst plugin.
-- Joey Hess <joeyh@debian.org> Tue, 07 Sep 2010 12:08:05 -0400