Fixed indentation in older ChangeLog entries
[matthijs/upstream/blosxom.git] / ChangeLog
1 v2.1.0
2     * unescape url returned from CGI.pm to match PATH_INFO escaping
3     * redo path_info handling with much stricter date tests
4     * added support for multiple plugin directories using $plugin_path
5         * changed plugin loading to use @INC instead of hardcoded 
6           $plugin_dir
7         * added support for external config file via BLOSXOM_CONFIG_DIR 
8           and/or BLOSXOM_CONFIG_FILE environment variables
9         * added support for $plugin_list plugin config file
10     * fixed several RSS and XHTML escaping issues (Closes: #1717980)
11     * made the default templates conforming to HTML 4.01
12       (Closes: #1609595)
13     * added a testsuite for blosxom
14     * added an encoding setting, defaulting to UTF-8
15     * added support for configuration files and therefore blosxom farms
16       (based on the Debian config file patch)
17     * allowed the content of the content type template to be used as
18       variable in other templates, e.g. for usage with <meta> tags.
19     * many small improvements
20     * some code refactoring (including a .perltidyrc)
21
22 v2.0.2
23         * fixed path_info to have correct extension in static mode (bug
24           1368882)
25         * fixed filtering bug in static mode (bug 1356997)
26         * changed DATA section template parsing to allow newlines for
27           greater readability, and to allow empty templates.
28         * work-around for bug in CGI::url() when using SSI
29
30 v2.0.1
31         * Fixed XML escaping of RSS feeds
32         * Ignore editor backup files in the plugin directory
33           (i.e. "myplugin~")
34         * Set path_info variables correctly for all static pages.