[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 05/31: Update NEWS file
From: |
Samuel Thibault |
Subject: |
[hurd] 05/31: Update NEWS file |
Date: |
Mon, 02 May 2016 23:48:31 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch upstream
in repository hurd.
commit 54ab56a23c472729ba3834f90b01c4406ed358b8
Author: Justus Winter <address@hidden>
Date: Fri Apr 15 16:38:05 2016 +0200
Update NEWS file
---
NEWS | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/NEWS b/NEWS
index 413f249..091840c 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
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (b5a5ed2 -> b90164e), Samuel Thibault, 2016/05/02
- [hurd] 03/31: Use swapon path as pager partition path, Samuel Thibault, 2016/05/02
- [hurd] 05/31: Update NEWS file,
Samuel Thibault <=
- [hurd] 14/31: libdiskfs: improve error handling, Samuel Thibault, 2016/05/02
- [hurd] 15/31: libtrivfs: fix error handling, Samuel Thibault, 2016/05/02
- [hurd] 17/31: Fix supporting >4GiB files in ext2fs, Samuel Thibault, 2016/05/02
- [hurd] 18/31: libdiskfs: Reject LFS seeks and read/writes, Samuel Thibault, 2016/05/02
- [hurd] 22/31: Unify and document the way fsids are handled in trivfs translators, Samuel Thibault, 2016/05/02
- [hurd] 21/31: libshouldbeinlibc: use the new assert in the refcount primitives, Samuel Thibault, 2016/05/02
- [hurd] 12/31: Fix access mode of temporary files, Samuel Thibault, 2016/05/02
- [hurd] 02/31: Fix swap information numbers, Samuel Thibault, 2016/05/02
- [hurd] 19/31: libpager: add missing include, Samuel Thibault, 2016/05/02
- [hurd] 09/31: Make make install idempotent, Samuel Thibault, 2016/05/02