]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Mention windows support.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 5 Oct 2005 21:24:58 +0000 (23:24 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 5 Oct 2005 21:24:58 +0000 (23:24 +0200)
Rev: src/nettle/NEWS:1.22

NEWS

diff --git a/NEWS b/NEWS
index 922a13b96f7ad34fd7dab8238ef89a8a3e587d0b..e67466c73507d8ed110dfd67e46174b3fc68aa51 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,15 @@
 NEWS for the 1.13 release
 
-       Implemented CTR mode.
-
        Fixed problem with broken m4 on bsd, which resulted in
        corrupted x86 assembler for sha1.
 
+       Nettle probably works on windows: I've been able to cross
+       compile it with ./configure --host=i586-mingw32msvc (without
+       public-key support), and the testsuite binaries seem to run
+       fine in Wine.
+
+       Implemented CTR mode.
+
        Improved sha1 performance on x86.
 
        Configure check to figure out if symbols in assembler files