From d9dadfbee6722c9b62fe482403378b1b6af3efa5aa71ffa6fe2f85975ae0c172 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:02 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-http-client revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=65 --- ghc-http-client.changes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 3d9e7e1..5a5d0bb 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update http-client to version 0.5.12.1 revision 1. + * Make the chunked transfer-encoding detection case insensitive + [#303](https://github.com/snoyberg/http-client/pull/303) + * Remove some unneeded language extensions + * Mark older versions of GHC as unsupported + * Added `requestFromURI` and `requestFromURI_` functions. + * Fixed non-TLS connections going though proxy [#337](https://github.com/snoyberg/http-client/issues/337) + * Replaced `base64-bytestring` dependency with `memory`. + * New function to partial escape query strings + * Add `Semigroup` instances for GHC 8.4 [#320](https://github.com/snoyberg/http-client/pull/320) + * Switch to the new STM-based manager + [#254](https://github.com/snoyberg/http-client/pull/254) + * Redact sensitive headers [#318](https://github.com/snoyberg/http-client/pull/318) + * Code cleanup/delete dead code + * Compat with Win32 2.6 [#309](https://github.com/snoyberg/http-client/issues/309) + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com