1 ikiwiki 2.47 released with [[toggle text="these changes"]]
3 * mdwn: Add a multimarkdown setup file option.
4 * If PERL5LIB is set to the libdir when building ikiwiki, calculate and
5 hardcode a proper 'use lib' statement anyway. This fixes a gotcha,
6 since PERL5LIB won't work once ikiwiki is running via a wrapper or as
8 * orphans: As a special case, the toplevel index page is never considered
10 * inline: Display a message if the 'pages' parameter is missing, before
11 it just expanded to nothing.
12 * git: Skip over signed-off-by and similar lines in commit messages
13 when generating recentchanges.
14 * ENV can be used in the setup file to override environment variable
15 settings, such as TZ or PATH.
16 * Perls older than 5.10 need to use the old method of decoding utf-8 in CGI
17 values. Neither method will work for all versions of perl, so check
18 version number at runtime.
19 * Avoid unsightly warning message when evaling broken pagespecs.
20 * Improve error message when a pagespec fails to parse."""]]