破娃酱 7 years ago
parent
commit
709e67afe4
  1. 13
      CHANGES
  2. 4
      mujson_mgr.py
  3. 2
      shadowsocks/version.py

13
CHANGES

@ -1,3 +1,16 @@
3.3.0 2017-05-11
- connect_log include local addr & port
- fix auth_chain_a UDP bug
- add "additional_ports_only"
- add interface legendsockssr
- run with newest python version
- parse comment in hosts
- update mujson_mgr
- add cymysql setup script
- new speed tester
- fix leaks
- bugs fixed
3.2.0 2017-04-27
- add auth_chain_a
- remove auth_aes128, auth_sha1, auth_sha1_v2, verify_simple, auth_simple, verify_sha1

4
mujson_mgr.py

@ -249,8 +249,8 @@ def main():
'+2': 'tls1.2_ticket_auth_compatible',
'2': 'tls1.2_ticket_auth'}
fast_set_protocol = {'0': 'origin',
'a4': 'auth_sha1_v4',
'+a4': 'auth_sha1_v4_compatible',
's4': 'auth_sha1_v4',
'+s4': 'auth_sha1_v4_compatible',
'am': 'auth_aes128_md5',
'as': 'auth_aes128_sha1',
'ca': 'auth_chain_a',

2
shadowsocks/version.py

@ -16,5 +16,5 @@
# under the License.
def version():
return '3.2.0 2017-04-27'
return '3.3.0 2017-05-11'

Loading…
Cancel
Save