Forum 0.1beta2+:

 - (closes: #570866) Fixed the installation method to register the zpt_forum skin into
   all the available skin paths.

 - (closes: #570882) Fixed the addPost method that wasn't accepting file uploads from
   Windows because of '\' chars in the path.

 - Added Post methods to return lists of posts, replies, etc. for
   filtering on permissions (for example, if workflow restricts a post).

 - Skins use LazyFilters on these methods to show the next *readable*
   post, etc.

 - Tried to normalize the created and modified attributes wrt Forum,
   Post, and DublinCore, but might have failed.

Forum 0.1beta2:

 - Forum subclasses CMFCatalogAware to get cataloging for the Forums
   themselves.

 - Forum.addPost (and Post.addPost) accepts a text_format argument to
   allow the factory and skin to use this.

 - Added actions.  The included skins don't use them, yet, but if
   there's a bug in the skin, see if using the action fixes it.

 - Fixed a search bug to restrict searches to this forum only.

 - Fixed some date bugs in the search form.

0.1alpha:

  - First release.
 
