From: Niels Möller Date: Wed, 2 Jan 2013 08:13:59 +0000 (+0100) Subject: Bumped library versions, to nettle-4.5 and hogweed-2.3. X-Git-Tag: nettle_2.6_release_20130116~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbbacf267f206c10ec875fae85c40d123ddf9ce1;p=thirdparty%2Fnettle.git Bumped library versions, to nettle-4.5 and hogweed-2.3. --- diff --git a/ChangeLog b/ChangeLog index e30a0f7a..eaf4b5f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-01-02 Niels Möller + * configure.ac (LIBNETTLE_MINOR): Bumped library version, to 4.5. + (LIBHOGWEED_MINOR): And to 2.3. + * examples/Makefile.in: Explicit rules for building objects in parent directory. * tools/Makefile.in: Likewise. diff --git a/NEWS b/NEWS index 8a134dbe..49a4c0d1 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,11 @@ NEWS for the 2.6 release SHA2) refer to 256-bit SHA2 as "SHA-256" or "SHA256" rather than "SHA2-256". + The libraries are intended to be binary compatible with + nettle-2.2 and later. The shared library names are + libnettle.so.4.5 and libhogweed.so.2.3, with sonames still + libnettle.so.4 and libhogweed.so.2 + NEWS for the 2.5 release This release includes important portability fixes for Windows diff --git a/configure.ac b/configure.ac index 5fc2a5ba..3943d72d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,10 +11,10 @@ AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADER([config.h]) LIBNETTLE_MAJOR=4 -LIBNETTLE_MINOR=4 +LIBNETTLE_MINOR=5 LIBHOGWEED_MAJOR=2 -LIBHOGWEED_MINOR=2 +LIBHOGWEED_MINOR=3 AC_CANONICAL_HOST