]> git.deb.at Git - pkg/blosxom.git/blob - ChangeLog
Revert the 1.27 change (mixed changesets).
[pkg/blosxom.git] / ChangeLog
1 v2.0.3
2         * changed plugin loading to use @INC instead of hardcoded 
3           $plugin_dir
4         * added support for external config file via BLOSXOM_CONFIG_DIR 
5           and/or BLOSXOM_CONFIG_FILE environment variables
6         * added support for $plugin_list plugin config file
7
8 v2.0.2
9         * fixed path_info to have correct extension in static mode (bug
10         1368882)
11         * fixed filtering bug in static mode (bug 1356997)
12         * changed DATA section template parsing to allow newlines for
13         greater readability, and to allow empty templates.
14         * work-around for bug in CGI::url() when using SSI
15
16 v2.0.1
17         * Fixed XML escaping of RSS feeds
18         * Ignore editor backup files in the plugin directory
19           (i.e. "myplugin~")
20         * Set path_info variables correctly for all static pages.