aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 21:25:39 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 21:25:39 +0000
commitae80daab72455d43e2b303fc397e946537caf82c (patch)
treeec4bd1f368e6be0f99636882477c99084cc568d7
parent3fe99c25dc1d08a638113af3850a33595566e6dd (diff)
downloadikiwiki-ae80daab72455d43e2b303fc397e946537caf82c.tar
ikiwiki-ae80daab72455d43e2b303fc397e946537caf82c.tar.gz
web commit by JoshTriplett: Use release template
-rw-r--r--doc/news/version_1.42.mdwn22
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/news/version_1.42.mdwn b/doc/news/version_1.42.mdwn
index 01697078c..4cc18aaed 100644
--- a/doc/news/version_1.42.mdwn
+++ b/doc/news/version_1.42.mdwn
@@ -1,15 +1,12 @@
-News for ikiwiki 1.42:
+[[template id=release version="1.42" news="""
+The anonok setting in config files has been removed. To enable
+httpauth support on your wiki, you should now enable the anonok plugin,
+instead.
- The anonok setting in config files has been removed. To enable
- httpauth support on your wiki, you should now enable the anonok plugin,
- instead.
-
- Third-party plugins that use pagespec\_match() should be updated to pass
- the new third parameter (from) to that function. This is needed for the
- new relative glob matching to work.
-
-ikiwiki 1.42 released with [[toggle text="these changes"]]
-[[toggleable text="""
+Third-party plugins that use pagespec\_match() should be updated to pass
+the new third parameter (from) to that function. This is needed for the
+new relative glob matching to work.
+""" changelog="""
* Fix several more missing translations of Discussion.
* Fix for missing backlinks() in pagestats plugin.
* Add canedit hook, allowing arbitrary controls over when a page can be
@@ -40,4 +37,5 @@ ikiwiki 1.42 released with [[toggle text="these changes"]]
to exist in the wiki, and the web user would need to somehow use the web
based editor to replace it with malicious content.
(Sorry Josh, this means you can't edit style.css directly anymore,
- although I do appreciate your fixes, actually..)"""]]
+ although I do appreciate your fixes, actually..)
+"""]]