diff --git a/ghc-http-client.changes b/ghc-http-client.changes index e78ea60..e0cce6f 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 17 07:48:56 UTC 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 07:00:55 UTC 2016 - mimi.vx@gmail.com diff --git a/ghc-http-client.spec b/ghc-http-client.spec index cad0501..ca68981 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-http-client -Version: 0.4.28 +Version: 0.4.29 Release: 0 Summary: HTTP client engine, intended as a base layer License: MIT diff --git a/http-client-0.4.28.tar.gz b/http-client-0.4.28.tar.gz deleted file mode 100644 index c1a083f..0000000 --- a/http-client-0.4.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24346facd4af7268d2c0d828b4865b9b8ba7351d458dd95a3e67094422dfe026 -size 78682 diff --git a/http-client-0.4.29.tar.gz b/http-client-0.4.29.tar.gz new file mode 100644 index 0000000..f87070a --- /dev/null +++ b/http-client-0.4.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2282176f481addaf9b1f3d6e2a23c13e3cbe9e9f7351b4cb30eab3749ef87f19 +size 78925