]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - debian/changelog
smcv/ready/glob-cache merged
[git.ikiwiki.info.git] / debian / changelog
index 582a8e36ae15ea13f62294474963b030ad8d45f2..65c2353171dada06ea295218088c26ae2a2011e1 100644 (file)
@@ -1,3 +1,17 @@
+ikiwiki (3.20101113) UNRELEASED; urgency=low
+
+  * websetup: Fix encoding problem when restoring old setup file.
+  * more: Add pages parameter to limit where the more is displayed.
+    (thanks, dark)
+  * Fix escaping of filenames in historyurl. (Thanks, aj)
+  * inline: Improve RSS url munging to use a proper html parser,
+    and support all elements that HTML::Tagset knows about. 
+    (Which doesn't include html5 just yet, but then the old version
+    didn't either.) Bonus: 4 times faster than old regexp method.
+  * Optimise glob() pagespec. (Thanks, Kathryn and smcv)
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 16 Nov 2010 14:23:47 -0400
+
 ikiwiki (3.20101112) unstable; urgency=HIGH
 
   * txt: Fix display when used inside a format directive.