aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 84c5d5a..a6e4c79 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,8 @@
+2018-02-15:
+ * (seebs) O_TMPFILE is actually some other flag AND O_DIRECTORYy,
+ so a test for (flags & O_TMPFILE) does not actually test that
+ O_TMPFILE is set.
+
2018-01-20:
* (seebs) merge patch from <joshua.g.lock@linux.intel.com> to fix
open/openat flags.