mkstemp: More documentation.
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index 9a65c6af01940c0fdaa56391bd240c94ae07eaa2..5081dbaa8208da3c8eb4133d2c490a154e7904ee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,18 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2011-04-27  save-cwd        This module pulls in fewer dependencies by
+                            default; to retain robust handling of directories
+                            with an absolute name longer than PATH_MAX, you
+                            must now explicitly include the 'getcwd' module.
+
+2011-04-19  close-hook      This module has been renamed to 'fd-hook' and
+                            generalized.
+
+2011-03-08  regex-quote     The last argument is no longer an 'int cflags'
+                            but instead a pointer to a previously constructed
+                            'struct regex_quote_spec'.
+
 2011-02-25  dirname         These modules no longer put #defines for the
             dirname-lgpl    following symbols into <config.h>: ISSLASH,
             backupfile      FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX,