diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-30 15:05:02 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-30 15:05:02 -0500 |
commit | d1218912990574fcff1747df261925e074293ec6 (patch) | |
tree | 99ce4084a6463114a25670598c01f70e90532a4f /doc/news | |
parent | 6b8a7a6bee01b24685c15ec044d1cfa6961531b7 (diff) | |
download | ikiwiki-d1218912990574fcff1747df261925e074293ec6.tar ikiwiki-d1218912990574fcff1747df261925e074293ec6.tar.gz |
add news item for ikiwiki 2.17
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_2.17.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/news/version_2.17.mdwn b/doc/news/version_2.17.mdwn new file mode 100644 index 000000000..f3993c72e --- /dev/null +++ b/doc/news/version_2.17.mdwn @@ -0,0 +1,16 @@ +ikiwiki 2.17 released with [[toggle text="these changes"]] +[[toggleable text=""" + * Improved parentlinks special case for index pages. + * redir: Support for specifying anchors. + * img: Avoid nesting images when linking to another image. Closes: #[457780](http://bugs.debian.org/457780) + * img: Allow the link parameter to point to an exterior url. + * conditional: Improve regexp testing for simple uses of pagespecs + that match only the page using the directive, adding 'included()' + and supporting negated pagespecs and added whitespace. + * map: Fix handling of common prefix to handle the case where it's + in a subdirectory. Patch by Larry Clapp. + * aggregate: Fix stupid mistake introduced when converting it to use + the needsbuild hook. This resulted in feeds not being removed when pages + were updated, and feeds sometimes being forgotten about. + * aggregate: Avoid uninitialised value warning when removing a feed that + has an expired guid."""]]
\ No newline at end of file |