(no commit message)
[ikiwiki.git] / debian / changelog
index 2cbf1403e7f24a54e663cf226ef3f6ca10c40c00..ed7854e8aa26985818e50715d6a9a1d6a42ccc44 100644 (file)
@@ -1,3 +1,12 @@
+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
+
+ -- 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)