Changelog for
ruby2.5-rubygem-excon-testsuite-0.59.0-bp151.4.3.1.x86_64.rpm :
* Mon Jan 06 2020 Josef Reidinger
- Backport CVE-2019-16779 patch (bsc#1159342)
* CVE-2019-16779.patch added
* Mon Sep 11 2017 cooloAATTsuse.com- updated to version 0.59.0 see installed changelog.txt 0.59.0 2017-09-05 ================= fix backtick vs quote in error message fix socket pooling to be per-connection instead of per thread fix tests to ignore proxy env settings 0.58.0 08/01/2017 ================= remove unused error add retry_interval and related settings for backoff
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 0.58.0 see installed changelog.txt 0.57.1 06/30/2017 ================= fix remote-ip setting to prevent off-by-one issue
* Tue Jun 20 2017 cooloAATTsuse.com- updated to version 0.57.0 see installed changelog.txt 0.57.0 06/14/2017 ================= add client_key_data and client_cert_data to valid keys allow passing explicit host to unix sockets
* Tue Jun 06 2017 cooloAATTsuse.com- updated to version 0.56.0 see installed changelog.txt 0.56.0 05/31/2017 ================= fix proxy parse errors fix url-escaped proxy creds for ssl
* Wed Feb 08 2017 cooloAATTsuse.com- updated to version 0.55.0 see installed changelog.txt 0.55.0 02/07/2017 ================= fix minor readme error update bundled certs update self-signed certs update to test with ruby 2.3.3 fix unitialized ResponseParseError error add missing \'spec_helper\' require in tests add missing \'time\' require in tests use unescape_uri for user/pass in Authorization header use secure rubygems source uri update gemnasium badge update fury badge update travis badge update gittip badge
* Tue Oct 18 2016 cooloAATTsuse.com- updated to version 0.54.0 see installed changelog.txt
* Wed Sep 28 2016 cooloAATTsuse.com- updated to version 0.53.0 see installed changelog.txt 0.32.0 09/27/2016 ================= add ability to pass ssl options as strings progress towards rspec update bundled certs
* Tue Aug 23 2016 cooloAATTsuse.com- updated to version 0.52.0 see installed changelog.txt 0.52.0 08/22/2016 ================= freeze string literals move toward interpolation, over concatenation (frozen string related) start conversion toward rspec move user/pass authorization header setting to request level
* Sat Jul 09 2016 cooloAATTsuse.com- updated to version 0.51.0 see installed changelog.txt 0.51.0 07/08/2016 tweak new errors to be an alias rather than inherit
* Wed Jun 29 2016 cooloAATTsuse.com- updated to version 0.50.1 see installed changelog.txt 0.50.1 06/28/2016 ================= re-add some missing errors from refactoring 0.50.0 06/28/2016 ================= expand readme refactor errors for consistancy optionally allow unstubbed requests parse/verify path as well as host for connection
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 0.49.0 see installed changelog.txt 0.49.0 03/28/2016 ================= fix nonblock ssl socket connect timeout handling fix README debug example make unique class for certificate errors connection logic cleanup change stubs back to global (with local option via defaults) specific handling for set-cookie header exceptions
* Tue Mar 08 2016 cooloAATTsuse.com- updated to version 0.48.0 see installed changelog.txt 0.48.0 03/07/2016 ================= optimize by writing part of body with headers when it fits in a chunk
* Wed Mar 02 2016 cooloAATTsuse.com- updated to version 0.47.0 see installed changelog.txt 0.47.0 02/29/2016 ================= fix bundled certs fix instrumentors to allow recording timings
* Sat Feb 27 2016 cooloAATTsuse.com- updated to version 0.46.0 see installed changelog.txt 0.46.0 02/26/2016 empty host header for unix sockets raise EOFError on unexpectedly read nil add host/path/port to response keep cookies through redirects fix to skip decompressing empty bodies fix escaping for query string README improvements fix SocketError initializer fix incorrect error class usage
* Tue Jul 14 2015 cooloAATTsuse.com- updated to version 0.45.4 see installed changelog.txt 0.45.4 07/13/2015 ================= fix undefined errors in error handling ignore empty proxy values
* Thu Apr 23 2015 cooloAATTsuse.com- updated to version 0.45.3 see installed changelog.txt 0.45.3 04/21/2015 ================= guard warning about openssl versions in case constant undefined ensure rackup listens properly, fixes local tests
* Fri Apr 17 2015 cooloAATTsuse.com- updated to version 0.45.2
* Tue Apr 07 2015 cooloAATTsuse.com- updated to version 0.45.1 - fix scope for readline buffer, fixes dropped initial characters
* Fri Mar 27 2015 cooloAATTsuse.com- updated to version 0.45.0 prefer default SSL config to ENV, when available document instrumentor deviation from rails format better error/warning around openssl 1.0.2 bug fix nonblocking ssl connect to not have tight loop also remove user/pass when following redirects
* Thu Mar 05 2015 cooloAATTsuse.com- updated to version 0.44.4
* Thu Feb 26 2015 cooloAATTsuse.com- updated to version 0.44.3 don\'t pass body when following GET redirects fix error rescue case to properly reference error object
* Thu Feb 12 2015 cooloAATTsuse.com- updated to version 0.44.2
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 0.44.1
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging