]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Bumped library versions, to nettle-4.5 and hogweed-2.3.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 2 Jan 2013 08:13:59 +0000 (09:13 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 2 Jan 2013 08:14:21 +0000 (09:14 +0100)
ChangeLog
NEWS
configure.ac

index e30a0f7a1be83d6da323f06560e95612a3b73684..eaf4b5f72ee9948c52faaf72d52fd83ced320cc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-01-02  Niels Möller  <nisse@lysator.liu.se>
 
+       * 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 8a134dbe04f02b66e65f7cf0f9194b45d238116b..49a4c0d11d8503d36bf155146e763e795612a3ea 100644 (file)
--- 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
index 5fc2a5ba020387ef53d3d6b1802b857df92bc3d5..3943d72ddf84b87e7c31d46112ab74c84f5c303c 100644 (file)
@@ -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