summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ec5c8ed1..a2d5bf12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,16 @@
-Noteworthy changes in version 1.8.7 (unreleased) [C22/A2/R7]
+Noteworthy changes in version 1.8.7 (2020-10-23) [C22/A2/R8]
------------------------------------------------
* Bug fixes:
+ - Support opaque MPI with gcry_mpi_print. [#4872]
- Release-info: https://dev.gnupg.org/T
+ - Fix extra entropy collection via clock_gettime. Note that this
+ fallback code path is not used on any decent hardware. [#4966]
+
+ - Allow for a Unicode random seed file on Windows. [#5098]
+
+ Release-info: https://dev.gnupg.org/T5113
Noteworthy changes in version 1.8.6 (2020-07-06) [C22/A2/R6]
diff --git a/configure.ac b/configure.ac
index 7848d497..10ed8ce4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
# (No interfaces changed: REVISION++)
LIBGCRYPT_LT_CURRENT=22
LIBGCRYPT_LT_AGE=2
-LIBGCRYPT_LT_REVISION=7
+LIBGCRYPT_LT_REVISION=8
# If the API is changed in an incompatible way: increment the next counter.