From 52c85b60d95ecb2c01cbd3901a16e7c43cd85440 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 10 Dec 2021 03:28:35 +0100 Subject: [PATCH] Prepare 0.0.99.3 --- NEWS | 30 ++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 32e594e..ab1dd39 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Overview of changes in 0.0.99.3 +=============================== + +* Add bc and iproute to the fedora-toolbox images +* Add fedora-toolbox image definition for Fedoras 35 and 36 +* Add support for configuration files +* Add optional migration paths for coreos/toolbox users +* Allow overriding the path to tmpfilesdir +* Avoid RPM failures due to unexpected file owners +* Bump minimum Meson version to 0.58.0 +* Ensure that binaries are run against their build-time ABI +* Expose the host's entire / in the container at /run/host +* Fix the PS1 on Z shell +* Fix wrong use of regexp.MatchString +* Give access to PC/SC smart card daemon +* Make locate(1) opt-in by default +* Make the test suite non-destructive +* Mention that private images require 'podman login' +* Remove misleading and redundant CMD from the fedora-toolbox images +* Remove the deprecated com.github.debarshiray.toolbox label from the + fedora-toolbox images, and when creating a new container +* Replace outdated logos with pixels +* Show basic help when man(1) is not available +* Show welcome message on Fedora Kinoite +* Test ImageReferenceCanBeID and ParseRelease +* Unbreak 'enter' if the shell had exited with 127 +* Various additions and improvements to the test suite +* Various updates to the documentation and manuals + + Overview of changes in 0.0.99.2 =============================== diff --git a/meson.build b/meson.build index 33e7ae3..c6298ef 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'toolbox', 'c', - version: '0.0.99.2', + version: '0.0.99.3', license: 'ASL 2.0', meson_version: '>= 0.58.0', )