]> sipb.mit.edu Git - ikiwiki.git/blobdiff - debian/changelog
web commit by http://madduck.myopenid.com/
[ikiwiki.git] / debian / changelog
index ba71afbaca4bc170f83a07cbcb351bf2502288bb..fa7951c71fd607b5aa070316fc606723babec5e0 100644 (file)
@@ -1,4 +1,31 @@
-ikiwiki (2.7) UNRELEASED; urgency=low
+ikiwiki (2.9) UNRELEASED; urgency=low
+
+  * Fix copyright and licence styling.
+  * tag: Add taglink preprocessor directive, supporting visible tag links.
+    Closes: #443344
+  * map: Fully specify paths to links to avoid issues when the bestlink
+    didn't point to the correct page.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 20 Sep 2007 15:21:29 -0400
+
+ikiwiki (2.8) unstable; urgency=low
+
+  * Redid the debian/copyright file, using the proposed new copyright file
+    format. Included many details not previously listed in the old file.
+  * inline: add feedonly option, set feedonly=yes to get only the feed button
+    but not inline the pages.
+  * meta: Support license and copyright information. The information will
+    be shown in the page footer. HTML will also be inserted that should
+    support the rel=license microformat as well as the HTML spec's
+    rel=copyright.
+  * table plugin: Actually specify the delimiter when parsing CSV.
+  * table plugin: The previous version broke WikiLinks inside quoted values.
+    Fix this by linkifying CSV data after parsing it, while DSV data is still
+    linkified before parsing.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 16 Sep 2007 20:02:25 -0400
+
+ikiwiki (2.7) unstable; urgency=low
 
   [ Joey Hess ]
   * Add an editcontent hook.
@@ -31,7 +58,19 @@ ikiwiki (2.7) UNRELEASED; urgency=low
     `git-rev-parse --show-prefix` from all names reported by git-log.
     Patch by Jamey Sharp
 
- -- Joey Hess <joeyh@debian.org>  Tue, 28 Aug 2007 22:15:52 -0400
+  [ Joey Hess ]
+  * Correct generation of RFC 3339 format times for atom/rss feeds. Always use
+    gmtime for these since a time zone is not specified.
+  * Updated Spanish translation from Victor Moral.
+  * table: Text::CSV doesn't return decoded unicode (XS module); decode its
+    return values.
+  * Change git test suite to reflect change in log for initial repo creation
+    commit.
+  * Add the ikiwiki-update-wikilist command.
+  * Exclude external plugin from syntax check since it uses a module that is
+    not in the build depends. Closes: #441171
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 08 Sep 2007 21:54:11 -0400
 
 ikiwiki (2.6.1) unstable; urgency=low