14
0

- Update to 0.4.0:

* Added back support of Unix sockets on both server and client side.
  * Note: HTTPS is not supported on server-side Unix sockets
  * Fixed the CGI request handler
  * Fixed the request handler wrapping on server side
- Switch to github tarball for tests
- Run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonrpclib-pelix?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-03-28 14:46:27 +00:00
committed by Git OBS Bridge
parent c6dc37ced5
commit 193c088dc4
4 changed files with 26 additions and 16 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 28 14:42:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.0:
* Added back support of Unix sockets on both server and client side.
* Note: HTTPS is not supported on server-side Unix sockets
* Fixed the CGI request handler
* Fixed the request handler wrapping on server side
- Switch to github tarball for tests
- Run tests
-------------------------------------------------------------------
Fri Nov 17 16:29:04 UTC 2017 - mimi.vx@gmail.com