File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22SPDX-License-Identifier: GPL-3.0-or-later
33SPDX-FileCopyrightText: 2023 igo95862
44-->
5+
6+ # 0.9.0
7+
8+ No changes since 0.9rc1.
9+
510# 0.9rc1
611
712## Major build changes!
@@ -20,6 +25,7 @@ SPDX-FileCopyrightText: 2023 igo95862
2025 option.
2126* ` tomli ` support has been dropped. ` tomlib ` from Python 3.11
2227 standard library is the only supported TOML reading library.
28+ (note that ` tomli-w ` is still a requirement)
2329
2430## Features
2531
@@ -30,7 +36,7 @@ SPDX-FileCopyrightText: 2023 igo95862
3036
3137* Fix bubblejail-config GUI utility not using its icon. (reported by @boredsquirrel and @rusty-snake )
3238* Fix Chromium and Firefox profiles not working on certain distros because of
33- diverging desktop entry names. (reported by @@ boredsquirrel )
39+ diverging desktop entry names. (reported by @boredsquirrel )
3440* Fix instance being left in inoperable state if D-Bus proxy failed to initialize.
3541* Fix ` namespaces_limits ` service sometimes failing because of concurrency races
3642 with sandboxed PID.
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-3.0-or-later
22# SPDX-FileCopyrightText: 2020 igo95862
33project (' bubblejail' ,
4- version : ' 0.9rc1 ' ,
4+ version : ' 0.9.0 ' ,
55 # Patch out these lines to install bubblejail's packages to site-packages
66 default_options : {
77 ' python.purelibdir' : ' lib/bubblejail/python-packages' ,
You can’t perform that action at this time.
0 commit comments