Package Release Info

ghc-http-client-0.4.27-3.1

Update Info: openSUSE-2016-291
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-http-client
ghc-http-client-devel

Change Logs

* 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
* Thu Aug 13 2015 mimi.vx@gmail.com
- update to 0.4.19
  * Move HasHttpManager from http-conduit to http-client
  * Chunked request bodies use less TCP packets
* Mon Jul 27 2015 mimi.vx@gmail.com
- update to 0.4.18.1
  * Case insensitive proxy environment variables
  * Deprecate closeManager
* Mon Jul 13 2015 mimi.vx@gmail.com
- update to 0.4.16
  * Proxy auth for HTTPS
* Mon Jul 06 2015 mimi.vx@gmail.com
- update to 0.4.15
  * Support proxy authentication in environment variables
  * Ignore empty http_proxy
  * Support for auth via url
* Sun Jun 21 2015 mimi.vx@gmail.com
- update to 0.4.12
  * Added IsString RequestBody instance
* Mon Jun 08 2015 mimi.vx@gmail.com
- update to 0.4.11.3
  * Fix getUri to insert "?" to uriQuery when necessary.
* Mon May 04 2015 mimi.vx@gmail.com
- update to 0.4.11.2
  + Removed publicsuffixlist dependency, see [Github discussion](https://github.com/litherum/publicsuffixlist/pull/7)
* Wed Apr 22 2015 mimi.vx@gmail.com
- initial commit