From: joey Date: Sun, 14 Jan 2007 05:25:43 +0000 (+0000) Subject: add news item for ikiwiki 1.39 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/559344048cfd0adcd81e3f1dff76b9a13b89d9c1?ds=sidebyside add news item for ikiwiki 1.39 --- diff --git a/doc/news/version_1.36.mdwn b/doc/news/version_1.36.mdwn deleted file mode 100644 index 74c95110e..000000000 --- a/doc/news/version_1.36.mdwn +++ /dev/null @@ -1,24 +0,0 @@ -ikiwiki 1.36 released with [[toggle text="these changes"]] -[[toggleable text=""" - * Fix various links on the hyperestraier 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 diff --git a/doc/news/version_1.39.mdwn b/doc/news/version_1.39.mdwn new file mode 100644 index 000000000..8266e4b1b --- /dev/null +++ b/doc/news/version_1.39.mdwn @@ -0,0 +1,20 @@ +ikiwiki 1.39 released with [[toggle text="these changes"]] +[[toggleable text=""" + * Add a rawhtml plugin that allows copying raw html files from the srcdir. + * Fix --locale to control LC\_ALL now. + * Include the pot file in the source tarball. Closes: #[405890](http://bugs.debian.org/405890) + * Add a Swedish translation by Daniel Nylander. Closes: #[406410](http://bugs.debian.org/406410) + * Add a Czech translation by Miroslav Kure. + * Add a Bulgarian translation by Damyan Ivanov. Closes: #[406580](http://bugs.debian.org/406580) + * Add a Gujarati translation by Kartik Mistry. Closes: #[406635](http://bugs.debian.org/406635) + * Add a Vietnamese translation by Clytie Siddall. + * Fix encoding issue with use of Locale::Gettext. Seems that the OO + interface returns proper utf-8 decoded strings, unlike the traditional + interface, so use the OO interface. + * Search in default location for templates as a fallback when templatedir is + pointed elsewhere, so that only modified templates need to be copied into + a templatedir. Based on work by JeremyReed. + * In the aggregator, check for and deal with post filenames that are + longer than the maximum file length. + * Change the RecentChanges page to show the path of changed pages. + * Various minor bugfixes."""]] \ No newline at end of file