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.7.0
5+ -----
6+
7+ * Python 3 support fixes (#140, #155, #159)
8+ * Generic token-parsing plugins support (#162)
9+ * Generic authentication plugins support (#172)
10+ * Fixed frame corruption on big-endian systems (#161)
11+ * Support heartbeats (via PING) and automatic responses to PONG (#169)
12+ * Automatically reject unmasked client frames by default (strict mode) (#174)
13+ * Automatically restart interrupted select calls (#175)
14+ * Make 'run' respect environment settings (including virtualenv) (#176)
15+
16+ 0.6.1 - May 11, 2015
17+ --------------------
18+
19+ * **PATCH RELEASE**: Fixes a bug causing file_only to not be passed properly
20+
4210.6.0 - Feb 18, 2014
522--------------------
623
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" ,
6- "version" : " 0.6 .0" ,
6+ "version" : " 0.7 .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.6 .0'
3+ version = '0.7 .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