summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-10-05 13:06:24 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-10-05 13:06:24 +0200
commit407237da61abdc0c82d91efab392d78b7e464fb4 (patch)
tree72b36f020383046c9e37ad1d342a232139c4c786 /NEWS
parent726c58c7de0f0ab6053801a566112497391cfe32 (diff)
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2b68131b..6e034d93 100644
--- a/NEWS
+++ b/NEWS
@@ -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