diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-16 13:41:34 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-16 13:41:34 +0000 |
commit | 914d85eda02eeb33c13ecfd8b8a21e48773101e9 (patch) | |
tree | fed344d60c5f228cae73bff26b625dfe4eda9ec7 /NEWS | |
parent | 8f51d2e4de869d5170c2a2ef8759797865cce66e (diff) | |
download | gnutls-914d85eda02eeb33c13ecfd8b8a21e48773101e9.tar.gz |
Fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,10 +6,10 @@ 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. +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. ** The examples now include config.h and link to gnulib. No other source changes were necessary, so the examples should |