bump
This commit is contained in:
parent
19e2e7422d
commit
709e67afe4
3 changed files with 16 additions and 3 deletions
13
CHANGES
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
|
3.2.0 2017-04-27
|
||||||
- add auth_chain_a
|
- add auth_chain_a
|
||||||
- remove auth_aes128, auth_sha1, auth_sha1_v2, verify_simple, auth_simple, verify_sha1
|
- remove auth_aes128, auth_sha1, auth_sha1_v2, verify_simple, auth_simple, verify_sha1
|
||||||
|
|
|
@ -249,8 +249,8 @@ def main():
|
||||||
'+2': 'tls1.2_ticket_auth_compatible',
|
'+2': 'tls1.2_ticket_auth_compatible',
|
||||||
'2': 'tls1.2_ticket_auth'}
|
'2': 'tls1.2_ticket_auth'}
|
||||||
fast_set_protocol = {'0': 'origin',
|
fast_set_protocol = {'0': 'origin',
|
||||||
'a4': 'auth_sha1_v4',
|
's4': 'auth_sha1_v4',
|
||||||
'+a4': 'auth_sha1_v4_compatible',
|
'+s4': 'auth_sha1_v4_compatible',
|
||||||
'am': 'auth_aes128_md5',
|
'am': 'auth_aes128_md5',
|
||||||
'as': 'auth_aes128_sha1',
|
'as': 'auth_aes128_sha1',
|
||||||
'ca': 'auth_chain_a',
|
'ca': 'auth_chain_a',
|
||||||
|
|
|
@ -16,5 +16,5 @@
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return '3.2.0 2017-04-27'
|
return '3.3.0 2017-05-11'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue