]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - debian/changelog
indentation
[git.ikiwiki.info.git] / debian / changelog
index 2cbf1403e7f24a54e663cf226ef3f6ca10c40c00..147d279bb091c269866c66f1adc881646464759e 100644 (file)
@@ -1,3 +1,15 @@
+ikiwiki (3.141593) UNRELEASED; urgency=low
+
+  * po: Detect if nowrapi18n can't be passed to po4a, and warn about
+    the old version, but continue. Closes: #541205 
+  * inline: Avoid use of my $_ as it fails with older perls.
+    Closes: #541215
+  * Add discussionpage configuration setting.
+  * Several optimisations, including speedups to orphans and brokenlinks
+    calculation.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 12 Aug 2009 12:25:30 -0400
+
 ikiwiki (3.141592) unstable; urgency=low
 
   * Add new hooks: canremove, canrename, rename. (intrigeri)