updated browser capabilities file
[mono.git] / mono / io-layer / ChangeLog
index 928970221f1322a7f057e645238b3b90f6850111..3bdbe5677f2a64db08e41da94c58f5a6ae6786ec 100644 (file)
@@ -1,3 +1,15 @@
+2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * error.c: fixed mapping for EPROTONOSUPPORT and ESOCKTNOSUPPORT.
+
+       * sockets.[ch]: retry creating the socket for AF_INET, SOCK_RAW
+       using IP protocol with IP over IP. Implemented WSAIoctl UNIX-style.
+
+2004-01-27  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * shared.c (_wapi_shm_file): add hostname
+       to shared data file names to handle NFS mounted
+       .wapi directories.
 
 Mon Jan 26 16:15:03 CET 2004 Paolo Molaro <lupus@ximian.com>