14
0

Accepting request 249584 from Cloud:OpenStack:Master

New upstream release

OBS-URL: https://build.opensuse.org/request/show/249584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=10
This commit is contained in:
Jan Matejek
2014-09-16 21:27:08 +00:00
committed by Git OBS Bridge
parent 51e4acc674
commit 9bd1f711fd
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 16 13:30:59 UTC 2014 - tbechtold@suse.com
- update to version 0.6.0:
* **NOTE** : 0.6.0 will break existing code that sub-classes WebsocketProxy
* Refactor to use standard SocketServer RequestHandler design
* Fix zombie process bug on certain systems when using multiprocessing
* Add better unit tests
* Log information via python `logging` module
-------------------------------------------------------------------
Thu Oct 24 11:17:04 UTC 2013 - speilicke@suse.com