From b32f896873763841b782da7fac59bddc866b8b09 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 24 Apr 2013 08:26:51 -0700 Subject: [PATCH] Mention Windows changes --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5bbd8c17..fd91f4a6 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ implementation. - New convenience function: sodium_memzero() in order to securely wipe a memory area. - A whole bunch of cleanups and portability enhancements. + - On Windows, a .REF file is generated along with the shared library, +for use with Visual Studio. The installation path for these has become +$prefix/bin as expected by MingW. * Version 0.3 - The crypto_shorthash operation has been added, implemented using