From 68e2d44f47b05bd8c14bc08483af35817b833d5d Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 22 Dec 2006 20:57:06 +0000 Subject: [PATCH 1/1] add news item for ikiwiki 1.36 --- doc/news/version_1.34.1.mdwn | 4 ---- doc/news/version_1.36.mdwn | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 doc/news/version_1.34.1.mdwn create mode 100644 doc/news/version_1.36.mdwn diff --git a/doc/news/version_1.34.1.mdwn b/doc/news/version_1.34.1.mdwn deleted file mode 100644 index b9996458e..000000000 --- a/doc/news/version_1.34.1.mdwn +++ /dev/null @@ -1,4 +0,0 @@ -ikiwiki 1.34.1 released with [[toggle text="these changes"]] -[[toggleable text=""" - * Add libtime-duration-perl to build deps, as it's used by the svn module - which is now tested at build."""]] \ No newline at end of file diff --git a/doc/news/version_1.36.mdwn b/doc/news/version_1.36.mdwn new file mode 100644 index 000000000..60f59d64e --- /dev/null +++ b/doc/news/version_1.36.mdwn @@ -0,0 +1,24 @@ +ikiwiki 1.36 released with [[toggle text="these changes"]] +[[toggleable text=""" + * Fix various links on the hyperestradier pages. + * Use POST for poll to avoid some robots. + * Fix sometimes broken links to Discussion pages from blog pages. + * Add userdir config setting. + * Fix man page perms in install. + * Fix an issue with inlining a page with a rss feed inside another + page with an rss feed. + * Turn $config{wiki\_file\_prune\_regexps} into an array that is easier to + manipulate. + * Only exclude rss and atom files from processing if the inline plugin + is enabled and that feed type is enabled. Else it's just a copyable file + type. + * Move rss and atom option handling code into the inline plugin. + * Applied a rather old patch from Recai to fix the "pruning is too strict" + issue. Now you can have wiki source directories inside dotdirs and the + like, if you want. + * Patch from Emanuele Aina to fix modification time code in mercurual + backend. + * Add support for links of the form [[/foo]] + * Fix code to make absolute urls for rss feeds, was missing some urls. + * Fix double-escaping of html entities in titles etc in rss feeds + that occured if escaped characters were present in the page filename."""]] \ No newline at end of file -- 2.44.0