]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add news item for ikiwiki 1.36
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 22 Dec 2006 20:57:06 +0000 (20:57 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 22 Dec 2006 20:57:06 +0000 (20:57 +0000)
doc/news/version_1.34.1.mdwn [deleted file]
doc/news/version_1.36.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_1.34.1.mdwn b/doc/news/version_1.34.1.mdwn
deleted file mode 100644 (file)
index b999645..0000000
+++ /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 (file)
index 0000000..60f59d6
--- /dev/null
@@ -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