releasing version 3.02
[ikiwiki] / doc / news / version_3.01.mdwn
1 News for ikiwiki 3.01:
2
3    If your wiki uses git, and you have a `diffurl` configured in
4    its setup file, you should be aware that gitweb has stopped
5    supporting the url form commonly used for the `diffurl`.
6    You can change your setup to use the newer gitweb url form:
7
8         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]]
9
10    The changes from the old form are the addition of the `hpb` parameter,
11    and the change to the value used for the `hb` parameter.
12
13 ikiwiki 3.01 released with [[!toggle text="these changes"]]
14 [[!toggleable text="""
15    * ikiwiki-makerepo: Fix injecting of empty mercurial and bzr repositories.
16      Closes: #[510518](http://bugs.debian.org/510518)
17    * Fix documentation about git hook to use right name. Closes: #[510393](http://bugs.debian.org/510393)
18    * yesno: Always accept English even when localised.
19    * yesno: Also accept 1 and 0 as input.
20    * A recent change to gitweb removed support for the form of diffurl
21      that many ikiwiki setups use. Document how to use the new url form."""]]