summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-04-17 07:28:52 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-04-17 07:28:52 +0200
commita46b9c78777030ad654243257ba2c8245dff47b6 (patch)
tree83f043fa1d90f7a51cb1586f610dbfd3d8d2d248 /ChangeLog
parent5e6ae241bef534447044f42524893387b2310f9d (diff)
downloadnettle-a46b9c78777030ad654243257ba2c8245dff47b6.tar.gz
Bump libnettle soname, libnettle version is now 8.0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 67e5912f..811a0d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-17 Niels Möller <nisse@lysator.liu.se>
+
+ * configure.ac (LIBNETTLE_MAJOR): Increase libnettle version
+ number to 8.0, for move of internal poly1305 functions.
+ (LIBNETTLE_MINOR): Reset to zero.
+
2020-04-15 Niels Möller <nisse@lysator.liu.se>
From Dmitry Baryshkov:
@@ -18,8 +24,8 @@
2020-04-06 Niels Möller <nisse@lysator.liu.se>
- * configure.ac (LIBHOGWEED_MAJOR): Increase hogweed version number
- to 6.0, at request of Gnutls team.
+ * configure.ac (LIBHOGWEED_MAJOR): Increase libhogweed version
+ number to 6.0, at request of Gnutls team.
(LIBHOGWEED_MINOR): Reset to zero.
2020-04-01 Niels Möller <nisse@lysator.liu.se>