view CHANGES.md @ 1315:d6a7f245095f

lib/libinput: upgrade to 1.19.2
author David Demelier <markand@malikania.fr>
date Sat, 20 Nov 2021 19:49:50 +0100
parents 53cb989f05ad
children
line wrap: on
line source

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

This changelog contains only important changes, individual packages upgrades are
explicitly omitted from this file.

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

### 2021-11-15

LLVM has been upgraded to 13.0.0.

For better user experience and disk usage, it is now split into individual
packages. This is mainly due to the fact that LLVM is now distributed as a
monorepo, unfortunately this means that you need to rebuild the whole toolchain
if just one component has to be rebuilt (e.g.  `clang`).

Split packages are as following:

- clang
- compiler-rt
- libcxx
- libcxxabi
- libunwind
- lld
- lldb
- openmp

More packages will be split out in the future (e.g. libllvm, clang-tools-extra
and so on).

### 2021-08-03

Split packages are now supported.

It is still considered as an unloved feature of last resort. It is currently
enabled for large packages that provide both libraries and utilities that are
not strictly required together. This includes:

- util-linux (splits into libuuid, libblkid, ...),
- llvm

### 2019-08-28

All dependencies are no longer specified with their full origins, this is
because `vpk` and future `vpod` tool operate on a repository URL using source
packages rather than the Mercurial repository.

### 2019-08-12

The Xfce desktop has been upgraded to 4.14, it no longer requires Gtk 2 and
support for this toolkit has been explicitly disabled. For consistency purposes,
deprecated packages that have not been updated for the 4.14 release were
removed. This includes orage and gtk-xfce-engine.

### 2019-07-19

OpenSSL has been replaced by LibreSSL.

### 2019-04-10

Vanilla does not follow FHS anymore, /usr directory has been removed, /bin and
/sbin have been merged.

Compatibility symlinks have been created from /sbin to /bin and from /usr to /.

vanilla 0.1.0 2019-04-01
------------------------

First release with basic core support.