- Added regex filter for exception messages. [lknoepfel]
1.1.3
------------------
- Fix TypeError with Python 2.6 and Plone. [jone]
1.1.2
------------------
- Plone: refactor cleanups to cleanup cookies in all places. [jone]
1.1.1
------------------
- Plone: send component and action too. [jone]
- Plone: remove keys containing "pass" from request data and session cookie. We should not send the users password on registration / login failures. [jone]
- Plone: add errbit-make-error for testing the connection. [jone]
1.1.0
------------------
- Implement urllib2 HTTP client. [jone]
- Implement urllib HTTP client. [jone]
- Refactor HTTP posting and add ERRBIT_HTTP_CLIENT environment variable for choosing a different implementation. [jone]