]> sipb.mit.edu Git - ikiwiki.git/blobdiff - debian/changelog
Remove example ikiwiki setup file from the Debian package. This re-enables linking...
[ikiwiki.git] / debian / changelog
index 1408e4dce6e61091d70d84c3dd98cbd8e6c91a4f..dec2423fe6ef4bde5984a3c080dcf22dfe12ce80 100644 (file)
@@ -1,3 +1,29 @@
+ikiwiki (3.20091219) UNRELEASED; urgency=low
+
+  * pagestats: Add show parameter. Closes: #562129 (David Paleino)
+  * toc: Add startlevel parameter. (kerravonsen)
+  * Remove example ikiwiki setup file from the Debian package. This
+    re-enables linking to /usr/share/ikiwiki/examples which has the
+    example sites also used by auto-blog.setup. The example setup file
+    can be generated at any time using ikiwiki --dumpsetup so I do
+    not see a reason to ship it. Closes: #562183
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 25 Dec 2009 14:31:22 -0500
+
+ikiwiki (3.20091218) unstable; urgency=low
+
+  * Add complete Spanish basewiki translation done by Fernando Gonzalez de
+    Requena.
+  * Improve javascript onload handling.
+  * monotone: Deal with format change in version 0.45.
+    (Thanks, Richard Levitte)
+  * cvs: Add missing bit to Automator.
+  * attachment: Fix reversion in attachment sorting by age.
+  * Fix utf-8 problems in rename, remove, attachment, 404, sourcepage, and
+    goto.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 18 Dec 2009 20:47:24 -0500
+
 ikiwiki (3.20091202) unstable; urgency=low
 
   * meta: Generate meta description tags even when the html scrubber is
@@ -33,7 +59,7 @@ ikiwiki (3.20091113) unstable; urgency=low
   * httpauth: Add cgiauthurl setting that can be used to do http basic auth
     only when ikiwiki needs authentication, rather than for any access to 
     the cgi/wiki.
-  * inline: Do not generated feeds for nested inlines.
+  * inline: Do not generate feeds for nested inlines.
   * inline: Allow direct inclusion of non-page files in raw mode.
   * inline: Fix display of all pages when archive=yes or show=0 are used.