Skip to content
Snippets Groups Projects
Commit 520a9763 authored by Niels Möller's avatar Niels Möller
Browse files

(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
parent 77cc03e1
No related branches found
No related tags found
No related merge requests found
2004-02-07 Niels Mller <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.
......
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
......
......@@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h])
SHLIBMAJOR=2
SHLIBMINOR=0
SHLIBMINOR=1
AC_CANONICAL_HOST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment