diff CHANGES.md @ 594:3cffdd760a86

vanilla: improve docs files
author David Demelier <markand@malikania.fr>
date Fri, 12 Jul 2019 20:50:00 +0200
parents 91df0731a3f5
children 6b4ba668a43c
line wrap: on
line diff
--- a/CHANGES.md	Fri Jul 12 20:45:00 2019 +0200
+++ b/CHANGES.md	Fri Jul 12 20:50:00 2019 +0200
@@ -1,23 +1,17 @@
-vanilla CHANGES
-===============
+Vanilla Linux CHANGES
+=====================
 
-vanilla current
-------------------------
+Vanilla Linux current
+------------------------------
 
-### New filesystem hierarchy
+### 2019-04-10
 
 Vanilla does not follow FHS anymore, /usr directory has been removed, /bin and
 /sbin have been merged.
 
-### Default shell
-
-The default toolchain was switched from GCC to LLVM. Templates have been updated
-accordingly.
+Compatibility symlinks have been created from /sbin to /bin and from /usr to /.
 
-The /bin/sh default shell has been set to dash. It is only installed if it does
-not already exist so user may set a different default shell if desired.
-
-vanilla 0.1.0 2019-04-01
-------------------------
+Vanilla Linux 0.1.0 2019-04-01
+------------------------------
 
 First release with basic core support.