add news item for ikiwiki 3.20110105

master
Joey Hess 2011-01-05 18:20:25 -04:00
parent 2cd8988648
commit 657dc54457
2 changed files with 15 additions and 4 deletions

View File

@ -1,4 +0,0 @@
ikiwiki 3.20101023 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Fix typo that broke anonymous git push.
* Fix web reversion when the srcdir is in a subdir of the git repo."""]]

View File

@ -0,0 +1,15 @@
ikiwiki 3.20110105 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta)
* tag: Improve display of tags with a slash in their names.
(Giuseppe Bilotta)
* Fix redirect to use a full url. Was broken (in theory) by baseurl
changes in last release.
* Fix `<base>` output by cgi to have a full url again, broken by last
release.
* Fix permalinks to recentchanges items and comments, broken by last
release.
* Export three cgi env vars needed for CGI->url to work. Fixed
openid breakage from last release.
* Removed `IkiWiki::misctemplate()` function. Any plugins using
it should use `IkiWiki::cgitemplate()` instead."""]]