From 92248109b288b670cd05e2fb67c7c7c3fff69dce Mon Sep 17 00:00:00 2001 From: yspolyakov <89226542+yspolyakov@users.noreply.github.com> Date: Thu, 21 Jul 2022 13:17:02 -0400 Subject: [PATCH] updated README and version (#140) * updated README and version * updated release notes * Update Release_Notes.md Co-authored-by: Yuriy Polyakov --- CMakeLists.txt | 2 +- README.md | 4 ++++ docs/static_docs/Release_Notes.md | 6 +++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d170e09d..a7bd6baa8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ project (OpenFHE C CXX) set(OPENFHE_VERSION_MAJOR 0) set(OPENFHE_VERSION_MINOR 9) -set(OPENFHE_VERSION_PATCH 0) +set(OPENFHE_VERSION_PATCH 1) set(OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR}.${OPENFHE_VERSION_MINOR}.${OPENFHE_VERSION_PATCH}) set(CMAKE_CXX_STANDARD 17) diff --git a/README.md b/README.md index 3002cceb3..bd546e5d8 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,7 @@ To cite OpenFHE in academic papers, please use the following BibTeX entry. url = {https://eprint.iacr.org/2022/915} } ``` + +## Acknowledgments ## + +This work is supported in part by DARPA through HR0011-21-9-0003 and HR0011-20-9-0102. The views, opinions, and/or findings expressed are those of the author(s) and should not be interpreted as representing the official views or policies of the Department of Defense or the U.S. Government. diff --git a/docs/static_docs/Release_Notes.md b/docs/static_docs/Release_Notes.md index a839e0fef..1b330c0b5 100644 --- a/docs/static_docs/Release_Notes.md +++ b/docs/static_docs/Release_Notes.md @@ -1,3 +1,8 @@ +07/21/2022: OpenFHE 0.9.1 (development) is released + +* Fixes a compilation error for NATIVE_SIZE=128 in MacOS +* Fixes small bugs + 07/19/2022: OpenFHE 0.9.0 (development) is released Includes all prior FHE functionality of PALISADE. Also adds the following new features: @@ -8,4 +13,3 @@ Includes all prior FHE functionality of PALISADE. Also adds the following new fe * Large-precision comparison and other algorithms proposed in https://eprint.iacr.org/2021/1337 **Note**: OpenFHE stems off of PALISADE. Refer to the following for [PALISADE release notes](https://gitlab.com/palisade/palisade-development/-/blob/master/Release_Notes.md) -