summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-08-25 21:24:01 +0200
committerNiels Möller <nisse@lysator.liu.se>2015-08-25 21:24:01 +0200
commitd543eb69d5684c7b66502f5305b96e61813125a2 (patch)
tree89292bc92d84b056522510dcb1d5f149db2ff6ff
parent833d7496b74b64597dd7c41977adbedaec0be25f (diff)
downloadnettle-d543eb69d5684c7b66502f5305b96e61813125a2.tar.gz
Started on NEWS for Nettle-3.2.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS26
2 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19fadaab..e67fae19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-08-25 Niels Möller <nisse@lysator.liu.se>
+ * NEWS: Started on entries for Nettle-3.2.
+
* sha3.h (NETTLE_SHA3_FIPS202): New preprocessor constant.
2015-08-24 Niels Möller <nisse@lysator.liu.se>
diff --git a/NEWS b/NEWS
index ecfd99b5..6809be4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+NEWS for the Nettle 3.2 release
+
+ Bug fixes:
+
+ * The SHA3 implementation is updated according to the FIPS 202
+ standard. It is not interoperable with earlier versions of
+ Nettle. Thanks to Nikos Mavrogiannopoulos.
+
+ New features:
+
+ * New functions nettle_version_major, nettle_version_minor, as
+ a run-time variant of the compile-time constants
+ NETTLE_VERSION_MAJOR and NETTLE_VERSION_MINOR.
+
+ Optimizations:
+
+ * New ARM Neon implementation of the chacha stream cipher.
+
+ Miscellaneous:
+
+ * ABI detection on mips, with improved default libdir
+ location. Contributed by Klaus Ziegler.
+
+ * Fixes for ARM assembly syntax, to work better with the clang
+ assembler. Thanks to Jukka Ukkonen.
+
NEWS for the Nettle 3.1.1 release
This release fixes a couple of non-critical bugs.