diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-05 00:11:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-05 00:11:56 -0400 |
commit | b7cbd67846d7863d6b81a26eca138bf1e42b11d8 (patch) | |
tree | 6ede040930c5ccf26e8b8148960e39e5b8aeb821 /doc/news | |
parent | 3d23c87a2e06d4a3e37c836a1c416db11908556d (diff) | |
download | ikiwiki-b7cbd67846d7863d6b81a26eca138bf1e42b11d8.tar ikiwiki-b7cbd67846d7863d6b81a26eca138bf1e42b11d8.tar.gz |
add news item for ikiwiki 3.20130504
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20120725.mdwn | 13 | ||||
-rw-r--r-- | doc/news/version_3.20130504.mdwn | 11 |
2 files changed, 11 insertions, 13 deletions
diff --git a/doc/news/version_3.20120725.mdwn b/doc/news/version_3.20120725.mdwn deleted file mode 100644 index 08e2c771f..000000000 --- a/doc/news/version_3.20120725.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -ikiwiki 3.20120725 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * recentchangesdiff: When diffurl is not set, provide inline diffs - in the recentchanges page, with visibility toggleable via javascript. - Thanks, Antoine Beaupré - * Split CFLAGS into words when building wrapper. Closes: #[682237](http://bugs.debian.org/682237) - * osm: Avoid calling urlto before generated files are registered. - Thanks, Philippe Gauthier and Antoine Beaupré - * osm: Add osm\_openlayers\_url configuration setting. - Thanks, Genevieve - * osm: osm\_layers can be used to configured the layers displayed on the map. - Thanks, Antoine Beaupré - * comments: Remove ipv6 address specific code."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20130504.mdwn b/doc/news/version_3.20130504.mdwn new file mode 100644 index 000000000..18baf01c4 --- /dev/null +++ b/doc/news/version_3.20130504.mdwn @@ -0,0 +1,11 @@ +ikiwiki 3.20130504 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Allow dots in directive parameter names. (tango) + * Add missing plugin section, and deal with missing sections with a warning. + * Detect plugins with a broken getsetup and warn. + * map: Correct reversion introduced in version 3.20110225 that could + generate invalid html. (smcv) + * Makefile.PL: overwrite theme style.css instead of appending + (Thanks, Mikko Rapeli) + * meta: Fix anchors used to link to the page's license and copyright. + Closes: #[706437](http://bugs.debian.org/706437)"""]]
\ No newline at end of file |