Prepare 0.0.4
This commit is contained in:
parent
ed14389150
commit
cd30c869c8
2 changed files with 11 additions and 1 deletions
10
NEWS
10
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
|
||||
============================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'fedora-toolbox',
|
||||
version: '0.0.3',
|
||||
version: '0.0.4',
|
||||
license: 'ASL 2.0',
|
||||
meson_version: '>= 0.40.0',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue