v0.9b11

* Modified the plugin API to allow STORE/RETRIEVE operations, that create a shared data storage accessible to plugins.

* Fixed a few bugs that were causing HTTPush to crash.

* Added a few "demo" plugins to show its functionality.

* First usable version of the perl Plugin SDK.

v0.9b10

* Added the 'allowed' [-A] option, which allows the specification of a hostname regexp that auditing will take into account.

* Added the 'intrusive' [-x] option, which restricts plugins run to those with an intrusion level under the specified threshold.

* Added the 'noise' [-n] option, which restricts plugins run to those with a noise level under the specified threshold.

* Created basic plugin interface, check the PLUGINS file for more
  information

* Rewritten logging functions, so we now log to a XML file for easier parsing/plugin communication

* Checks to allow the program to run without SSL or XML modules installed.

* Added a "-t" (traditional) parameter that makes the program use no XML (no logging) 
  and no plugins, so that we can simulate pre 0.9b10 releases.

* Fixed a bug that didn't allow cookies/headers with "reserved" characters in its
  name, patch by Colin Phipps.

* Modified error reporting function so we now get more useful error
  messages.

* Fixed a bug with multiple Set-Cookie headers folding (at last)

* Added support for '=' in cookie values, patch by Colin Phipps.

* Added support for HTTP/HTTPS proxies to route requests through.

v0.9b9

* Added support for "not-escaping" characters, through the -e option,
  because some applications just need it.

* Rewritten the SSL HTTP parser to fix a bug that showed up when handling POSTs through
  SSL, reported by kmx@egatobas.org.

* Corrected a problem that showed up when reading MIME multipart posts in a SSL 
  connection.

* Fixed a problem with add-on header and cookies. A HTTPUSHDATA cookie was
  clobbering the logs.

* The SSL form javascript wasn't probably recalculating Content-Length, fixed
  it, reported by redmanr@minga.com.

* Fixed a bug with IE5 post handling, patch by Colin Phipps.

* Fixed a bug with cookies with '+' in them, patch by Colin Phipps.

* Added "flog" plugin, to log requests using the old "-f" command line option.

v0.9b8

* Initial public release
