Prepare 0.0.99.1

This commit is contained in:
Debarshi Ray 2021-02-23 19:57:04 +01:00
parent a65fe31633
commit 3801bd6e5a
2 changed files with 17 additions and 1 deletions

16
NEWS
View file

@ -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
=============================

View file

@ -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',
)