From: Joey Hess Date: Tue, 25 Feb 2014 04:16:14 +0000 (-0400) Subject: python proxy: Avoid utf-8 related crash. Thanks, Antoine Beaupré X-Git-Tag: debian/3.20140227~1 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/9a1c60c9c63eafe11b9e6d14329c76e97d2c9f11?ds=sidebyside python proxy: Avoid utf-8 related crash. Thanks, Antoine Beaupré --- diff --git a/debian/changelog b/debian/changelog index ff2fe8220..1db98647e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ ikiwiki (3.20140126) UNRELEASED; urgency=medium Thanks, smcv * Improve templates testing. Thanks, smcv + * python proxy: Avoid utf-8 related crash. + Thanks, Antoine Beaupré * Special thanks to Simon McVittie for being the patchmeister for this release. diff --git a/doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn b/doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn index 746a56f6f..3d5b05618 100644 --- a/doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn +++ b/doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn @@ -70,3 +70,5 @@ error: ikiwiki failed > > > > (I'm trying to review some of the pending patches.) --[[smcv]] >>>>> Ooops.. I forgot to push the branch, it should be good now! --[[anarcat]] + +>>>>>> [[merged|done]] --[[Joey]]