Skip to content

Commit 1b80120

Browse files
committed
Update version to 0.11.2 and update NEWS
Signed-off-by: Alexander Larsson <alexl@redhat.com>
1 parent c7c494d commit 1b80120

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
bubblewrap 0.11.2
2+
=================
3+
4+
Released: 2026-04-23
5+
6+
Bug fixes:
7+
8+
* In setuid mode, don't run the low-privileged parts parts of the setup
9+
as dumpable, as that allows it to be ptraced which can lead to problems.
10+
This is CVE-2026-41163, and was reported by François Diakhate.
11+
12+
Enhancements:
13+
14+
* New build option `-Dsupport_setuid`, which if set to false (which
15+
is the default) disables the support for setuid. Binaries built
16+
with this will refuse to run if made setuid. We recommend building
17+
normal bubblewrap binaries like this, which allows you to safely
18+
ignore any security issues that only affect setuid mode.
19+
120
bubblewrap 0.11.1
221
=================
322

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'bubblewrap',
33
'c',
4-
version : '0.11.1',
4+
version : '0.11.2',
55
meson_version : '>=0.49.0',
66
default_options : [
77
'warning_level=2',

0 commit comments

Comments
 (0)