diff options
author | Simon McVittie <smcv@debian.org> | 2015-03-29 22:46:39 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-03-29 22:46:39 +0100 |
commit | 1ea7fa90c2d6cfdc6c6d045cb0b15bd44fa9513a (patch) | |
tree | 0fd5742c2ad4d1d029dcecea4b05972a463820b8 /doc | |
parent | d8a550e7de083aae074418f76152d918793dc41e (diff) | |
download | ikiwiki-1ea7fa90c2d6cfdc6c6d045cb0b15bd44fa9513a.tar ikiwiki-1ea7fa90c2d6cfdc6c6d045cb0b15bd44fa9513a.tar.gz |
Add news for version 3.20150329
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_3.20150329.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/news/version_3.20150329.mdwn b/doc/news/version_3.20150329.mdwn new file mode 100644 index 000000000..787efd965 --- /dev/null +++ b/doc/news/version_3.20150329.mdwn @@ -0,0 +1,23 @@ +ikiwiki 3.20150329 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + [ [[Joey Hess|joey]] ] + * Fix NULL ptr deref on ENOMEM in wrapper. (Thanks, igli) + + [ [[Simon McVittie|smcv]] ] + * Really don't double-decode CGI submissions, even on Perl versions that + bundle an old enough Encode.pm for that not to be a problem: the + system might have a newer Encode.pm installed separately, like Fedora 20. + (Closes: [[!debbug 776181]]; thanks, Anders Kaseorg) + * If neither timezone nor TZ is set, set both to :/etc/localtime if + we're on a GNU system and that file exists, or GMT otherwise + * t/inline.t: accept translations of "Add a new post titled:" + (Closes: [[!debbug 779365]]) + * Consistently document command-line options as e.g. --refresh, not -refresh + + [ [[Amitai Schlair|schmonz]] ] + * In VCS-committed anonymous comments, link to url. + + [ [[Joey Hess|joey]] ] + * Fix XSS in openid selector. Thanks, Raghav Bisht. + (Closes: [[!debbug 781483]]) +"""]] |