add news item for ikiwiki 3.02

master
Joey Hess 2009-01-17 18:27:29 -05:00
parent a94318f61c
commit f0c3cc0363
2 changed files with 24 additions and 21 deletions

View File

@ -1,21 +0,0 @@
News for ikiwiki 3.01:
If your wiki uses git, and you have a `diffurl` configured in
its setup file, you should be aware that gitweb has stopped
supporting the url form commonly used for the `diffurl`.
You can change your setup to use the newer gitweb url form:
http://git.example.com/gitweb.cgi?p=wiki.git;a=blobdiff;f=\[[file]];h=\[[sha1_to]];hp=\[[sha1_from]];hb=\[[sha1_commit]];hpb=\[[sha1_parent]]
The changes from the old form are the addition of the `hpb` parameter,
and the change to the value used for the `hb` parameter.
ikiwiki 3.01 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* ikiwiki-makerepo: Fix injecting of empty mercurial and bzr repositories.
Closes: #[510518](http://bugs.debian.org/510518)
* Fix documentation about git hook to use right name. Closes: #[510393](http://bugs.debian.org/510393)
* yesno: Always accept English even when localised.
* yesno: Also accept 1 and 0 as input.
* A recent change to gitweb removed support for the form of diffurl
that many ikiwiki setups use. Document how to use the new url form."""]]

View File

@ -0,0 +1,24 @@
ikiwiki 3.02 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* blogspam: New plugin, adding spam filtering for page editing / comment
posting using the BlogSpam.net API.
* Add auto-blog.setup, which will set up an ikiwiki instance tuned for use
in blogging.
* checkcontent: New hook, can be used to implement arbitrary content
filters, including spam filters.
* table: Fix misparsed links in external files.
* table: Find links in external files in scan pass.
* rename: Show full names of affected pages.
* comments: Fix cache avoidance hack.
* repolist: New plugin to support the rel=vcs-* microformat.
* goodstuff: Include repolist by default. (But it does nothing until
configured with the repository locations.)
* comments: Add support for removing comments via web interface. (smcv)
* Consistently allow use of relative paths in all PageSpecs
that take a page name parameter. Previously, match\_created\_before(),
match\_created\_after(), match\_sourcepage(), and match\_destpage()
did not support that, and the docs were not clear.
* pinger: Get whole url, don't just head, avoids problems on
the nostromo web server.
* Recommend libterm-readline-gnu-perl since that makes auto.setup
behave better."""]]