diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-05-18 10:11:54 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-05-18 10:11:54 +0200 |
commit | b33507ab62bda82178b9a57aa3f6cfee5febc142 (patch) | |
tree | a97fb35396c9fbd3bc0899875ae1bad60879b112 /NEWS | |
parent | 34071b357d821cc6285ef85d600dfa842252949c (diff) |
GNU Hurd 0.8
* configure.ac (AC_INIT): Set version to 0.8.
* NEWS: Finalize for 0.8.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Version 0.8 (2016-04-XX) +Version 0.8 (2016-05-18) The netfs library is using the lockless reference-counting primitives for both peropen and node objects now, and the global reference @@ -11,7 +11,8 @@ 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 devnode translator and the hurd-slab library have been merged into this +repository. 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 |