diff options
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20101112.mdwn | 17 | ||||
-rw-r--r-- | doc/news/version_3.20101129.mdwn | 20 | ||||
-rw-r--r-- | doc/news/version_3.20101201.mdwn | 5 | ||||
-rw-r--r-- | doc/news/version_3.20110122.mdwn | 10 | ||||
-rw-r--r-- | doc/news/version_3.20110123.mdwn | 4 | ||||
-rw-r--r-- | doc/news/version_3.20110124.mdwn | 7 |
6 files changed, 21 insertions, 42 deletions
diff --git a/doc/news/version_3.20101112.mdwn b/doc/news/version_3.20101112.mdwn deleted file mode 100644 index ad591445f..000000000 --- a/doc/news/version_3.20101112.mdwn +++ /dev/null @@ -1,17 +0,0 @@ -ikiwiki 3.20101112 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * txt: Fix display when used inside a format directive. - * highlight: Ensure that other, more-specific format plugins, - like txt are used in preference to this one in case of ties. - * htmltidy, sortnaturally: Add missing checkconfig hook - registration. Closes: #[601912](http://bugs.debian.org/601912) - (Thanks, Craig Lennox and Tuomas Jormola) - * git: Use author date, not committer date. Closes: #[602012](http://bugs.debian.org/602012) - (Thanks, Tuomas Jormola) - * Fix htmlscrubber\_skip to be matched on the source page, not the page it is - inlined into. Should allow setting to "* and !comment(*)" to scrub - comments, but leave your blog posts unscrubbed, etc. - * comments: Make postcomment() pagespec work when previewing a comment, - including during moderation. - * comments: Make comment() pagespec also match comments that are being - posted."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20101129.mdwn b/doc/news/version_3.20101129.mdwn deleted file mode 100644 index 366ad6e27..000000000 --- a/doc/news/version_3.20101129.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -ikiwiki 3.20101129 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * websetup: Fix encoding problem when restoring old setup file. - * more: Add pages parameter to limit where the more is displayed. - (thanks, dark) - * Fix escaping of filenames in historyurl. (Thanks, aj) - * inline: Improve RSS url munging to use a proper html parser, - and support all elements that HTML::Tagset knows about. - (Which doesn't include html5 just yet, but then the old version - didn't either.) Bonus: 4 times faster than old regexp method. - * Optimise glob() pagespec. (Thanks, Kathryn and smcv) - * highlight: Support new format of filetypes.conf used by version 3.2 - of the highlight package. - * edittemplate: Fix crash if using a .tmpl file or other non-page file - as a template for a new page. - * git: Fix temp file location. - * rename: Fix to pass named parameters to rcs\_commit. - * git: Avoid adding files when committing, so as not to implicitly add - files like recentchanges files that are not normally checked in, - when fixing links after rename."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20101201.mdwn b/doc/news/version_3.20101201.mdwn deleted file mode 100644 index 410640c75..000000000 --- a/doc/news/version_3.20101201.mdwn +++ /dev/null @@ -1,5 +0,0 @@ -ikiwiki 3.20101201 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * meta: Fix calling of htmlscrubber to pass the page parameter. - The change of the htmlscrubber to look at page rather than destpage - caused htmlscrubber\_skip to not work for meta directives."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20110122.mdwn b/doc/news/version_3.20110122.mdwn new file mode 100644 index 000000000..74dd0bf96 --- /dev/null +++ b/doc/news/version_3.20110122.mdwn @@ -0,0 +1,10 @@ +ikiwiki 3.20110122 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * inline: Pass feed titles to templates and add title and rel attributes + to feed links. (Giuseppe Bilotta) + * inline: Use class rather than id for feedlinks and blogform. + (Giuseppe Bilotta) + * comments: Fix XSS security hole due to missing validation of page name. + CVE-2011-0428 (Thanks, Dave B.) + * rename: Fix crash when renaming a page that is linked to by a page + in an underlay."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20110123.mdwn b/doc/news/version_3.20110123.mdwn new file mode 100644 index 000000000..0c4d202b8 --- /dev/null +++ b/doc/news/version_3.20110123.mdwn @@ -0,0 +1,4 @@ +ikiwiki 3.20110123 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Adapt autoindex test suite to work with old Test::More. + * Fix posting by blog form, broken by last release."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20110124.mdwn b/doc/news/version_3.20110124.mdwn new file mode 100644 index 000000000..0d9d787fe --- /dev/null +++ b/doc/news/version_3.20110124.mdwn @@ -0,0 +1,7 @@ +ikiwiki 3.20110124 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * comments: Fix commenting, broken by security fix. + * blogspam: Don't check modifications from admins for spam, and also + allow the blogspam\_pagespec to do other matches against who the user is. + * inline: Fix regression in feed titles. Closes: #[610878](http://bugs.debian.org/610878) + (Thanks, Paul Wise)"""]]
\ No newline at end of file |