* Version 0.06 - 2004/12/13
- Added ChokeRateEnv.
- Added ChokeBurstEnv.
- Prefixed choke_ on all global variables and functions to prevent pollution
  of the global namespace.
- Changed rate and choke config variables to type "long" instead of 
  "long long."  This means that (on most systems anyways) the maximum rate and
  choke is 2 gigabytes.
- Fixed compile bug with choke_scoreboard_rec not defined when apache does not
  have SMHGET support compiled in.
- Added a second calling of the concurrency check in the post-read request
  phase.  This will allow IP checks to occur much sooner in the request cycle.
- Expanded the choke-status handler.  Added status, host and request.
- Changed concurrency check to include connections in more states.  Before,
  things like keepalive connections wouldn't count.  Requests currently
  reading will still not be counted because we first check in the post-read
  phase.

* Version 0.05 - 2004/08/03
- First public release
- Added X-mod-choke header
- Cleaned up error messages
- Added choke-status handler

* Version 0.04 - 2004/05/06
- Changed is_number to choke_is_number to prevent conflicts in the global name
  space

* Version 0.03 - 2003/03/17
- Added MaxConnections... directives.
- Added config value checking.

* Version 0.02 - 2003/03/05
- Added support for multipart byteranges (resumes)

* Version 0.01 - 2004/03/05
- Initial release
