diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-10-05 13:06:24 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-10-05 13:06:24 +0200 |
commit | 407237da61abdc0c82d91efab392d78b7e464fb4 (patch) | |
tree | 72b36f020383046c9e37ad1d342a232139c4c786 | |
parent | 726c58c7de0f0ab6053801a566112497391cfe32 (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Version 0.7 (2015-10-XX) + +The node cache in ext2fs has been improved, generalized, and moved to +libdiskfs. It is now also used by isofs and fatfs. + +The native fakeroot tool has been greatly improved. It now handles +named sockets, and multiple corner cases related to permissions were +identified and fixed. + +A new utility `rpcscan' has been introduced. It scans Mach servers +and displays the RPCs handled by the associated demuxer. + +A long-standing synchronization issue involving the filesystem +translators, libdiskfs, and libpager has been identified and fixed. + +The code has been updated to work with newer versions of the compiler +and libc, and numerous bugs have been fixed throughout the code. + Version 0.6 (2015-04-10) Numerous cleanups and stylistic fixes of the code base. Several |