forked from pool/python-ZEO
- update to version 4.1.0
- delete backup files found in the sources
- remove unwanted shebang of python files
- do not set the executable bit of python files
- fix update-alternatives: add %{_sysconfdir}/alternatives/...
- add new binary zeo-nagios
- update documentation files: changed upstream
OBS-URL: https://build.opensuse.org/request/show/307274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZEO?expand=0&rev=5
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
||
Fri May 15 09:53:55 UTC 2015 - benoit.monin@gmx.fr
|
||
- update to version 4.1.0:
|
||
* Add support for Python 3.4.
|
||
* Added a new ruok client protocol for getting server status on
|
||
the ZEO port without creating a full-blown client connection
|
||
and without logging in the server log.
|
||
* Log errors on server side even if using multi threaded delay.
|
||
- additional changes from version 4.0.0:
|
||
* Avoid reading excess random bytes when setting up an
|
||
auth_digest session.
|
||
* Optimize socket address enumeration in ZEO client (avoid
|
||
non-TCP types).
|
||
* Improve Travis CI testing support.
|
||
* Assign names to all threads for better runtime debugging.
|
||
* Fix "assignment to keyword" error under Py3k in
|
||
‘ZEO.scripts.zeoqueue’.
|
||
- delete backup files found in the sources
|
||
- remove unwanted shebang of python files
|
||
- do not set the executable bit of python files
|
||
- fix update-alternatives: add %{_sysconfdir}/alternatives/...
|
||
- add new binary zeo-nagios
|
||
- update documentation files: changed upstream
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Nov 08 17:19:00 UTC 2014 - Led <ledest@gmail.com>
|
||
|
||
- fix bashism in pre script
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 10 08:24:46 UTC 2013 - hpj@urpla.net
|
||
|
||
- package supports update-alternatives now
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 6 23:38:03 UTC 2013 - hpj@urpla.net
|
||
|
||
- version 4.0.0b1: initial build
|
||
|