aboutsummaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-12 15:22:32 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-03-12 15:22:32 -0500
commitafa930a9c4ada59ea840d626f583f8b4fb3c3f20 (patch)
tree7c91e3e0fc3e4b08cc04363441b4da345e344abd /doc/news
parent0b4261c4587ae76057c14f3fa8c241292dd2b302 (diff)
downloadikiwiki-afa930a9c4ada59ea840d626f583f8b4fb3c3f20.tar
ikiwiki-afa930a9c4ada59ea840d626f583f8b4fb3c3f20.tar.gz
add news item for ikiwiki 3.20100312
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20091218.mdwn11
-rw-r--r--doc/news/version_3.20100312.mdwn16
2 files changed, 16 insertions, 11 deletions
diff --git a/doc/news/version_3.20091218.mdwn b/doc/news/version_3.20091218.mdwn
deleted file mode 100644
index 224e81c4e..000000000
--- a/doc/news/version_3.20091218.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-ikiwiki 3.20091218 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Add complete Spanish basewiki translation done by Fernando Gonzalez de
- Requena.
- * Improve javascript onload handling.
- * monotone: Deal with format change in version 0.45.
- (Thanks, Richard Levitte)
- * cvs: Add missing bit to Automator.
- * attachment: Fix reversion in attachment sorting by age.
- * Fix utf-8 problems in rename, remove, attachment, 404, sourcepage, and
- goto."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100312.mdwn b/doc/news/version_3.20100312.mdwn
new file mode 100644
index 000000000..10c34425d
--- /dev/null
+++ b/doc/news/version_3.20100312.mdwn
@@ -0,0 +1,16 @@
+ikiwiki 3.20100312 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix utf8 issues in calls to md5\_hex.
+ * moderatedcomments: Added moderate\_pagespec that can be used
+ to control which users or comment locations are moderated.
+ This can be used, just for example, to moderate "user(http://myopenid.com/*)"
+ if you're getting a lot of spammers from one particular openid
+ provider (who should perhaps answer your emails about them),
+ while not moderating other users.
+ * moderatedcomments: The moderate\_users setting is deprecated. Instead,
+ set moderate\_pagespec to "!admin()" or "user(*)".
+ * Fix missing span on recentchanges page template.
+ * search: Avoid '$' in the wikiname appearing unescaped on omega's
+ query template, where it might crash omega.
+ * htmlscrubber: Security fix: In data:image/* uris, only allow a few
+ whitelisted image types. No svg."""]] \ No newline at end of file