* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Wed May 31 2017 psimons@suse.com
- Update to version 0.5.7.0.
* Mon Feb 27 2017 psimons@suse.com
- Update to version 0.5.6.1 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 0.5.5 with cabal2obs.
* Tue Nov 29 2016 psimons@suse.com
- Update to version 0.4.31.2 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.4.31.1 revision 0 with cabal2obs.
* Sun Jul 10 2016 mimi.vx@gmail.com
- update to version 0.4.31 revision 0
* Added length validation for RequestBodyStream
* Sun Jul 03 2016 mimi.vx@gmail.com
- update to 0.4.30
* Deprecate parseUrl
* Add parseUrlThrow, parseRequest, and parseRequest_
* Fri Jun 17 2016 mimi.vx@gmail.com
- update to 0.4.29
* Changed the order of connecting a socket and tweaking a socket, such that
the socket tweaking callback now happen before connecting.
* add setRequestIgnoreStatus
* Added missing Host: HTTP header for https CONNECT
* Fix: Redirects will be followed in httpRaw' when reusing a dead connection
* Sat Apr 16 2016 mimi.vx@gmail.com
- update to 0.4.28
* Add support for including request method in URL
* requestManagerOverride
* RequestBodyIO
* Tue Apr 12 2016 mimi.vx@gmail.com
- update to 0.4.27.1
* Incorrect idle connection count in HTTP manager
* Fri Jan 22 2016 mimi.vx@gmail.com
- update to 0.4.27
* Enable managerModifyRequest to modify checkStatus
* Thu Dec 24 2015 mimi.vx@gmail.com
- update to 0.4.26.2
* Fix compilation for GHC 7.4
* Thu Dec 17 2015 mimi.vx@gmail.com
- update to 0.4.26.1
* Make sure we never read from or write to closed socket
* Sun Dec 13 2015 mimi.vx@gmail.com
- update to 0.4.25
* Don't error out when response body flushing fails
* Sun Sep 27 2015 mimi.vx@gmail.com
- update to 0.4.24
* Use a new TlsExceptionHostPort exception to indicate the host and port of the
server we were trying to connect to when a TLS exception occurred.
* Sun Sep 20 2015 mimi.vx@gmail.com
- update to 0.4.23
* Case insensitive cookie domains
* Sun Sep 13 2015 mimi.vx@gmail.com
- update to 0.4.22.1
* ProxyConnectException now returns Right HttpException.
* Mon Aug 31 2015 mimi.vx@gmail.com
- update to 0.4.21
* Support no_proxy environment variable
* Sun Aug 23 2015 mimi.vx@gmail.com
- update to 0.4.20
* Expose brReadSome