diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-04 16:18:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-04 16:18:18 +0000 |
commit | 87a1d3ff8fb43d219c6f685600a103df43cef4c1 (patch) | |
tree | 7f3956a2f5b8eb1ef0c81b1e2d33fac8eb9213b6 /debian | |
parent | 6ab0659a9debfcc1be37c71a15e4e1490d1b736a (diff) | |
download | ikiwiki-87a1d3ff8fb43d219c6f685600a103df43cef4c1.tar ikiwiki-87a1d3ff8fb43d219c6f685600a103df43cef4c1.tar.gz |
* Encode & in diffurl in examples, to conform to pedantic rules.
* Speed up RecentChanges by another 40% or so with some memoization.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 40247ffab..d248d2689 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,9 +44,10 @@ ikiwiki (1.8) UNRELEASED; urgency=low about 35% speedup displaying RecentChanges! * Make RecentChanges use a table and some CSS, should be much more readable. No code changes involved. - * Encode & in diffurl in examples, to conform to pedantic rules. + * Encode & in diffurl in examples, to conform to pedantic rules. + * Speed up RecentChanges by another 40% or so with some memoization. - -- Joey Hess <joeyh@debian.org> Tue, 4 Jul 2006 01:42:28 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 4 Jul 2006 12:16:39 -0400 ikiwiki (1.7) unstable; urgency=low |