From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Fri, 22 Dec 2006 20:57:06 +0000 (+0000)
Subject: add news item for ikiwiki 1.36
X-Git-Tag: 1.37~130
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/68e2d44f47b05bd8c14bc08483af35817b833d5d

add news item for ikiwiki 1.36
---

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