Skip to content

Commit

Permalink
Prepare 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Sep 30, 2019
1 parent 88dc6bb commit 0ee5b59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Overview of changes in 0.0.15
=============================

* Be forgiving of a missing /etc/profile.d/toolbox.sh in 'run'
* Don't sanity check /etc/subgid and /etc/subuid when running as root
* Install only flatpak-spawn, not the rest of flatpak-xdg-utils, in the images
* Let the terminal know the active container only on some Fedora variants
* Rely on 'podman system migrate' always being present
* Simplify code by dropping compatibility with 'podman create' < 1.4.0
* Switch to using /usr/lib/os-release instead of /etc/os-release
* Unbreak 'create' on Silverblue
* Update default release to 30 when running on non-fedora hosts


Overview of changes in 0.0.14
=============================

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

0 comments on commit 0ee5b59

Please sign in to comment.