The following is a description of the changes between versions of blojsom. Displayed are the changes for blojsom in version control and the changes for the currently available release of blojsom. You can see the changelog for previous versions of blojsom on the Changelog Archive page.
blojsom 2.30 (Codename: Wokka Saki) - Released March 14, 2006
Extensions
Comment API changes
Fixed handling of submissions through the Comment API servlet where certain elements were blank.
Removed redundant code for sending e-mail notification on comment submissions through the Comment API servlet as e-mail notification is handled by the comment plugin.
Only POST requests to the Comment API servlet are accepted.
XML-RPC changes
Only POST requests to the XML-RPC servlet are accepted.
blojsom 2.29 (Codename: Ikon) - Released January 29, 2006
Core
Fixed handling of category mappings for categories with spaces in their name
Added category exclusion mapping support. You can now use the blog-default-category-exclusion-mapping property or <flavor>.blog-default-category-exclusion-mapping property to exclude a certain set of categories for the default flavor or an overriding flavor, respectively. This property applies for the default or "/" category when someone requests your blog.
Added a Page Filter allowing you to dispatch to Velocity template pages allowing you to construct an about page or other information, i.e. non-blog pages for your site.
Added a CacheUpdatedEvent that is broadcast from the Caching Fetcher when the cache of entries for a given blog has been updated. The enabling caching page describes how to improve performance of your blog through caching.
Plugins
HTML and text templates are now used when creating the e-mail notification on new comments and trackbacks.
Added String Utilities Plugin which will collect various utility methods for acting on string data.