Skip to content

Commit c66ddd1

Browse files
committed
Prepare 0.3
containers#1721
1 parent 597de1f commit c66ddd1

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

NEWS

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
0.3
2+
===
3+
4+
### Security fixes
5+
6+
* Bumped the minimum github.com/go-viper/mapstructure/v2 version to 2.4.0 for
7+
GHSA-2464-8j7c-4cjm
8+
9+
### Bug fixes
10+
11+
* Deprecated all containers that need the org.freedesktop.Flatpak.SessionHelper
12+
D-Bus interface to keep /etc/localtime and /etc/timezone synchronized with
13+
the host
14+
* Started using a configuration file for the 'p11-kit server' socket on the
15+
host, used to access the CA certificates, with p11-kit >= 0.25.6. Older
16+
p11-kit versions will continue to work using the P11_KIT_SERVER_ADDRESS
17+
environment variable.
18+
* Unbroke access to CA certificates in su(1) and sudo(8) sessions (regression
19+
in 0.1.2)
20+
21+
### Tests
22+
23+
* Fixed the DNS resolver written in Python, used by the runtime environment
24+
tests for networking, to correctly request IPv4 addresses
25+
* Made the the commands and options tests stricter
26+
27+
128
0.2
229
===
330

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'toolbox',
33
'c',
4-
version: '0.2',
4+
version: '0.3',
55
license: 'ASL 2.0',
66
default_options: 'c_std=c99',
77
meson_version: '>= 0.58.0',

0 commit comments

Comments
 (0)