Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Mar 27, 2024
1 parent f9cbfe1 commit 3bff0b2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ New features:

* `--socket=inherit-wayland-socket` (#5614)

* Automatically reload D-Bus session bus configuration after installing
or upgrading apps, to pick up any exported D-Bus services (#3342)

Bug fixes:

* Don't parse `<developer><name/></developer>` as the application name
Expand All @@ -27,12 +30,15 @@ Bug fixes:

* Make `flatpak info -e` look for extensions in all installations (#5670)

* Fix warnings from newer GLib versions (#5660)
* Fix warnings from newer GLib versions (#5660, #5737)

* Always set the `container` environment variable (#5610)

* Always let the app inherit redirected file descriptors (#5626)

* In `flatpak ps`, add xdg-desktop-portal-gnome to the list of backends
we'll use to learn which apps are running in the background (#5729)

* Don't use `WAYLAND_SOCKET` unless given `--socket=inherit-wayland-socket`
(#5614)

Expand All @@ -46,11 +52,14 @@ Bug fixes:

* Fix various memory leaks (#5683, #5690, #5691)

* Avoid undefined behaviour of signed left-shift when storing object IDs
in a hash table (#5738)

* Detect the correct gtk-doc when cross-compiling (#5650)

* Detect the correct wayland-scanner when cross-compiling (#5596)

* Documentation improvements (#5659, #5677, #5682, #5664)
* Documentation improvements (#5659, #5677, #5682, #5664, #5719)

* Skip more tests when FUSE isn't available (#5611)

Expand Down

0 comments on commit 3bff0b2

Please sign in to comment.