14
0

- update to 0.12.0:

* The simplejson module is no longer needed for redis token
    support
  * redis tokens can now be either JSON or plain text
  * websockify can now listen to a Unix socket for incoming
    connections
  * Command line now supports disabling directory listings
  * Basic Dockerfile included
- update to 0.5.1:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=51
This commit is contained in:
2024-10-19 11:52:37 +00:00
committed by Git OBS Bridge
parent c7a226185f
commit 451c4600cd
5 changed files with 31 additions and 18 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 19 11:51:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.12.0:
* The simplejson module is no longer needed for redis token
support
* redis tokens can now be either JSON or plain text
* websockify can now listen to a Unix socket for incoming
connections
* Command line now supports disabling directory listings
* Basic Dockerfile included
-------------------------------------------------------------------
Tue Jun 7 11:54:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -182,7 +194,7 @@ Thu Oct 24 11:17:04 UTC 2013 - speilicke@suse.com
-------------------------------------------------------------------
Wed Jul 3 11:53:13 UTC 2013 - dmueller@suse.com
- update to 0.5.1:
- 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)