BlazeBlogger 1.1.1
BlazeBlogger 1.1.1 has been released! This release fixes four bugs that may have caused BlazeBlogger to sort entries in a wrong order, produce invalid RSS feed, or not to run properly when using an older version of Perl.
Bug Fixes
-
When the
feed.fullposts
configuration option was disabled, all HTML/XHTML entities were removed. However, this may have led to an invalid output. With this update, such entities are no longer stripped out, and the RSS feed is now created as expected. (Issue 18, 29) -
Due to incorrect use of the
cmp
operator, bothblaze-list
andblaze-make
utilities may have listed blog posts in a wrong order. With this update, the comparison subroutine has been corrected, so that all entries are now sorted in a correct order. (Issue 26) -
When using an older version of Perl, attempting to run the
blaze-make
utility may have failed with the following error message:blaze-make: Creating `': mkdir : No such file or directory
This error no longer occurs, and
blaze-make
now produces the expected output. (Issue 30)