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