THEMIS 0.9.6 RELEASE
One release a week is good, two releases is better still. After releasing Hermes-core 0.5.1 PoC yesterday, following the good tradition of releasing on the 13th day of the month, we’re releasing Themis 0.9.6 today.
The main feature of this release is adding support for OpenSSL 1.1. The rest of the update details are as follows:
Docs:
Significant update of the Contributing section in Wiki.
Infrastructure:
Removed support for Ubuntu Precise.
Fixed .rpm package versioning (#240).
Added a handy command for preparing and running of all the tests make test (#243).
Added small changes and updates into Makefile to make it even better and fixed the installing dependencies (#236, #239, #250).
Code:
Core: added OpenSSL 1.1 support (#208).
updated wrapper to be compatible with Swift4 (#230);
added nullability support (#255);
made the NSError autoreleasing (#257, #259) from @valeriyvan;
fixed warnings that appeared due to renaming error.h files (#247);
JSThemis: fixed installation path for macOS (#237, #238).
PyThemis: fixed compatibility with version 0.9.5 (#241), pushed as a separate package 0.9.5.1.
And onwards to the great adventures!