]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
add news item for ikiwiki 3.02
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 17 Jan 2009 23:27:29 +0000 (18:27 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 17 Jan 2009 23:27:29 +0000 (18:27 -0500)
doc/news/version_3.01.mdwn [deleted file]
doc/news/version_3.02.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_3.01.mdwn b/doc/news/version_3.01.mdwn
deleted file mode 100644 (file)
index 3f2c8f2..0000000
+++ /dev/null
@@ -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."""]]
diff --git a/doc/news/version_3.02.mdwn b/doc/news/version_3.02.mdwn
new file mode 100644 (file)
index 0000000..f4e17a3
--- /dev/null
@@ -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."""]]
\ No newline at end of file