]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 13:36:09 +0000 (13:36 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 13:36:09 +0000 (13:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7e14d8ddb6c03b6e59a68f8cc49dfcbffc633129..c0d3a0b94f11f9cb6f6a9db3228f3876362f2ba0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,17 @@ See the end for copying conditions.
 
 * Version 1.5.0 (unreleased)
 
+** Improvements for building under MinGW.
+Provides internal inet_ntop and inet_pton functions.  Calls
+WSAStartup/WSACleanup in gnutls_global_init/gnutls_global_deinit.
+Builds the library with -mms-bitfields
+-Wl,--enable-runtime-pseudo-reloc.
+
+** The examples now include config.h and link to gnulib.
+No other source changes were necessary, so the examples should
+continue to be possible to use stand-alone without any autoconf or
+gnulib stuff.
+
 ** API and ABI modifications:
 No changes since last version.