diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-25 11:09:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-25 11:09:22 -0400 |
commit | d5ac645ae69d982c5906e6c9f19e727fe918aaba (patch) | |
tree | 7c212084da51bd9c95c5d8f1a97028367c886ba6 /doc/news | |
parent | 80fa5c82a54084b37fdc96fa64978b0a970b5c30 (diff) | |
download | ikiwiki-d5ac645ae69d982c5906e6c9f19e727fe918aaba.tar ikiwiki-d5ac645ae69d982c5906e6c9f19e727fe918aaba.tar.gz |
add news item for ikiwiki 3.20120725
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20120202.mdwn | 11 | ||||
-rw-r--r-- | doc/news/version_3.20120725.mdwn | 13 |
2 files changed, 13 insertions, 11 deletions
diff --git a/doc/news/version_3.20120202.mdwn b/doc/news/version_3.20120202.mdwn deleted file mode 100644 index 3a9ebeb2a..000000000 --- a/doc/news/version_3.20120202.mdwn +++ /dev/null @@ -1,11 +0,0 @@ -ikiwiki 3.20120202 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * mdwn: Added nodiscount setting, which can be used to avoid using the - markdown discount engine, when maximum compatability is needed. - * Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #[657533](http://bugs.debian.org/657533) - * cvs: Ensure text files are added in non-binary mode. (Amitai Schlair) - * cvs: Various cleanups and testing. (Amitai Schlair) - * calendar: Fix strftime encoding bug. - * shortcuts: Fixed a broken shortcut to wikipedia (accidentially - made into a shortcut to wikiMedia). - * Various portability improvements. (Amitai Schlair)"""]]
\ No newline at end of file diff --git a/doc/news/version_3.20120725.mdwn b/doc/news/version_3.20120725.mdwn new file mode 100644 index 000000000..08e2c771f --- /dev/null +++ b/doc/news/version_3.20120725.mdwn @@ -0,0 +1,13 @@ +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 |