From 7b460e390d7e5f8a90038c9d0f03a56dc622bd1c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 14 Jan 2020 15:47:45 +0100 Subject: [PATCH] Prepare 0.0.18 --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b5955cd..ebf1569 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in 0.0.18 +============================= + +* Check /usr/share/profile.d when bind mounting toolbox.sh +* Mount /media only if it is available +* Set up /media and /mnt to match the host +* Unbreak 'enter' when SELinux is disabled + + Overview of changes in 0.0.17 ============================= diff --git a/meson.build b/meson.build index 96bb01b..80e2945 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.17', + version: '0.0.18', license: 'ASL 2.0', meson_version: '>= 0.40.0', )