summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-01-05 18:20:25 -0400
committerJoey Hess <joey@kitenet.net>2011-01-05 18:20:25 -0400
commit657dc544575e4f0b8f56dbdc10dc28e290811987 (patch)
tree054b3551b92798155fa3bd7024e1f1b7cf2bfa06 /doc/news
parent2cd8988648f2da36d4a520829e7100c516dd0e38 (diff)
add news item for ikiwiki 3.20110105
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20101023.mdwn4
-rw-r--r--doc/news/version_3.20110105.mdwn15
2 files changed, 15 insertions, 4 deletions
diff --git a/doc/news/version_3.20101023.mdwn b/doc/news/version_3.20101023.mdwn
deleted file mode 100644
index 44bed6be6..000000000
--- a/doc/news/version_3.20101023.mdwn
+++ /dev/null
@@ -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."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20110105.mdwn b/doc/news/version_3.20110105.mdwn
new file mode 100644
index 000000000..133dd5792
--- /dev/null
+++ b/doc/news/version_3.20110105.mdwn
@@ -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 `&lt;base&gt;` 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-&gt;url to work. Fixed
+ openid breakage from last release.
+ * Removed `IkiWiki::misctemplate()` function. Any plugins using
+ it should use `IkiWiki::cgitemplate()` instead."""]] \ No newline at end of file