summaryrefslogtreecommitdiff
path: root/doc/news/version_2.69.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-11-13 04:39:53 +0100
committerintrigeri <intrigeri@boum.org>2008-11-13 04:39:53 +0100
commit3190e5cea75a43d38f58b8a45fbc87d5527d18f0 (patch)
tree8f305a6db081f7832c7feaa4b8322cefdfc26cbc /doc/news/version_2.69.mdwn
parent5eed0fd97d3f1abcfce3288df9aeeed50967757c (diff)
parent699aa79c2e2dbec02a38ba6ff32e9c861ee9f7be (diff)
Merge commit 'upstream/master' into prv/po
Diffstat (limited to 'doc/news/version_2.69.mdwn')
-rw-r--r--doc/news/version_2.69.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/news/version_2.69.mdwn b/doc/news/version_2.69.mdwn
new file mode 100644
index 000000000..a277541fe
--- /dev/null
+++ b/doc/news/version_2.69.mdwn
@@ -0,0 +1,24 @@
+ikiwiki 2.69 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Avoid multiple ikiwiki cgi processes piling up, eating all memory,
+ and thrashing, by making the cgi wrapper wait on a cgilock.
+ If you had to set apache's MaxClients low to avoid ikiwiki thrashing your
+ server, you can now turn it up to a high value.
+ * Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up
+ for up to one second. The bailout code is no longer needed after above
+ change.
+ * Remove support for unused optional wait parameter from lockwiki.
+ * aggregate: Try to query XML::Feed for the base url when derelevatising
+ links. Since this needs the just released XML::Feed 0.3, as well
+ as a not yet released XML::RSS, it will fall back to the old method
+ if no xml:base info is available.
+ * meta: Plugin is now enabled by default since the basewiki uses it.
+ * txt: Do not encode quotes when filtering the txt, as that broke
+ later parsing of any directives on the page.
+ * Fix the link() pagespec to match links that are internally recorded as
+ absolute.
+ * Add rel=nofollow to recentchanges\_links for the same (weak) reasons it
+ was earlier added to edit links.
+ * tag: Normalize tagbase so leading/trailing slashes in it don't break
+ things.
+ * bzr: Fix dates for recentchanges."""]] \ No newline at end of file