fts: bug fixes
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index 5a85b8411c322bd609581df97c1a81a5b4f32cff..ef04cf4403b63a19af47bcdcb8918cce64f24e14 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ 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
@@ -19,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.