Skip to content

Commit

Permalink
Prepare 0.0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jan 5, 2021
1 parent d231919 commit f92f218
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Overview of changes in 0.0.98
=============================

* Add nss-mdns to the fedora-toolbox images
* Correctly check validity of container name
* Don't leak all the os-release fields into the shell
* Don't rely on XDG_RUNTIME_DIR when running as root
* Give access to Avahi to resolve the .local mDNS domain
* Make coredumpctl(1) 'dump' and 'debug' work inside toolbox containers
* Make options --image and --release for 'create' mutually exclusive
* Notify the terminal about the real UID of 'toolbox enter'
* Remove periods at the end of flag descriptions
* Set XDG_RUNTIME_DIR when creating the toolbox container
* Unbreak 'enter' on hosts without a /etc/localtime
* Unbreak the system tests on Fedora 33
* Use the host's user namespace when running as root


Overview of changes in 0.0.97
=============================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'toolbox',
'c',
version: '0.0.97',
version: '0.0.98',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
Expand Down

0 comments on commit f92f218

Please sign in to comment.