From 3cbd2a1343e614a4064f9650c5e0b466ae3cfb94 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 3 Nov 2020 20:15:39 +0100 Subject: [PATCH] Prepare 0.0.97 --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4fe0da8af..59fac73b9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Overview of changes in 0.0.97 +============================= + +* Allow X11 clients to run as root +* Color the output only when displaying on a terminal +* Don't rely on user D-Bus to track time zone configuration +* Enable running minikube on Silverblue +* Expose the host's /boot inside the container at /run/host +* Fix missing terminfo warning for Ubuntu containers +* Make locate(1) work inside toolbox containers +* Make pseudo-terminal devices be owned by the 'tty' group +* Rework test to check if a toolbox container started successfully +* Run a login shell when falling back to Bash during 'enter' + + Overview of changes in 0.0.96 ============================= diff --git a/meson.build b/meson.build index 09e7dcec1..0e377b3be 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'toolbox', 'c', - version: '0.0.96', + version: '0.0.97', license: 'ASL 2.0', meson_version: '>= 0.40.0', )