diff --git a/HTTP-4000.2.23.tar.gz b/HTTP-4000.2.23.tar.gz deleted file mode 100644 index da04b69..0000000 --- a/HTTP-4000.2.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab04f8126196b96b02d10efcef49c4b73a14e7254cb6515cb10c87658c2e103c -size 71611 diff --git a/HTTP-4000.3.2.tar.gz b/HTTP-4000.3.2.tar.gz new file mode 100644 index 0000000..20b7b3a --- /dev/null +++ b/HTTP-4000.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ee93db252703f87c114bf848eda04ed0c8e3d7411aeb9dc911201aa4f756ae +size 71603 diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index 76e38bc..ca691d4 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Jan 24 10:04:26 UTC 2016 - mimi.vx@gmail.com + +- update to 4000.3.2 +* If the URI contains "user:pass@" part, use it for Basic Authorization +* Add a test harness. +* Don't leak a socket when getHostAddr throws an exception. +* Send cookies in request format, not response format. +* Moved BrowserAction to be a StateT IO, with instances for + Applicative, MonadIO, MonadState. +* Add method to control size of connection pool. +* Consider both host and port when reusing connections. +* Handle response code 304 "not modified" properly. +* Fix digest authentication by fixing md5 output string rep. +* Make the default user agent string follow the package version. +* Document lack of HTTPS support and fail when clients try + to use it instead of silently falling back to HTTP. +* Add helper to set the request type and body. + ------------------------------------------------------------------- Fri Jan 1 09:32:27 UTC 2016 - mimi.vx@gmail.com diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 25c5354..542f809 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -19,7 +19,7 @@ %global pkg_name HTTP Name: ghc-HTTP -Version: 4000.2.23 +Version: 4000.3.2 Release: 0 Summary: A library for client-side HTTP License: BSD-3-Clause @@ -37,7 +37,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel BuildRequires: ghc-network-uri-devel -BuildRequires: ghc-old-time-devel +BuildRequires: ghc-time-devel BuildRequires: ghc-parsec-devel # End cabal-rpm deps