diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-25 00:16:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-25 00:16:14 -0400 |
commit | 9a1c60c9c63eafe11b9e6d14329c76e97d2c9f11 (patch) | |
tree | d865bc59114fe790a3c8651a3a3814efa9621068 | |
parent | bc94b6a76ebd07d64bac78776b7d10d6e1265a28 (diff) | |
download | ikiwiki-9a1c60c9c63eafe11b9e6d14329c76e97d2c9f11.tar ikiwiki-9a1c60c9c63eafe11b9e6d14329c76e97d2c9f11.tar.gz |
python proxy: Avoid utf-8 related crash. Thanks, Antoine Beaupré
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn | 2 |
2 files changed, 4 insertions, 0 deletions
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]] |