]> sipb.mit.edu Git - ikiwiki.git/blobdiff - debian/changelog
releasing version 1.16
[ikiwiki.git] / debian / changelog
index c6de974c67513a58e13857c34c7cd4dbfef22732..6967b1e6df70da182d9c1e465ce60aaa31423731 100644 (file)
@@ -1,4 +1,4 @@
-ikiwiki (1.16) UNRELEASED; urgency=low
+ikiwiki (1.16) unstable; urgency=low
 
   * Try to handle relative links in aggregated feeds. However,
     the current support is a crude hack due to limitations of XML::Feed:
@@ -11,8 +11,18 @@ ikiwiki (1.16) UNRELEASED; urgency=low
   * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
   * Add xhtml files to the default prune regexp.
   * Also generate rel=bookmark links for permalinks.
-
- -- Joey Hess <joeyh@debian.org>  Thu,  3 Aug 2006 22:35:11 -0400
+  * Fix the htmltidy plugin, which wasn't working due my breaking it when
+    I added it..
+  * Don't run tidy with -xml as that fails if the input is not well-formed.
+    Run it with -asxhtml instead, so it will output well-formed xhtml no
+    matter what the input.
+  * Disable tidy warnings too.
+  * Add a new format hook, and make tidy use it, since tidy can really only
+    operate on and output complete html documents, not the body chunks
+    that sanitise gets.
+  * Fix dates in rss feeds if running localised, so they're still rfc 822.
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 20:48:36 -0400
 
 ikiwiki (1.15) unstable; urgency=low