diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-03 16:01:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-03 16:01:46 -0400 |
commit | d27f4b07dbfbc7025904880b61720d914331bf6b (patch) | |
tree | 81b24bd737653793330821c5284779b4c5cccb97 /doc/news | |
parent | b5eb811faed5050ced2c6dcc5b52d60d3851d24b (diff) | |
download | ikiwiki-d27f4b07dbfbc7025904880b61720d914331bf6b.tar ikiwiki-d27f4b07dbfbc7025904880b61720d914331bf6b.tar.gz |
add news item for ikiwiki 3.20110431
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20110124.mdwn | 7 | ||||
-rw-r--r-- | doc/news/version_3.20110431.mdwn | 18 |
2 files changed, 18 insertions, 7 deletions
diff --git a/doc/news/version_3.20110124.mdwn b/doc/news/version_3.20110124.mdwn deleted file mode 100644 index 0d9d787fe..000000000 --- a/doc/news/version_3.20110124.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -ikiwiki 3.20110124 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * comments: Fix commenting, broken by security fix. - * blogspam: Don't check modifications from admins for spam, and also - allow the blogspam\_pagespec to do other matches against who the user is. - * inline: Fix regression in feed titles. Closes: #[610878](http://bugs.debian.org/610878) - (Thanks, Paul Wise)"""]]
\ No newline at end of file diff --git a/doc/news/version_3.20110431.mdwn b/doc/news/version_3.20110431.mdwn new file mode 100644 index 000000000..e1409f62b --- /dev/null +++ b/doc/news/version_3.20110431.mdwn @@ -0,0 +1,18 @@ +ikiwiki 3.20110431 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Danish translation update. Closes: #[625721](http://bugs.debian.org/625721) + * Danish underlay translation update. Closes: #[625765](http://bugs.debian.org/625765) + (Thanks, Jonas Smedegaard) + * Support YAML::XS by not passing decoded unicode to Load. Closes: #[625713](http://bugs.debian.org/625713) + * openid, aggregate, pinger: Use Net::INET6Glue if available to + support making ipv6 connections. (Note that if LWPx::ParanoidAgent + is installed, it defeats this for openid.) + * Add additional directive quoting styles, to better support nested + directives. Both triple-single-quote and heredoc quotes can be used. + (Thanks, Timo Paulssen) + * Changed license of madduck's python plugins from GPL-2 to BSD-2-clause. + * po: support language codes in the form of 'es\_AR', and 'arn'. (intrigeri) + Closes: #[627844](http://bugs.debian.org/627844) + * po: Make po4a warn, not error on a malformed document. (intrigeri) + * Support the Hiawatha web server which sets HTTPS=off rather than not + setting it. (There does not seem to be a standard here.)"""]]
\ No newline at end of file |