diff options
author | Justus Winter <justus@gnupg.org> | 2016-12-10 14:40:42 +0100 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-12-10 15:26:17 +0100 |
commit | a0d02749dc20005d9d75c34f1c4392bdfdcca219 (patch) | |
tree | 3cad0cba67973b4ad915cf4713021d8de8e91818 | |
parent | b262c53330183d3c4563ce5f172b17fb33369070 (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,11 +1,16 @@ -Version 0.9 (2016-11-XX) +Version 0.9 (2016-12-XX) The 'boot' program can now be run as unprivileged user, allowing any user to create unprivileged Subhurds. The Berkeley Packet Filter library and the ethernet multiplexer have -been merged into this repository. +been merged into this repository. The ethernet multiplexer now +generates and uses stable pseudo-random ethernet addresses for the +virtual interfaces. +Countless bugs have been fixed throughout the code, notably in +libpager and ext2fs which now gracefully handles running out of space. + Version 0.8 (2016-05-18) The netfs library is using the lockless reference-counting primitives |