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