view CHANGES.md @ 580:668a698027f2

compression/lz4: rename from lib/lz4
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:24:00 +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.