Changelog for
libQtShadowsocks2-2.0.1+git20180104.37ad499-11.2.x86_64.rpm :
Sun Jan 7 13:00:00 2018 opensuse-packagingAATTopensuse.org
- Update to version 2.0.1+git20180104.37ad499:
* Fix a bug that leads to crashes with botan 1.x
- changes in 2.0.0
* Shadowsocks SIP004/SIP007 AEAD Ciphers support
* Shadowsocks SIP002 URI scheme support
* All messages are directly logged with Qt Logger instead of being passed as signals
* Improved logging formats in shadowsocks-libqss (similar to shadowsocks-libev)
* Lots of underlying refactoring and code cleaning, bugs fixes
- changes in 1.11.0
* Botan-2 (>= 2.2.0) is now supported
* Botan library is now private and used only in implementation
- changes in 1.10.0
* supports tag/remark in ss uri
* avoid crashes in Encryptor when input is bad
* fix a bug causing upload issues when OTA is enabled #98
* add support for aes in ctr mode
Wed Jul 13 14:00:00 2016 iAATTmarguerite.su
- Update to version 1.9.0+git20160529.3083d38:
* add an API to return supported ciphers at run-time
* add an API to test shadowsocks Internet connectivity
* add ss uri utility functions to Profile class
* no spamming debug
* refine test.pro #79
Wed Jan 13 13:00:00 2016 iAATTmarguerite.su
- Update to version 1.8.4+git20160112.d2c76c5:
+ Simplify the operation of words 8-11
+ Map shadowsocks convention cipher names with Botan cipher names
+ Fix a false true return value bug
Fri Jun 5 14:00:00 2015 iAATTmarguerite.su
- update version 1.6.1
* fix crashes when table method is used
* other minor fixes and improvements
Fri Feb 13 13:00:00 2015 iAATTmarguerite.su
- initial version 1.4.1
* Fix UDP issues
* Fix unexpected connection reset problems when used in server-side
* Performance improvements by reducing overhead
* Other improvements and bug fixes