osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-http-client revision:9, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=70
This commit is contained in:
Peter Simons 2018-07-18 14:40:43 +00:00 committed by Git OBS Bridge
parent 78a1f5eacf
commit dfb9e9fedd

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 18 14:26:28 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Fri Jul 13 14:31:24 UTC 2018 - psimons@suse.com
@ -79,7 +85,7 @@ Sun Jul 3 12:10:09 UTC 2016 - mimi.vx@gmail.com
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
* 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
@ -115,7 +121,7 @@ Thu Dec 24 09:31:02 UTC 2015 - mimi.vx@gmail.com
Thu Dec 17 10:40:19 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.26.1
* Make sure we never read from or write to closed socket
* Make sure we never read from or write to closed socket
-------------------------------------------------------------------
Sun Dec 13 16:44:45 UTC 2015 - mimi.vx@gmail.com
@ -127,13 +133,13 @@ Sun Dec 13 16:44:45 UTC 2015 - mimi.vx@gmail.com
Sun Sep 27 10:04:09 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.24
* Use a new TlsExceptionHostPort exception to indicate the host and port of the
* 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 19:18:53 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.23
- update to 0.4.23
* Case insensitive cookie domains
-------------------------------------------------------------------
@ -151,7 +157,7 @@ Mon Aug 31 08:04:52 UTC 2015 - mimi.vx@gmail.com
-------------------------------------------------------------------
Sun Aug 23 17:34:03 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.20
- update to 0.4.20
* Expose brReadSome
-------------------------------------------------------------------
@ -185,14 +191,14 @@ Mon Jul 6 12:25:51 UTC 2015 - mimi.vx@gmail.com
-------------------------------------------------------------------
Sun Jun 21 16:50:40 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.12
- update to 0.4.12
* Added IsString RequestBody instance
-------------------------------------------------------------------
Mon Jun 8 06:30:24 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.11.3
* Fix getUri to insert "?" to uriQuery when necessary.
* Fix getUri to insert "?" to uriQuery when necessary.
-------------------------------------------------------------------
Mon May 4 05:55:20 UTC 2015 - mimi.vx@gmail.com
@ -203,5 +209,4 @@ Mon May 4 05:55:20 UTC 2015 - mimi.vx@gmail.com
-------------------------------------------------------------------
Wed Apr 22 09:12:19 UTC 2015 - mimi.vx@gmail.com
- initial commit
- initial commit