bamboo-2009.6.8: changelog.md
2009.6.8
--------
### Feature
* completely separate view
* new theme interface
2009.6.6
--------
### Feature
* new architecture taking advantage of hack
* -Wall -fno-warn-orphans clean
### Fix
* use   instead of
2009.5.27
---------
### Fix
* content-type for rss set to "application/rss+xml"
* use strict bytestring in IO to release handle eagarly
2009.5.23
---------
### Feature
* cached posts / static page for performance
* cached most IO
* use bytestring for performance ( 1.8 x increase )
### Fix
* properly update etag key for page, when tags are updated
2009.5.22
---------
### Fix
* add missing model counter
* note, I changed rss to strict == 3000.0.1, since happstack depends on HaXml 1.13 or something, which is not compatible with the latest rss package.
2009.5.19
---------
### Feature
* for hack 5.19
2009.5.18.2
-----------
### Fix
* use renderHtml for strict html headers
2009.5.18.1
-----------
### Fix
* Add Type.Cache to cabal
2009.5.18
---------
### Feature
* use tokyocabinet for caching
* put `use_cache = y` in `site.txt` to enable
* cache db will be in `db/cache`
2009.5.13
---------
### Feature
* Add comment support
### Fix
* Compatible with mps 5.13
* remove unnecessary dependencies
2009.4.52
---------
### Fix
* Compatible with hack 4.52
2009.4.51
---------
### Fix
* use Content Length in new hack-contrib
2009.4.50
---------
### Feature
* Work with hack.contrib 4.50
2009.4.27
----------
### Feature
* use new hack structure
2009.4.27
----------
### Feature
* middleware should be in Main.hs too, so bamboo is just an other middleware that can be plugged into any webapp
2009.4.26
----------
### Feature
* Handler is now configured at Main.hs
2009.4.25
----------
### Feature
* Use hyena handler by default
2009.4.23
---------
### Feature
* A pretty logger to stderr
* Auto set content-size
2009.4.22
-----------
### Feature
* Panda ported to Hack, with a new name