Skip to content

Commit

Permalink
Version 0.9.2
Browse files Browse the repository at this point in the history
 ## Features

* Access to CPU topology under `/sys/devices/system/cpu` is now provided by default.
  A lot of modern applications makes use of it. (Chromium, WINE...)
  Steam profile already used root share service to pass `/sys/devices/system/cpu`.
  This change should compatible with existing Steam instances.

 ## Fixes

* Fixed Nvidia graphics not working with `direct_rendering` service.
  The recent 500+ driver requires access to the `/sys/module/nvidia/initstate` file.
  (reported by @consolation548 and tested by @gnusenpai)
  • Loading branch information
igo95862 committed Sep 8, 2024
1 parent ab0280d commit 86cdf0d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2023 igo95862
-->

# 0.9.2

## Features

* Access to CPU topology under `/sys/devices/system/cpu` is now provided by default.
A lot of modern applications makes use of it. (Chromium, WINE...)
Steam profile already used root share service to pass `/sys/devices/system/cpu`.
This change should compatible with existing Steam instances.

## Fixes

* Fixed Nvidia graphics not working with `direct_rendering` service.
The recent 500+ driver requires access to the `/sys/module/nvidia/initstate` file.
(reported by @consolation548 and tested by @gnusenpai)

# 0.9.1

## Features
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2020 igo95862
project('bubblejail',
version : '0.9.1',
version : '0.9.2',
# Patch out these lines to install bubblejail's packages to site-packages
default_options : {
'python.purelibdir' : 'lib/bubblejail/python-packages',
Expand Down

0 comments on commit 86cdf0d

Please sign in to comment.