all: release light0.1stable05

This commit is contained in:
Thomas Schoebel-Theuer 2014-06-25 09:14:27 +02:00
parent bd3a21d2b8
commit 40dfde1fd2
1 changed files with 17 additions and 0 deletions

View File

@ -45,6 +45,23 @@ Release Conventions / Branches / Tagnames
NO NEW FEATURES, not even minor ones, except when absolutely
necessary for a bugfix.
light0.1stable05
--------
* Major fix: incomplete calls to vfs_readdir()
which could lead to incomplete symlink updates /
replication hangs.
* Minor fix: scarce race on replay EOF.
* Separated kernel from userspace build environment.
* Removed some potentially dangerous Kconfig options
if they would be set to wrong values (robustness against
accidentally producing bad kernel modules).
* Dito: some additional checks against bad main Kconfig options
(mainly for out-of-tree builds).
* Separated contrib code from maintained code.
* Added some pre-patches for newer kernels
(WIP - not yet fully tested at all combinations)
* Minor doc addition: LinuxTag 2014 presentation.
light0.1stable04
--------
* Quiet annoying error message.