From 24d1e5e82c0f7213f4d1c4d824e8a5a4922a9bbc Mon Sep 17 00:00:00 2001 From: Jerry Ryan Date: Mon, 29 Jan 2018 10:42:05 -0500 Subject: [PATCH] updated notes for release --- Release_Notes.MD | 12 +++++++++++- lbcrypto-doxy-config | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Release_Notes.MD b/Release_Notes.MD index b7ca5f978..30f94ad2b 100644 --- a/Release_Notes.MD +++ b/Release_Notes.MD @@ -1,3 +1,13 @@ +1/29/2018: PALISADE v1.1.1 is released + +PALISADE v1.1.1 includes bug fixes and minor optimizations: + +Fixes minor bugs in NativeInteger and multiprecision backends (BigInteger) +Deals properly with a low-probability rounding error in BFVrns +Fixes a compilation error on some CentOS systems +Improves the performance of NativeInteger +Fixes a couple of other minor bugs + 12/29/2017: PALISADE v1.1 is released PALISADE v1.1 includes the following new capabilities, library enhancements, and optimizations: @@ -9,4 +19,4 @@ PALISADE v1.1 includes the following new capabilities, library enhancements, an * NTL integration as a new option for the multiprecision arithmetic backend * And more... -07/15/2017: PALISADE v1.0 is released \ No newline at end of file +07/15/2017: PALISADE v1.0 is released diff --git a/lbcrypto-doxy-config b/lbcrypto-doxy-config index c2e103fe0..63b520617 100644 --- a/lbcrypto-doxy-config +++ b/lbcrypto-doxy-config @@ -38,7 +38,7 @@ PROJECT_NAME = "PALISADE Lattice Crypto Library" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "v1.1" +PROJECT_NUMBER = "v1.1.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a -- GitLab