diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 12:03:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 12:03:35 +0000 |
commit | d389b0e4a45ebd88705f3bb95bf2e19e10e6ca2a (patch) | |
tree | 0284b2d889fea8586b8fff4bd440376b9319d863 /debian | |
parent | 55aae671ad28ea75263125baea2468641583744d (diff) | |
download | ikiwiki-d389b0e4a45ebd88705f3bb95bf2e19e10e6ca2a.tar ikiwiki-d389b0e4a45ebd88705f3bb95bf2e19e10e6ca2a.tar.gz |
* Avoid locking the wiki at all when handling some basic cgi stuff
(searches, recentchanges).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d38152132..b622fa006 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,10 @@ ikiwiki (1.34) UNRELEASED; urgency=low * Change how post signin actions are propigated through the signin process; they're now stored in the session. * Add optional "desc" parameter to shortcut definitions. + * Avoid locking the wiki at all when handling some basic cgi stuff + (searches, recentchanges). - -- Joey Hess <joeyh@debian.org> Mon, 20 Nov 2006 06:14:51 -0500 + -- Joey Hess <joeyh@debian.org> Mon, 20 Nov 2006 06:54:12 -0500 ikiwiki (1.33) unstable; urgency=low |