view CHANGES.md @ 591:75b00bfba047

network/libssh0: initial import, closes #998
author David Demelier <markand@malikania.fr>
date Fri, 12 Jul 2019 12:44:53 +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.