From 4094a0c32daec07c78c6831fa2c18d876581f934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 21 Oct 2004 10:37:28 +0200 Subject: [PATCH] Started on NEWS-entry for 1.11. Rev: src/nettle/NEWS:1.17 --- NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/NEWS b/NEWS index 28fb2e35..907a5e8d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +NEWS for the 1.11 release + + Nettle no longer uses automake. Side effects: + + * Dependency tracking is enabled only for gcc-3 (help with + supporting dependency tracking with other compilers is + appreciated). + + * Makefile compatibility with make programs other than GNU + make is mostly unknown, please report any problems. + + Support for arctwo. + + Fixes to the libdes compatibility code. Declarations should + now match openssl/libdes better. des_cbc_cksum pads + input with NUL's, if it's not an integral number of blocks (in + general, such unreversible padding is a bad idea). + + By default, also the static library is compiled as position + independent code. This is needed on some systems to make it + possible to link nettle into a dynamically loaded module. Use + the configure flag --disable-pic if this is not desired. + + Stricter constness typing for the sexp_iterator_assoc and + sexp_iterator_check_types arguments. + + Speedup of arcfour on older x86 cpu:s, in particular PII and + PPro. + NEWS for the 1.10 release Nettle should now compile also on Tru64, Darwin, FreeBSD and -- GitLab