aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-03 03:27:33 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-03 03:27:33 +0000
commit97aea861624d1a1c6127857adb19dce16eab510e (patch)
treeb1527632de1de73d4415aedb4c8ca52a171826c8 /debian
parent762ecf946180e5cb5012114b58d297293529bcc1 (diff)
downloadikiwiki-97aea861624d1a1c6127857adb19dce16eab510e.tar
ikiwiki-97aea861624d1a1c6127857adb19dce16eab510e.tar.gz
code checking for locked pages into a new "lockedit" plugin. Both are
* Avoid using lots of memory when copying large non-html files. Yes, you can keep videos in the wiki..
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9ef47936e..4c45fbea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ ikiwiki (1.42) UNRELEASED; urgency=low
* Add canedit hook, allowing arbitrary controls over when a page can be
edited.
* Move code forcing signing before edit to a new "signinedit" plugin, and
- code checking for locked pages into a new "lockedit" plugin. Both are
+ code checking for locked pages into a new "lockedit" plugin. Both are
enabled by default.
* Remove the anonok config setting. This is now implemented by a new
"anonok" plugin. Anyone with a wiki allowing anonymous edits should
@@ -13,8 +13,10 @@ ikiwiki (1.42) UNRELEASED; urgency=low
* Add an opendiscussion plugin that allows anonymous users to edit
discussion pages, on a wiki that is otherwise wouldn't allow it.
* Lots of CGI code reorg and cleanup.
+ * Avoid using lots of memory when copying large non-html files.
+ Yes, you can keep videos in the wiki..
- -- Joey Hess <joeyh@debian.org> Thu, 1 Feb 2007 15:36:38 -0500
+ -- Joey Hess <joeyh@debian.org> Fri, 2 Feb 2007 21:59:04 -0500
ikiwiki (1.41) unstable; urgency=low