summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bbe99989e..9b8653f782 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-03-20 Bruno Haible <bruno@clisp.org>
+
+ euidaccess: Port to native Windows.
+ * lib/euidaccess.c (euidaccess): On native Windows, just use _access().
+ * posix-modules (exclude_for_mingw): Remove 'euidaccess'.
+
2018-03-19 Bruno Haible <bruno@clisp.org>
javacomp: Add support for Java 7, 8, 9.