From cd30c869c88187349162c022c375d7a6ed2c2c14 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 21 Jan 2019 15:29:43 +0100 Subject: [PATCH] Prepare 0.0.4 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c49b1ba..e8bd85e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes in 0.0.4 +============================ + +* Avoid spooky root-like behaviour for non-root interactive shells +* Give access to the FUSE kernel module +* Improve the readability of the debug output +* Set up $HOME and /home to match the host +* Try to enter the same directory inside the toolbox + + Overview of changes in 0.0.3 ============================ diff --git a/meson.build b/meson.build index f5a37fe..d3b97b4 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fedora-toolbox', - version: '0.0.3', + version: '0.0.4', license: 'ASL 2.0', meson_version: '>= 0.40.0', )