File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.8.0
5+ -----
6+
7+ * Make websockify properly terminate children on SIGTERM (#226)
8+ * Remove logging in signal handlers (this can cause Python to hang under certain conditions) (#219)
9+ * Make it easier to log to a file (#205)
10+ * Add support for IPv6 addresses in tokens in the TokenFile token plugins (#197)
11+ * Improve auth plugin framework to enable better support for HTTP auth (#194, #201)
12+ * Fix bug in JSONTokenAPI token plugin (#192)
13+ * Fix a missing variable in the exception handler (#178)
14+
4150.7.0
516-----
617
Original file line number Diff line number Diff line change 33 "name" : " websockify" ,
44 "description" : " websockify is a WebSocket-to-TCP proxy/bridge" ,
55 "license" : " LGPL-3.0" ,
6- "version" : " 0.7.1 " ,
6+ "version" : " 0.8.0 " ,
77 "repository" : {
88 "type" : " git" ,
99 "url" : " git://github.com/kanaka/websockify.git"
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '0.7 .0'
3+ version = '0.8 .0'
44name = 'websockify'
55long_description = open ("README.md" ).read () + "\n " + \
66 open ("CHANGES.txt" ).read () + "\n "
You can’t perform that action at this time.
0 commit comments