From 98e8ee1b0da9609c0b504d9582dfedd14db38c00 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Wed, 4 Jul 2018 15:24:44 -0400 Subject: prepare 2.3.0 --- CHANGELOG.rst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0b4608b..fa1eccb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,37 @@ +Changes in `2.3.0 `_ + +This release includes the following changes since 2.2.2: + +* Support building on Windows. Thanks to Marcel Radzio. +* Avoid C99 inside C++ code. Thanks to Alexey Rusakov. +* Support building as a static library. Thanks to Andreas Zwinkau. + +New functionality: + +* Add a number of methods for public key encryption and decryption. This + functionality is meant for use with allowing virus scanning of encrypted + attachments, server-side encrypted key backups, and possibly other uses. The + methods are listed in the ``olm/pk.h`` header file. Corresponding wrappers + are available in the JavaScript and Android wrappers. Objective-C and Python + wrappers will be available in a future release. + +Android wrapper: + +* Update build tool dependencies +* Apply some hardening flags and fix some compilation and run-time issues. + Thanks in part to Arnaud Fontaine. + +Objective-C wrapper: + +* Update project file +* Fix compiler warnings + +Python wrapper: + +* Add binding for ``olm_remove_one_time_keys``. Thanks to Wilfried Klaebe. +* Add utility module for ``ed25519_verify``. Thanks to Alexander Maznev. +* Improve portability. Thanks to Jan Jancar. + Changes in `2.2.2 `_ =============================================================== -- cgit v1.2.3