2009.11.16
----------
### Feature
* works with Hack 2009.10.30, i.e. remoteHost is finally set, so logger can take advantage of it
### Fix
* licensed under BSD
* remoteHost / serverPort derive from rqPeer (even on mac)
* requires happstack-server 4.0
2009.6.24
---------
### Fix
* escaped scriptName and pathInfo
2009.6.5
--------
### Feature
* add default instance to ServerConf
### Fix
* pass arbitrary ab -n test, use bytestring char8.
2009.5.19
---------
### Feature
* Compatible with hack 5.19
2009.4.52.1
-----------
### Fix
* Export ServerConf data constructor, thanks to Stefan's patch
2009.4.52
---------
### Fix
* Compatible with hack 4.52
2009.4.51.1
-----------
### Feature
* configurable port
* specify serverName statically for now
### Fix
* remove ? in query string
* do not need hack-contrib to build
2009.4.51
-----------
### Fix
* translate lowercase header to normal header for env
* don't get server name, that cause a crash
2009.4.50
---------
Init