]> sipb.mit.edu Git - ikiwiki.git/blobdiff - debian/changelog
ENV can be used in the setup file to override environment variable setting, such...
[ikiwiki.git] / debian / changelog
index ceb113aa14f221910c072d89f0bc67af5d741195..6e8e550df2d29b041874094960d0ed3c58d8a7dd 100644 (file)
@@ -1,6 +1,18 @@
 ikiwiki (2.47) UNRELEASED; urgency=low
 
   * mdwn: Add a multimarkdown setup file option.
+  * If PERL5LIB is set to the libdir when building ikiwiki, calculate and 
+    hardcode a proper 'use lib' statement anyway. This fixes a gotcha,
+    since PERL5LIB won't work once ikiwiki is running via a wrapper or as
+    a cgi.
+  * orphans: As a special case, the toplevel index page is never considered
+    an orphaned page.
+  * inline: Display a message if the 'pages' parameter is missing, before
+    it just expanded to nothing.
+  * git: Skip over signed-off-by and similar lines in commit messages
+    when generating recentchanges.
+  * ENV can be used in the setup file to override environment variable
+    setting, such as TZ or PATH.
 
  -- Joey Hess <joeyh@debian.org>  Tue, 13 May 2008 12:30:18 -0400