* Mon Oct 02 2017 jengelh@inai.de
- Improve summaries.
* Mon Sep 25 2017 msrb@suse.com
- add u_Add-support-for-inetd.patch: fate#323880
- add u_Fix-inetd-mode-on-python-2.patch: fate#323880
* Fri Aug 25 2017 tbechtold@suse.com
- use https for Source
* Fri Aug 25 2017 tbechtold@suse.com
- convert to singlespec
- split data files into -common package
* Sat Jul 22 2017 dmueller@suse.com
- drop dependency on pyOpenSSL, seems unused (bsc#1049987)
* Mon May 02 2016 dmueller@suse.com
- update to 0.8.0:
* Make websockify properly terminate children on SIGTERM (#226)
* Remove logging in signal handlers (this can cause Python to hang under certain conditions) (#219)
* Make it easier to log to a file (#205)
* Add support for IPv6 addresses in tokens in the TokenFile token plugins (#197)
* Improve auth plugin framework to enable better support for HTTP auth (#194, #201)
* Fix bug in JSONTokenAPI token plugin (#192)
* Fix a missing variable in the exception handler (#178)
* Python 3 support fixes (#140, #155, #159)
* Generic token-parsing plugins support (#162)
* Generic authentication plugins support (#172)
* Fixed frame corruption on big-endian systems (#161)
* Support heartbeats (via PING) and automatic responses to PONG (#169)
* Automatically reject unmasked client frames by default (strict mode) (#174)
* Automatically restart interrupted select calls (#175)
* Make 'run' respect environment settings (including virtualenv) (#176)
* Mon Oct 05 2015 hguo@suse.com
- Add missing dependency on python-setuptools
* Sat Jul 25 2015 seife+obs@b1-systems.com
- fix non-SUSE build by conditionalizing "Recommends:" tag
* Thu May 14 2015 benoit.monin@gmx.fr
- update to version 0.6.1:
* PATCH RELEASE: Fixes a bug causing file_only to not be passed
properly
- switch archive to zip (tar.gz not available on pypi)
- add unzip as BuildRequires
- remove unwanted shebang in python files
- drop unneeded executable bit of web_socket.js
* Tue Sep 16 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 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Wed Jul 03 2013 dmueller@suse.com
- update to 0.5.1:
* use upstream einaros/ws (>=0.4.27) with websockify.js
* file_only and no_parent security options for WSRequestHandler
* Update build of web-socket-js (c0855c6cae)
* add include/web-socket-js-project submodule to gimite/web-socket-js
for DSFG compliance.
* drop Hixie protocol support
* Mon Apr 29 2013 dmueller@suse.com
- update to 0.4.1:
* add include/ directory and remove some dev files from source
distribution.
* use Buffer base64 support in Node.js implementation
* Fri Jan 18 2013 cfarrell@suse.com
- license update: LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause
See LICENSE.txt
* Thu Jan 17 2013 saschpe@suse.de
- Initial version