diff options
author | 2018-03-30 16:40:48 -0500 | |
---|---|---|
committer | 2018-03-30 16:40:48 -0500 | |
commit | 7dedccd196230cb5c9a08a57d8412c75fe6cfe0a (patch) | |
tree | 95c0e7f5a320daead1d3671a8cc7e9eff014562a | |
parent | c7b8f88edea0195f0ef7b24dcdd974783d2d0750 (diff) | |
download | pseudo-7dedccd196230cb5c9a08a57d8412c75fe6cfe0a.tar.gz pseudo-7dedccd196230cb5c9a08a57d8412c75fe6cfe0a.tar.bz2 pseudo-7dedccd196230cb5c9a08a57d8412c75fe6cfe0a.zip |
Update README and ChangeLog.
Signed-off-by: Seebs <seebs@seebs.net>
-rw-r--r-- | ChangeLog.txt | 5 | ||||
-rw-r--r-- | README | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index b4a76ac..3aa4758 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,8 @@ +2018-03-30: + * (seebs) fix path stuff more thoroughly. + * (seebs) Merge suggested README change from Richard Tollerton + <rich.tollerton@ni.com> pointing to oe-core list. + 2018-03-29: * (seebs) wrap syscall, and if SYS_renameat2 exists, try to reject it with ENOSYS, because coreutils started using a @@ -85,3 +85,10 @@ consistent support of the whole group for the project. It's been a great deal of fun, and I'm pretty happy that we're finally ready to make it available for other people to look at. + +CONTACT: + +Discussions and patches should be directed at the openembedded-core mailing +list at openembedded-core at lists.openembedded.org. More information at +https://www.openembedded.org/wiki/Mailing_lists. Bugs should be filed with +the Yocto project at https://bugzilla.yoctoproject.org/. |