From 3801bd6e5a23ed3f8681b33c9cbe27e84fa2e6e6 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 23 Feb 2021 19:57:04 +0100 Subject: [PATCH] Prepare 0.0.99.1 --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d275f8a..a20676b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Overview of changes in 0.0.99.1 +=============================== + +* Add deprecation notices to the POSIX shell implementation +* Add test for the new --distro option +* Drop the FGC namespace from the fedora-toolbox images +* Fix miscellaneous issues pointed out by https://www.shellcheck.net/ +* Handle hosts with /etc/localtime as absolute symlink +* Improve README.md +* Improve the Zuul configuration +* Mount /mnt only if it is available +* Refactor the system tests, and use bats-assert and bats-support +* Test that sudo doesn't require a password +* Update the manuals + + Overview of changes in 0.0.99 ============================= diff --git a/meson.build b/meson.build index 104841a..00bac27 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'toolbox', 'c', - version: '0.0.99', + version: '0.0.99.1', license: 'ASL 2.0', meson_version: '>= 0.40.0', )