diff options
-rw-r--r-- | doc/news/version_3.20120109.mdwn | 9 | ||||
-rw-r--r-- | doc/news/version_3.20120516.mdwn | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/doc/news/version_3.20120109.mdwn b/doc/news/version_3.20120109.mdwn deleted file mode 100644 index de53c5d67..000000000 --- a/doc/news/version_3.20120109.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -ikiwiki 3.20120109 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * mdwn: Can use the discount markdown library, via the - Text::Markdown::Discount perl module. This is preferred if available - since it's the fastest currently supported markdown library, speeding up - ikiwiki's markdown rendering by a factor of 40. - (However, when multimarkdown is enabled, Text::Markdown::Multimarkdown - is still used.) - * On Debian, depend on libtext-markdown-discount."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20120516.mdwn b/doc/news/version_3.20120516.mdwn new file mode 100644 index 000000000..aa85f54ef --- /dev/null +++ b/doc/news/version_3.20120516.mdwn @@ -0,0 +1,4 @@ +ikiwiki 3.20120516 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * meta: Security fix; add missing sanitization of author and authorurl. + Thanks, Raúl Benencia"""]]
\ No newline at end of file |