diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-27 15:55:34 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-27 15:55:34 -0500 |
commit | f9efb5b1eb08d7f9f94b9a5028fc234735720c85 (patch) | |
tree | 2fcaffa6a364dea7be1b7187cf63f33d0669e22c /doc/news | |
parent | b0117082ed83d255311494942aa8f91fd131b71d (diff) |
add news item for ikiwiki 3.05
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.04.mdwn | 17 | ||||
-rw-r--r-- | doc/news/version_3.05.mdwn | 15 |
2 files changed, 15 insertions, 17 deletions
diff --git a/doc/news/version_3.04.mdwn b/doc/news/version_3.04.mdwn deleted file mode 100644 index e04093c8f..000000000 --- a/doc/news/version_3.04.mdwn +++ /dev/null @@ -1,17 +0,0 @@ -ikiwiki 3.04 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * 404: New plugin which lets you use the IkiWiki CGI script as - an Apache 404 handler, to give the behaviour of various other wiki - engines where visiting a nonexistent page provides you with a link - to create it. (smcv) - * Factor out redundant code into [[plugins/goto]] plugin. (smcv) - * Work around XML::Atom strangeness that results in double-encoded posts. - (smcv) - * Updated German translation (Kai Wasserbäch). Closes: #[514251](http://bugs.debian.org/514251) - * Fix unusual --setup --post-commit command line option combo. - * Create any missing directory necessary to put the wrapper - file into. Closes: #[514384](http://bugs.debian.org/514384) - * shortcut: If default\_pageext is set, first look for - shortcuts.default\_pageext. - * Allow comments, rename, remove, and attachment plugins to be used - even if the editpage plugin is disabled."""]] diff --git a/doc/news/version_3.05.mdwn b/doc/news/version_3.05.mdwn new file mode 100644 index 000000000..8975aa913 --- /dev/null +++ b/doc/news/version_3.05.mdwn @@ -0,0 +1,15 @@ +ikiwiki 3.05 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * debhelper v7(.0.50); rules file minimisation. + * template: Load templates in scan mode. + This is potentially expensive, but is necessary so that meta and tag + directives, and other links on templates affect the page using the + template reliably. + * goto: Fix redirect to comments. + * Add noextension parameter to htmlize hooks to support, eg, Makefile. + * Add tagged() PageSpec. + * Updated German translation (Kai Wasserbäch). Closes: #[516770](http://bugs.debian.org/516770) + * Setup automator: Prompt for password twice. Closes: #[516973](http://bugs.debian.org/516973) + * bzr: Add missing rcs\_diff. (liw) + * comments: Avoid showing comment moderation button in prefs to non-admins. + * goto: Fix typo that broke recentchanges\_link compatibility."""]]
\ No newline at end of file |