diff options
author | 2018-03-30 16:45:19 -0500 | |
---|---|---|
committer | 2018-03-30 16:45:19 -0500 | |
commit | f0fa9fba3c53bf4f87f33b47a583cb031b962d34 (patch) | |
tree | 6d1c1391e47295465759d4e2292c2ce910d3c255 /ChangeLog.txt | |
parent | cc6b2008646318c01153d39fef191da3e35a5fc8 (diff) | |
download | pseudo-f0fa9fba3c53bf4f87f33b47a583cb031b962d34.tar.gz pseudo-f0fa9fba3c53bf4f87f33b47a583cb031b962d34.tar.bz2 pseudo-f0fa9fba3c53bf4f87f33b47a583cb031b962d34.zip |
Fix sticky bits and a couple of test cases.
Merge fixes from Richard Tollerton and associated test
cases and permissions fixes.
Signed-off-by: Seebs <seebs@seebs.net>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 3aa4758..e757596 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,8 @@ * (seebs) fix path stuff more thoroughly. * (seebs) Merge suggested README change from Richard Tollerton <rich.tollerton@ni.com> pointing to oe-core list. + * (seebs) Merge suggested setuid/etc bit change from + Richard Tollerton, and associated test case. 2018-03-29: * (seebs) wrap syscall, and if SYS_renameat2 exists, try to |