]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_2.69.mdwn
add news item for ikiwiki 3.07
[ikiwiki.git] / doc / news / version_2.69.mdwn
1 ikiwiki 2.69 released with [[!toggle text="these changes"]]
2 [[!toggleable text="""
3    * Avoid multiple ikiwiki cgi processes piling up, eating all memory,
4      and thrashing, by making the cgi wrapper wait on a cgilock.
5      If you had to set apache's MaxClients low to avoid ikiwiki thrashing your
6      server, you can now turn it up to a high value.
7    * Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up
8      for up to one second. The bailout code is no longer needed after above
9      change.
10    * Remove support for unused optional wait parameter from lockwiki.
11    * aggregate: Try to query XML::Feed for the base url when derelevatising
12      links. Since this needs the just released XML::Feed 0.3, as well
13      as a not yet released XML::RSS, it will fall back to the old method
14      if no xml:base info is available.
15    * meta: Plugin is now enabled by default since the basewiki uses it.
16    * txt: Do not encode quotes when filtering the txt, as that broke
17      later parsing of any directives on the page.
18    * Fix the link() pagespec to match links that are internally recorded as
19      absolute.
20    * Add rel=nofollow to recentchanges\_links for the same (weak) reasons it
21      was earlier added to edit links.
22    * tag: Normalize tagbase so leading/trailing slashes in it don't break
23      things.
24    * bzr: Fix dates for recentchanges."""]]