From: Niels Möller Date: Fri, 17 Apr 2020 05:28:52 +0000 (+0200) Subject: Bump libnettle soname, libnettle version is now 8.0. X-Git-Tag: nettle_3.6rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46b9c78777030ad654243257ba2c8245dff47b6;p=thirdparty%2Fnettle.git Bump libnettle soname, libnettle version is now 8.0. --- diff --git a/ChangeLog b/ChangeLog index 67e5912f..811a0d8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-04-17 Niels Möller + + * 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 From Dmitry Baryshkov: @@ -18,8 +24,8 @@ 2020-04-06 Niels Möller - * 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 diff --git a/configure.ac b/configure.ac index dcc8e421..e5824ae0 100644 --- a/configure.ac +++ b/configure.ac @@ -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