diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-04 09:27:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-04 09:27:01 -0400 |
commit | c8d2ea67da5d27382ff49d5c3761a256de77047c (patch) | |
tree | 79ede24b2b51a3b42798c5965cdcc20bc4ae6461 /doc/news/version_3.20100804.mdwn | |
parent | 522f3d1d651892e7914ef43b9c33e7d062c9e0ae (diff) | |
download | ikiwiki-c8d2ea67da5d27382ff49d5c3761a256de77047c.tar ikiwiki-c8d2ea67da5d27382ff49d5c3761a256de77047c.tar.gz |
add news item for ikiwiki 3.20100804
Diffstat (limited to 'doc/news/version_3.20100804.mdwn')
-rw-r--r-- | doc/news/version_3.20100804.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/news/version_3.20100804.mdwn b/doc/news/version_3.20100804.mdwn new file mode 100644 index 000000000..be85cb949 --- /dev/null +++ b/doc/news/version_3.20100804.mdwn @@ -0,0 +1,14 @@ +ikiwiki 3.20100804 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * template: Fix dependency tracking. Broken in version 3.20100427. + * po: The po\_slave\_languages setting is now a list, so the order of + translated languages can be controlled. (intrigeri) + * git: Fix gitweb historyurl examples so "diff to current" links work. + (Thanks jrayhawk) + * meta: Allow syntax closer to html meta to be used. + * Add new disable hook, allowing plugins to perform cleanup after they + have been disabled. + * Use Digest::SHA built into perl rather than external Digest::SHA1 + to simplify dependencies. Closes: #[591040](http://bugs.debian.org/591040) + * Fixes a bug that prevented matching deleted pages when using the page() + PageSpec."""]]
\ No newline at end of file |