From 68933d5dc7d425a0e0296fccaf93d52cab387811 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Oct 2012 15:24:45 -0400 Subject: add news item for ikiwiki 3.20121016 --- doc/news/version_3.20120203.mdwn | 20 -------------------- doc/news/version_3.20121016.mdwn | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 doc/news/version_3.20120203.mdwn create mode 100644 doc/news/version_3.20121016.mdwn (limited to 'doc/news') diff --git a/doc/news/version_3.20120203.mdwn b/doc/news/version_3.20120203.mdwn deleted file mode 100644 index 22d14042f..000000000 --- a/doc/news/version_3.20120203.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -ikiwiki 3.20120203 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * osm: New plugin to embed an OpenStreetMap into a wiki page. - Supports waypoints, tags, and can even draw paths matching - wikilinks between pages containing waypoints. - Thanks to Blars Blarson and Antoine Beaupré, as well as the worldwide - OpenStreetMap community for this utter awesomeness. - * trail: New plugin to add navigation trails through pages via Next and - Previous links. Trails can easily be added to existing inlines by setting - trail=yes in the inline. - Thanks to Simon McVittie for his persistance developing this feature. - * Fix a snail mail address. Closes: #[659158](http://bugs.debian.org/659158) - * openid-jquery.js: Update URL of Wordpress favicon. Closes: #[660549](http://bugs.debian.org/660549) - * Drop the version attribute on the generator tag in Atom feeds - to make builds more reproducible. Closes: #[661569](http://bugs.debian.org/661569) (Paul Wise) - * shortcut: Support Wikipedia's form of url-encoding for unicode - characters, which involves mojibake. Closes: #[661198](http://bugs.debian.org/661198) - * Add a few missing jquery UI icons to attachment upload widget underlay. - * URI escape filename when generating the diffurl. - * Add build-affected hook. Used by trail."""]] \ No newline at end of file diff --git a/doc/news/version_3.20121016.mdwn b/doc/news/version_3.20121016.mdwn new file mode 100644 index 000000000..62cb39758 --- /dev/null +++ b/doc/news/version_3.20121016.mdwn @@ -0,0 +1,17 @@ +ikiwiki 3.20121016 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * monochrome: New theme, contributed by Jon Dowland. + * rst: Ported to python 3, while still also being valid python 2. + Thanks, W. Trevor King + * Try to avoid a situation in which so many ikiwiki cgi wrapper programs + are running, all waiting on some long-running thing like a site rebuild, + that it prevents the web server from doing anything else. The current + approach only avoids this problem for GET requests; if multiple cgi's + run GETs on a site at the same time, one will display a "please wait" + page for a configurable number of seconds, which then redirects to retry. + To enable this protection, set cgi\_overload\_delay to the number of + seconds to wait. This is not enabled by default. + * Add back a 1em margin between archivepage divs. + * recentchangesdiff: Correct broken template that resulted in duplicate + diff icons being displayed, and bloated the recentchanges page with + inline diffs when the configuration should have not allowed them."""]] \ No newline at end of file -- cgit v1.2.3