updated browser capabilities file
[mono.git] / mono / io-layer / ChangeLog
index 56464f7dcacebca8a23d76ab724a341144855916..3bdbe5677f2a64db08e41da94c58f5a6ae6786ec 100644 (file)
@@ -1,3 +1,19 @@
+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>
+
+       * sockets.h: remove obsolete soklen_t typedef.
 
 Fri Jan 23 21:07:02 CET 2004 Paolo Molaro <lupus@ximian.com>