From: Simon Josefsson Date: Wed, 28 Jun 2006 15:31:16 +0000 (+0000) Subject: Fix. X-Git-Tag: gnutls_1_4_1~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad2042687f4eae8b2d1fcfb4f83a26e8b38b0880;p=thirdparty%2Fgnutls.git Fix. --- diff --git a/NEWS b/NEWS index 37383ecfe4..64d5f5560b 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,10 @@ See the end for copying conditions. ** Improvements for building under MinGW. Provides internal inet_ntop and inet_pton functions and arpa/inet.h header. Calls WSAStartup and WSACleanup in gnutls_global_init and -gnutls_global_deinit, respectively. Builds the library with --mms-bitfields -Wl,--enable-runtime-pseudo-reloc. +gnutls_global_deinit, respectively. Loads getaddrinfo and getnameinfo +at run-time from ws2_32.dll, and falls back on a simple replacement if +it is not available. 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