Skip to content
Snippets Groups Projects
Commit a46b9c78 authored by Niels Möller's avatar Niels Möller
Browse files

Bump libnettle soname, libnettle version is now 8.0.

parent 5e6ae241
No related branches found
No related tags found
No related merge requests found
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> 2020-04-15 Niels Möller <nisse@lysator.liu.se>
From Dmitry Baryshkov: From Dmitry Baryshkov:
...@@ -18,8 +24,8 @@ ...@@ -18,8 +24,8 @@
2020-04-06 Niels Möller <nisse@lysator.liu.se> 2020-04-06 Niels Möller <nisse@lysator.liu.se>
* configure.ac (LIBHOGWEED_MAJOR): Increase hogweed version number * configure.ac (LIBHOGWEED_MAJOR): Increase libhogweed version
to 6.0, at request of Gnutls team. number to 6.0, at request of Gnutls team.
(LIBHOGWEED_MINOR): Reset to zero. (LIBHOGWEED_MINOR): Reset to zero.
2020-04-01 Niels Möller <nisse@lysator.liu.se> 2020-04-01 Niels Möller <nisse@lysator.liu.se>
......
...@@ -10,8 +10,8 @@ AC_CONFIG_AUX_DIR([.]) ...@@ -10,8 +10,8 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=7 LIBNETTLE_MAJOR=8
LIBNETTLE_MINOR=1 LIBNETTLE_MINOR=0
LIBHOGWEED_MAJOR=6 LIBHOGWEED_MAJOR=6
LIBHOGWEED_MINOR=0 LIBHOGWEED_MINOR=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment