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.
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
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.
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.
LIBNETTLE_MAJOR=5
LIBNETTLE_MINOR=0
-LIBHOGWEED_MAJOR=2
-LIBHOGWEED_MINOR=4
+LIBHOGWEED_MAJOR=3
+LIBHOGWEED_MINOR=0
AC_CANONICAL_HOST