]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Updated version numbers, including LIBHOGWEED_MAJOR.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 15 May 2014 20:14:02 +0000 (22:14 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 15 May 2014 20:14:02 +0000 (22:14 +0200)
ChangeLog
NEWS
configure.ac

index 06bc796b03acb0deade1ca41fef5a41b9b4f29b4..ad0d20d0e67f871c0e736ab4c56fe8c3bc2d2c48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
 2014-05-15  Niels Möller  <nisse@lysator.liu.se>
 
+       * NEWS: Updated with library version numbers.
+
        * configure.ac (dummy-dep-files): Use simpler and more portable
        sed expression. Problem reported by Peter Eriksson.
+       (LIBHOGWEED_MAJOR): Bumped shared library version to 3.0.
+       (LIBHOGWEED_MINOR): Reset to zero. Also increased the package
+       version number to 3.0.
 
        * getopt.c: Don't use gettext.
 
diff --git a/NEWS b/NEWS
index 856a85199ecaf992072a79045f08879bf964f980..f2c4c366c4fc5126a8ba1ffb9bfbbf8710214c4f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,10 @@ NEWS for the Nettle 3.0 release
 
        It is *not* binary (ABI) compatible with earlier versions. It
        is mostly source-level (API) compatible, with a couple of
-       incompatibilities noted below.
-
+       incompatibilities noted below. The shared library names are
+       libnettle.so.5.0 and libhogweed.so.3.0, with sonames
+       libnettle.so.5 and libhogweed.so.3.
+       
        There may be some problems in the new interfaces and new
        features which really need incompatible fixes. It is likely
        that there will be an update in the form of a 3.1 release in
@@ -59,7 +61,7 @@ NEWS for the Nettle 3.0 release
 
          INCOMPATIBLE CHANGE: dsa_generate_keypair also uses the new
          interface. dsa-compat.h declares a function
-         dsa_compate_generate_keypair, implementing the old
+         dsa_compat_generate_keypair, implementing the old
          interface, and #defines dsa_generate_keypair to refer to
          this backwards compatible function.
 
index f848309baef93d1971db87b7dabe11a34fcdc40b..025c3bd5b88228d8d84066aabdbb6edc904d716d 100644 (file)
@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([nettle], [2.8], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.0], [nettle-bugs@lists.lysator.liu.se])
 AC_PREREQ(2.61)
 AC_CONFIG_SRCDIR([arcfour.c])
 # Needed to stop autoconf from looking for files in parent directories.
@@ -13,8 +13,8 @@ AC_CONFIG_HEADER([config.h])
 LIBNETTLE_MAJOR=5
 LIBNETTLE_MINOR=0
 
-LIBHOGWEED_MAJOR=2
-LIBHOGWEED_MINOR=4
+LIBHOGWEED_MAJOR=3
+LIBHOGWEED_MINOR=0
 
 AC_CANONICAL_HOST