credit John E. Malmberg
authorYang Tse <yangsita@gmail.com>
Mon, 1 Jun 2009 09:20:49 +0000 (09:20 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 1 Jun 2009 09:20:49 +0000 (09:20 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 0d2d8cc..ce9ecbf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
 
                                   Changelog
 
+Yang Tse (1 Jun 2009)
+- John E. Malmberg provided a VMS specific clean-up for curl.h, and pointed
+  out that the configure script was failing to detect the timeval struct on
+  VMS when building with _XOPEN_SOURCE_EXTENDED undefined due to definition
+  taking place in socket.h instead of time.h.  I have adjusted configure
+  script to also include this header when checking struct timeval.
+
 Daniel Stenberg (27 May 2009)
 - Frank McGeough provided a small OpenSSL #include fix to make libcurl compile
   fine with Nokia 5th edition 1.0 SDK for Symbian.
index 4bdeebe..cd0051c 100644 (file)
@@ -18,6 +18,7 @@ This release includes the following bugfixes:
  o build fix for Symbian
  o CURLOPT_USERPWD set to NULL clears auth credentials
  o libcurl-NSS build fix
+ o configure script fixed for VMS
 
 This release includes the following known bugs:
 
@@ -27,6 +28,6 @@ This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
  Kamil Dudka, Caolan McNamara, Frank McGeough, Andre Guibert de Bruet,
- Mike Crowe, Claes Jakobsson
+ Mike Crowe, Claes Jakobsson, John E. Malmberg
 
         Thanks! (and sorry if I forgot to mention someone)