diff options
author | Joey Hess <joey@kitenet.net> | 2007-11-27 16:36:37 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-11-27 16:36:37 -0500 |
commit | c3805557f183a9ad628b58a06e64269a4982f6d6 (patch) | |
tree | bf969ffc432acfb40dd187f18aae3edb66755ca3 /debian | |
parent | ce70d375a451eb11f257e310f834972d2e432e82 (diff) |
* Improve workaround for perl bug #376329. Rather than double-encoding,
which has been reported to cause encoding problems (though I haven't
reproduced them), just catch a failure of markdown, and retry.
(The crazy perl bug magically disappears on the retry.)
Closes: #449379
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2a9aae3ab..fe93e036c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,11 @@ ikiwiki (2.15) UNRELEASED; urgency=low the setup process much simpler. * Reorganised git documentation. * Actually install the ikiwiki-update-wikilist program. + * Improve workaround for perl bug #376329. Rather than double-encoding, + which has been reported to cause encoding problems (though I haven't + reproduced them), just catch a failure of markdown, and retry. + (The crazy perl bug magically disappears on the retry.) + Closes: #449379 -- Joey Hess <joeyh@debian.org> Tue, 27 Nov 2007 00:16:40 -0500 |