Version 0.3
- made view tracking optional, via a configuration setting.
- added lock to templates (not sure why it was missing)
- static items and non-wiki content are now cache-friendly, which should 
  speed response time
- switched to new version of wiki renderer; should increase rendering times
  by up to 10x for pages that don't use a lot of dynamic macros.
- removed reference to non-existent css file
- fixes for numerous template format bugs
- added hooks for permission checks to objects. this should result in 
  more consistent application behavior, and make it easier to add a full
  fledged permission layer.
- added Cancel button to post and edit functions.
- added Localization framework; localizations not included.
- cleaned up category template
- added /rss/categoryname?type=category feed of category items
- added category index macro and page /space/category-index
- added pike code hilighting to code macro
- beginning of localization, starting with strings contained in internal code
- added groups to data model
<<<<<<< CHANGES.txt
- added acls to data model
- added publish date to blog post screen
- added "nohilight" option to code macro
=======
- added some ui refinements thanks to Dojo
- blog posting allows publication date to be selected
>>>>>>> 1.14

Version 0.2

- added view tracking on objects
- weblog entry formatting is now controlled by a template, allowing
  end users to customize the look of their weblogs
- updated to latest fins source, including new templates

Version 0.1

- added lock object functionality (only a document's owner may edit a 
  locked document)
- added new object functionality
- added visual diff
- added viewing of previous versions
- added TrackBack pinging support with automatic detection of TrackBack 
    URLs
- added TrackBack receive support, with automatic embedding of TrackBack
    URLs in displayed documents
- RSS 2.0 feeds for comments and version history (in addition to the 
    existing feeds for weblog posts)
- Added full and partial weblog display
- Added RSS Feed links for Weblogs, Versions and Comments
- added pings for Weblogs.com on weblog post
