From 3d7b42e0e40595493c839b55d97c4618c664dda9 Mon Sep 17 00:00:00 2001 From: Yuriy Polyakov Date: Wed, 11 Sep 2019 02:40:34 +0000 Subject: [PATCH] Update Release_Notes.md --- Release_Notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Release_Notes.md b/Release_Notes.md index d21c6420a..d996e6cd9 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -1,3 +1,11 @@ +9/12/2019: PALISADE v1.6.0 is released + +* Significantly simplifies/automates the build/installation process. Now we use CMake. +* Serialization/deserialization is now much faster (by 3x to 10x). Both binary and JSON formats are supported. +* By default, PALISADE compiles w/o external dependencies in Linux and Windows, i.e., NTL/GMP is now optional for these OSes. +* The performance in Windows is now as fast as in Linux (4x to 7x times faster than previosly). +* Applies several low-level optimizations, and fixes some bugs. + 3/20/2019: PALISADE v1.5.0 is released * Fixes the vulnerability found in https://eprint.iacr.org/2017/785 (PKC'19) for the PRE schemes based on BGV/BFV -- GitLab