From 520a9763e5cf16355a86b29c929634d7142359da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 7 Feb 2004 23:36:54 +0100 Subject: [PATCH] (SHLIBMINOR): Bumped, library version is now 2.1. Rev: src/nettle/ChangeLog:1.243 Rev: src/nettle/NEWS:1.15 Rev: src/nettle/configure.ac:1.31 --- ChangeLog | 2 ++ NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1fefa86a..cb4bc12c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-02-07 Niels Möller <nisse@lysator.liu.se> + * configure.ac (SHLIBMINOR): Bumped, library version is now 2.1. + * testsuite/sexp-format-test.c: Include bignum.h only if HAVE_LIBGMP. * testsuite/rsa-encrypt-test.c: Include rsa.h only if WITH_PUBLIC_KEY. * testsuite/pkcs1-test.c: Include pkcs1.h only if WITH_PUBLIC_KEY. diff --git a/NEWS b/NEWS index bd96cb8a..8f54b259 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +NEWS for the 1.9 release + + Optimized C implementation of arcfour. Optimized x86 + implementations of arcfour and sha1. + + Improved benchmark program. + + Fixed bug in the rsa-encrypt example program. + + Fixed bug in make install, some of the header files were + forgotten. + + Portability fixes. Fixes to make Nettle compile on systems + without gmp. This version has been tested on GNU/Linux, + Solaris, HPUX and AIX. + + The shared library is intended to be binary compatible with + nettle-1.8. Only the minor version number of the shared + library is increased. + NEWS for the 1.8 release New example programs, demonstrating encrypting and decrypting diff --git a/configure.ac b/configure.ac index 1e7d0cc9..e3db273f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h]) SHLIBMAJOR=2 -SHLIBMINOR=0 +SHLIBMINOR=1 AC_CANONICAL_HOST -- GitLab