]> granicus.if.org Git - curl/commitdiff
Mention last changes
authorYang Tse <yangsita@gmail.com>
Tue, 29 Dec 2009 02:32:12 +0000 (02:32 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 29 Dec 2009 02:32:12 +0000 (02:32 +0000)
ares/CHANGES
ares/RELEASE-NOTES

index e613f4616fb1dec30875b00fa3997e6c4f1dc4f9..8ad0b9d636712f6d123a7f2cf2ce409873d362fa 100644 (file)
@@ -1,5 +1,12 @@
   Changelog for the c-ares project
 
+* December 29, 2009 (Yang Tse)
+- Laszlo Tamas Szabo adjusted Makefile.msvc compiler options so that where
+  run-time error checks enabling compiler option /GZ was used it is replaced
+  with equivalent /RTCsu for Visual Studio 2003 and newer versions. Option
+  /GX is replaced with equivalent /EHsc for all versions. Also fixed socket
+  data type for internal configure_socket function.
+
 * December 21, 2009 (Yang Tse)
 - Ingmar Runge noticed that Windows config-win32.h configuration file
   did not include a definition for HAVE_CLOSESOCKET which resulted in
index ecb456d4e6764aef7718f0c7a6b7bcdf7b8c7269..a444c2c18912df62b870ebe076c851c17441f0b9 100644 (file)
@@ -7,9 +7,10 @@ Changed:
 Fixed:
 
  o closing of sockets on Windows systems
+ o MSVC deprecated compiler options warnings
 
 Thanks go to these friendly people for their efforts and contributions:
 
- Ingmar Runge 
+ Ingmar Runge, Laszlo Tamas Szabo
 
 Have fun!