diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-22 20:57:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-22 20:57:06 +0000 |
commit | 68e2d44f47b05bd8c14bc08483af35817b833d5d (patch) | |
tree | 815f9da8632694971983b99c146bed06cae3c9ee | |
parent | aaee7f4ab9b3237f5724b58e9026e3b11fb7ab24 (diff) |
add news item for ikiwiki 1.36
-rw-r--r-- | doc/news/version_1.34.1.mdwn | 4 | ||||
-rw-r--r-- | doc/news/version_1.36.mdwn | 24 |
2 files changed, 24 insertions, 4 deletions
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 |