]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Bump libnettle soname, libnettle version is now 8.0.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 17 Apr 2020 05:28:52 +0000 (07:28 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 17 Apr 2020 05:28:52 +0000 (07:28 +0200)
ChangeLog
configure.ac

index 67e5912f0fd3e8c79aec1b2b3512a79243d997e0..811a0d8bbf221455e3dcb5e0799c29321c8ffba7 100644 (file)
--- 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>
index dcc8e421eeeb59d14776bf634df6ef41a8546310..e5824ae01cb02913a7d6ac3c1849b385881356de 100644 (file)
@@ -10,8 +10,8 @@ AC_CONFIG_AUX_DIR([.])
 
 AC_CONFIG_HEADER([config.h])
 
-LIBNETTLE_MAJOR=7
-LIBNETTLE_MINOR=1
+LIBNETTLE_MAJOR=8
+LIBNETTLE_MINOR=0
 
 LIBHOGWEED_MAJOR=6
 LIBHOGWEED_MINOR=0