changelog/close bugs
parent
ab876a9947
commit
a5536103e7
|
@ -1,3 +1,11 @@
|
|||
ikiwiki (3.20140912) UNRELEASED; urgency=medium
|
||||
|
||||
* Don't double-decode CGI submissions with Encode.pm >= 2.53,
|
||||
fixing "Error: Cannot decode string with wide characters".
|
||||
Thanks, Antoine Beaupré
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Fri, 12 Sep 2014 21:23:58 +0100
|
||||
|
||||
ikiwiki (3.20140831) unstable; urgency=medium
|
||||
|
||||
* Make --no-gettime work in initial build. Closes: #755075
|
||||
|
|
|
@ -122,3 +122,5 @@ so this would explain the error on cancel, but doesn't explain the weird encodin
|
|||
|
||||
> [[Looks good to me|users/smcv/ready]] although I'm not sure how valuable
|
||||
> the `$] < 5.02 || ` test is - I'd be tempted to just call `is_utf8`. --[[smcv]]
|
||||
|
||||
>> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -18,3 +18,6 @@ Can anyone shed any light on this problem and guide me what I need to do to fix
|
|||
Regards,
|
||||
|
||||
-- [Shlomi Fish](http://www.shlomifish.org/)
|
||||
|
||||
> [[Merged anarcat's fix for
|
||||
this|bugs/garbled non-ascii characters in body in web interface]] --[[smcv]]
|
||||
|
|
|
@ -92,5 +92,9 @@ I hope it's a bug, not a feature and you fix it soon :) --[[Paweł|ptecza]]
|
|||
>>> [[bugs/garbled_non-ascii_characters_in_body_in_web_interface]] fixes this.
|
||||
>>> --[[smcv]]
|
||||
|
||||
>>>> Merged that patch. Not marking this page as done, because the todo
|
||||
>>>> about using a standard encoding still stands (although I'm not at
|
||||
>>>> all sure there's an encoding that would be better). --[[smcv]]
|
||||
|
||||
[[wishlist]]
|
||||
[1]: https://packages.debian.org/search?suite=all§ion=all&arch=any&searchon=names&keywords=libencode-imaputf7-perl
|
||||
|
|
Loading…
Reference in New Issue