view CHANGES.md @ 546:72f83573a777

lib/fuse2: initial import, closes #1591
author David Demelier <markand@malikania.fr>
date Fri, 12 Apr 2019 10:51:02 +0200
parents 91df0731a3f5
children 3cffdd760a86
line wrap: on
line source

vanilla CHANGES
===============

vanilla current
------------------------

### New filesystem hierarchy

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.

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
------------------------

First release with basic core support.