]> sipb.mit.edu Git - ikiwiki.git/blobdiff - debian/changelog
* Add proper waitpid calls for open2ed processes throughout to avoid
[ikiwiki.git] / debian / changelog
index 72f4554b5e026f2c30ff0f515792c0d10a78f948..39b2e829bdea23bc4b8e4f61d13c2e1df7bbec87 100644 (file)
@@ -1,3 +1,19 @@
+ikiwiki (1.25) UNRELEASED; urgency=low
+
+  * Add proper waitpid calls for open2ed processes throughout to avoid
+    zombies; this hit htmltidy especially badly.
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  3 Sep 2006 15:56:55 -0400
+
+ikiwiki (1.24) unstable; urgency=low
+
+  * Simplify the data structure returned by rcs_recentchanges to avoid
+    each rcs plugin needing to form complex strings on its own.
+  * Fix another destpage issue in the inline directive. Closes: #385512
+    again.
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  3 Sep 2006 15:46:45 -0400
+
 ikiwiki (1.23) unstable; urgency=low
 
   * Allow inline directives to be nested inside eg, sidebars. Closes: #385512