From c0cd1b3abe6f8d1dc094872ac8c62ee9a3c0c8b2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 7 Feb 2019 11:32:21 +0000 Subject: Announce v3.20190207 Signed-off-by: Simon McVittie --- doc/news/version_3.20170622.mdwn | 31 ------------------------------- doc/news/version_3.20190207.mdwn | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 31 deletions(-) delete mode 100644 doc/news/version_3.20170622.mdwn create mode 100644 doc/news/version_3.20190207.mdwn (limited to 'doc') diff --git a/doc/news/version_3.20170622.mdwn b/doc/news/version_3.20170622.mdwn deleted file mode 100644 index 33962b769..000000000 --- a/doc/news/version_3.20170622.mdwn +++ /dev/null @@ -1,31 +0,0 @@ -ikiwiki 3.20170622 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * `t/git-cgi.t`: Wait 1 second before doing a revert that should work. - This hopefully fixes a race condition in which the test failed - around 6% of the time. (Closes: #[862494](http://bugs.debian.org/862494)) - * Guard against set-but-empty `REMOTE_USER` CGI variable on - misconfigured nginx servers, and in general treat sessions with - a set-but-empty name as if they were not signed in. - * When the CGI fails, print the error to stderr, not "Died" - * mdwn: Don't mangle <style> into <elyts> under some circumstances - * mdwn: Enable footnotes by default when using the default Discount - implementation. A new `mdwn_footnotes` option can be used to disable - footnotes in MultiMarkdown and Discount. - * mdwn: Don't enable alphabetically labelled ordered lists by - default when using the default Discount implementation. A new - `mdwn_alpha_list` option can be used to restore the old - interpretation. - * osm: Convert savestate hook into a changes hook. savestate is not - the right place to write wiki content, and in particular this - breaks websetup if osm's dependencies are not installed, even - if the osm plugin is not actually enabled. - (Closes: #[719913](http://bugs.debian.org/719913)) - * toc: if the heading is of the form `

`, use that for - the link in the table of contents (but continue to generate - `` in case someone was relying on it). - Thanks, [[Antoine Beaupré|anarcat]] - * color: Do not leak markup into contexts that take only the plain - text, such as toc - * meta: Document `\[[!meta name="foo" content="bar"]]` - * debian: Use preferred https URL for Format of `debian/copyright` - * debian: Declare compliance with Debian Policy 4.0.0"""]] diff --git a/doc/news/version_3.20190207.mdwn b/doc/news/version_3.20190207.mdwn new file mode 100644 index 000000000..8e5696ffd --- /dev/null +++ b/doc/news/version_3.20190207.mdwn @@ -0,0 +1,34 @@ +ikiwiki 3.20190207 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * [ Amitai Schleier ] + * graph: Add an optional "file" parameter + * emailauth: When email can't be sent, show the error message + * osm: Don't raise errors if tags don't have attached icons + * cgi: Avoid C compiler warnings for waitpid() on NetBSD + * [ Simon McVittie ] + * Hide popup template content from documentation (Closes: #[898836](http://bugs.debian.org/898836)) + * meta: Make [[!meta date]] show an error if dates are invalid or + Date::Parse can't be loaded + * inline: Cope with non-ASCII `rootpage` parameter. + Thanks, Feng Shu + * table: Cope with non-ASCII content in CSV format tables. + Thanks, Feng Shu + * trail: Allow unescaped punctuation in `pagenames` parameter + * comments: Hide "add comment" link from print stylesheet. + Thanks, Antoine Beaupré + * recentchangesdiff, relativedate, toggle: + Import JavaScript at the end of the page content, not the beginning, + so that the browser can render content as soon as possible. + Thanks, Antoine Beaupré + * debian: Allow Breezy as an alternative to bzr + Thanks, Jelmer Vernooij + * inline: Add basic test coverage for [[!inline rootpage]] + * table: Add basic test coverage + * po: Add enough test coverage to reproduce Debian #911356 + * comments: Improve test coverage + * tests: Exercise Unicode more + * [ Joey Hess ] + * aggregate: Fix aggregation of posts without a title. + Thanks, Alexandre Oliva + * poll: Added postlink and posttrail options for better multi-page polls. + * Fix permalink to comments."""]] \ No newline at end of file -- cgit v1.2.3