diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-14 15:23:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-14 15:23:28 -0400 |
commit | e0898ae1a8e64a12c4e47b3f922d6cf1fad4f31c (patch) | |
tree | 9d839123865ddaeed3c4a9ecc36316232df934d8 /debian | |
parent | ad5f4f14f52233148a9ecae2b3e7e0964c6c02ba (diff) | |
download | ikiwiki-e0898ae1a8e64a12c4e47b3f922d6cf1fad4f31c.tar ikiwiki-e0898ae1a8e64a12c4e47b3f922d6cf1fad4f31c.tar.gz |
blogspam: Fix crash when content contained utf-8.
I also tried setting RPC::XML::ENCODING but that did not prevent the crash,
and it seems that blogspam.net doesn't like getting xml encoded in unicode,
since it mis-flagged comments as spammy that way that are normally allowed
through.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8b127b574..0eb5810d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ ikiwiki (3.20100832) UNRELEASED; urgency=low * actiontabs: Improve tab padding. * 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. -- Joey Hess <joeyh@debian.org> Tue, 07 Sep 2010 12:08:05 -0400 |