aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-07-10 18:40:56 -0400
committerJoey Hess <joey@kitenet.net>2013-07-10 18:40:56 -0400
commit697c3f1256faa19776fbf203d1098154f53f319c (patch)
tree70660e1cbef6c9d269ba630fce97b427e79fcf12
parent24a57423b85f2c630bece12a3ab767b1c21ac3bb (diff)
downloadikiwiki-697c3f1256faa19776fbf203d1098154f53f319c.tar
ikiwiki-697c3f1256faa19776fbf203d1098154f53f319c.tar.gz
add news item for ikiwiki 3.20130710
-rw-r--r--doc/news/version_3.20121017.mdwn3
-rw-r--r--doc/news/version_3.20130710.mdwn23
2 files changed, 23 insertions, 3 deletions
diff --git a/doc/news/version_3.20121017.mdwn b/doc/news/version_3.20121017.mdwn
deleted file mode 100644
index 98a5caffe..000000000
--- a/doc/news/version_3.20121017.mdwn
+++ /dev/null
@@ -1,3 +0,0 @@
-ikiwiki 3.20121017 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * recentchangesdiff: fix further breakage to the template from 3.20120725"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20130710.mdwn b/doc/news/version_3.20130710.mdwn
new file mode 100644
index 000000000..f1b30a7ff
--- /dev/null
+++ b/doc/news/version_3.20130710.mdwn
@@ -0,0 +1,23 @@
+ikiwiki 3.20130710 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * blogspam: Fix encoding issue in RPC::XML call.
+ Thanks, Changaco
+ * comments: The formats allowed to be used in comments can be configured
+ using comments\_allowformats.
+ Thanks, Michal Sojka
+ * calendar: When there are multiple pages for a given day, they're
+ displayed in a popup on mouseover.
+ Thanks, Louis
+ * osm: Remove trailing slash from KML maps icon.
+ * page.tmpl: omit searchform, trails, sidebar and most metadata in CGI
+ (smcv)
+ * openid: Automatically upgrade openid\_realm to https when
+ accessed via https.
+ * The ip() pagespec can now contain glob characters to match eg, a subnet
+ full of spammers.
+ * Fix crash that could occur when a needsbuild hook returned a file
+ that does not exist.
+ * Fix python proxy to not crash when fed unicode data in getstate
+ and setstate.
+ Thanks, chrysn
+ * Fix committing attachments when using svn."""]] \ No newline at end of file