Prepare 0.0.99.2
This commit is contained in:
parent
d66c560a04
commit
0bdfa53bb2
2 changed files with 30 additions and 1 deletions
29
NEWS
29
NEWS
|
@ -1,3 +1,32 @@
|
|||
Overview of changes in 0.0.99.2
|
||||
===============================
|
||||
|
||||
* Add nano-default-editor to the fedora-toolbox images
|
||||
* Add unit tests for pkg/shell
|
||||
* Connect Go unit tests to Meson & rename CI job
|
||||
* Decouple image caching from Zuul for the system tests
|
||||
* Don't assume that the user's GID is the same as the UID
|
||||
* Don't require /etc/machine-id in toolbox images
|
||||
* Drop ShellCheck on Shell Toolbox
|
||||
* Give access to systemd-resolved's Varlink socket
|
||||
* Optimize 'enter' and 'run' in the non-fallback case
|
||||
* Optimize the performance of 'list'
|
||||
* Properly separate builddir setup & build in the Ansible playbooks
|
||||
* Rename Dockerfile to Containerfile for the fedora-toolbox images
|
||||
* Show test execution time for the system tests
|
||||
* Support listing images without names
|
||||
* Unbreak 'create' on an unlocked OSTree deployment
|
||||
* Unbreak 'create' on CoreOS with read-only /boot
|
||||
* Update default release to 33 for non-Fedora hosts
|
||||
* Update the GitHub issue templates
|
||||
* Use a regular file, not a symbolic link, for the README.md in the
|
||||
fedora-toolbox images
|
||||
* Fall back to $HOME when using a container if the current working directory
|
||||
isn't present in it
|
||||
* Various updates to the Bash completion
|
||||
* Various updates to the manuals
|
||||
|
||||
|
||||
Overview of changes in 0.0.99.1
|
||||
===============================
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'toolbox',
|
||||
'c',
|
||||
version: '0.0.99.1',
|
||||
version: '0.0.99.2',
|
||||
license: 'ASL 2.0',
|
||||
meson_version: '>= 0.40.0',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue