]> git.deb.at Git - pkg/blosxom.git/blob - ChangeLog
5a027af9adfdf3f5ea365c2548ae92a936bef4f3
[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
7 v2.0.2
8         * fixed path_info to have correct extension in static mode (bug
9         1368882)
10         * fixed filtering bug in static mode (bug 1356997)
11         * changed DATA section template parsing to allow newlines for
12         greater readability, and to allow empty templates.
13         * work-around for bug in CGI::url() when using SSI
14
15 v2.0.1
16         * Fixed XML escaping of RSS feeds
17         * Ignore editor backup files in the plugin directory
18           (i.e. "myplugin~")
19         * Set path_info variables correctly for all static pages.