have bootstrap initialize git-merge-changelog if found
[gnulib.git] / NEWS
diff --git a/NEWS b/NEWS
index 16917cb..ef04cf4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,15 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2008-09-28  sockets         When using this module, you now need to link with
+                            $(LIBSOCKET).
+
+2008-09-24  sys_select      The limitation on `select', introduced 2008-09-23,
+                            was removed.  sys_select now includes a select
+                            wrapper for Winsock.  The wrapper expects socket
+                            and file descriptors to be compatible as arranged
+                            by the sys_socket on MinGW.
+
 2008-09-23  sys_socket      Under Windows (MinGW), the module now adds
                             wrappers around Winsock functions, so that
                             socket descriptors are now compatible with
@@ -13,7 +22,7 @@ Date        Modules         Changes
                             will simply improve your code's portability
                             between POSIX platforms and Windows.  In
                             particular, you will be able to use ioctl and
-                            close instead of ioctlsocket and closesocket, 
+                            close instead of ioctlsocket and closesocket,
                             and test errno instead of WSAGetLastError ().
                             On the other hand, you have to audit your code to
                             remove usage of these Winsock-specific functions.