[ Joey Hess ]
* Add support for PROFILE=1 to the Makefile, this turns on profiling of the
wiki build using Devel::Profiler (Dprof can't handle ikiwiki).
+ * Add a new %destsources hash, which maps between a destination file and
+ the source page used to create it, ie it's the reverse of %renderedfiles.
+ * Use %destsources in htmllink and urlto for 20-50% speedup. Thanks
+ Josh Triplett for the idea.
+ * Optimise displaytime, trimming maybe 6% off the build time.
- -- Joey Hess <joeyh@debian.org> Mon, 09 Apr 2007 20:22:44 -0400
+ [ Josh Triplett ]
+ * Conflicts/Replaces/Provides the unofficial ikiwiki-plugin-table
+ package, because ikiwiki now provides the table plugin, and thus has
+ a file overlap with ikiwiki-plugin-table.
+ * Add libtext-csv-perl to Suggests, for the table plugin.
+ * Add libdigest-sha1-perl to Suggests, for sparkline and graphviz.
+ * Add libtext-typography-perl to Suggests for the typography plugin.
+
+ [ Joey Hess ]
+ * Add postformtext parameter to inline.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 11 Apr 2007 23:59:25 -0400
ikiwiki (1.49) unstable; urgency=low