summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-04-15 16:38:05 +0200
committerJustus Winter <justus@gnupg.org>2016-04-15 16:38:05 +0200
commit54ab56a23c472729ba3834f90b01c4406ed358b8 (patch)
tree063e9e0509df1370e9cb0df3a64293bf5cc57728
parent007eeb3e109d833a52603c3a19436907126b33a8 (diff)
Update NEWS file
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 413f249a..091840c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 0.8 (2016-04-XX)
+
+The netfs library is using the lockless reference-counting primitives
+for both peropen and node objects now, and the global reference
+counting lock has been removed.
+
+The integer hashing library gained a new interface to use non-integer
+keys. It is now used in libdiskfs' and nfs' node cache, and the ftpfs
+translator.
+
+Several bugs in our native fakeroot tool have been fixed improving
+stability and correctness of the translation.
+
+The devnode translator and the 'hurd-slab' library have been merged.
+
+The code has been cleaned up, and we fixed numerous bugs, most notably
+a crash in pfinet, a locking bug in libdiskfs, and an out-of-bounds
+access in ext2fs' block cache.
+
Version 0.7 (2015-10-31)
The node cache in ext2fs has been improved, generalized, and moved to