aboutsummaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-12-19 21:20:41 +0000
committerSimon McVittie <smcv@debian.org>2016-12-19 21:20:41 +0000
commitfd6b947889733dbe0cc254428a1d3ad0dfdc89b3 (patch)
tree289a45d281ddd2c4648b2420cddc682fe5a91851 /doc/news
parentc96149fa3edd80caf398994294e60c49b4a83beb (diff)
downloadikiwiki-fd6b947889733dbe0cc254428a1d3ad0dfdc89b3.tar
ikiwiki-fd6b947889733dbe0cc254428a1d3ad0dfdc89b3.tar.gz
Announce 3.20161219
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20150614.mdwn8
-rw-r--r--doc/news/version_3.20161219.mdwn14
2 files changed, 14 insertions, 8 deletions
diff --git a/doc/news/version_3.20150614.mdwn b/doc/news/version_3.20150614.mdwn
deleted file mode 100644
index 1b08f5a79..000000000
--- a/doc/news/version_3.20150614.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-ikiwiki 3.20150614 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * inline: change default sort order from age to "age title" for
- determinism, partially fixing deterministic build for git-annex,
- ikiwiki-hosting etc. (Closes: #[785757](http://bugs.debian.org/785757))
- * img: avoid ImageMagick misinterpreting filenames containing a colon
- * img test: set old timestamp on source file that will change, so that
- the test will pass even if it takes less than 1 second"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20161219.mdwn b/doc/news/version_3.20161219.mdwn
new file mode 100644
index 000000000..3b64cb8a8
--- /dev/null
+++ b/doc/news/version_3.20161219.mdwn
@@ -0,0 +1,14 @@
+ikiwiki 3.20161219 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * [ Joey Hess ]
+ * inline: Prevent creating a file named ".mdwn" when the
+ postform is submitted with an empty title.
+ * [ Simon McVittie ]
+ * Security: tell `git revert` not to follow renames. If it does, then
+ renaming a file can result in a revert writing outside the wiki srcdir
+ or altering a file that the reverting user should not be able to alter,
+ an authorization bypass. Thanks, intrigeri
+ * cgitemplate: remove some dead code. Thanks, blipvert
+ * Restrict CSS matches against header class to not break
+ Pandoc tables with header rows. Thanks, karsk
+ * Make pagestats output more deterministic. Thanks, intrigeri"""]] \ No newline at end of file