1
0
Bjørn Lie 2022-03-18 11:01:41 +00:00 committed by Git OBS Bridge
parent f8989ec6fd
commit 7395964eeb

View File

@ -2,32 +2,32 @@
Fri Mar 18 06:50:05 UTC 2022 - Antonio Larrosa <alarrosa@suse.com> Fri Mar 18 06:50:05 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 1.14.0: - Update to version 1.14.0:
* Add a new "dynamic launcher" portal, which can install .desktop + Add a new "dynamic launcher" portal, which can install .desktop
files and accompanying icons after user confirmation. files and accompanying icons after user confirmation.
* Rework handling of empty app IDs: In case an empty string app + Rework handling of empty app IDs: In case an empty string app
ID is stored in the permission store, this permission is now ID is stored in the permission store, this permission is now
shared only by apps whose app ID couldn't be determined, rather shared only by apps whose app ID couldn't be determined, rather
than all unsandboxed apps. than all unsandboxed apps.
* Use libsystemd (when available) to try to determine the app ID + Use libsystemd (when available) to try to determine the app ID
of unsandboxed processes. This is useful since some portals of unsandboxed processes. This is useful since some portals
otherwise can't be used by host apps. otherwise can't be used by host apps.
* Make x-d-p start on session start, which is needed for the + Make x-d-p start on session start, which is needed for the
dynamic launcher portal to handle rewriting launchers for apps dynamic launcher portal to handle rewriting launchers for apps
that have been renamed. that have been renamed.
* Bring back the copy of Flatpak's icon-validator, which was + Bring back the copy of Flatpak's icon-validator, which was
dropped many releases ago. dropped many releases ago.
* Icon validation is now required for the notification and + Icon validation is now required for the notification and
dynamic launcher portals (previously it was only done if the dynamic launcher portals (previously it was only done if the
"flatpak-validate-icon" binary could be found). "flatpak-validate-icon" binary could be found).
* document-portal: Move to the libfuse3 API + document-portal: Move to the libfuse3 API
* document-portal: Use renameat2 sys call + document-portal: Use renameat2 sys call
* document-portal: Use mutex to fix concurrency bug + document-portal: Use mutex to fix concurrency bug
* realtime: Fix error code paths + realtime: Fix error code paths
* realtime: Fix MakeThreadHighPriorityWithPID method + realtime: Fix MakeThreadHighPriorityWithPID method
* screencast: Fix an error when restoring streams + screencast: Fix an error when restoring streams
* ci: Various improvements + ci: Various improvements
* Documentation improvements + Documentation improvements
* New translations: pt, ro + Updated translations.
- Replace BuildRequires: pkgconfig(fuse) with pkgconfig(fuse3) - Replace BuildRequires: pkgconfig(fuse) with pkgconfig(fuse3)
since document-portal moved to use it. since document-portal moved to use it.
- Add BuildRequires: pkgconfig(libsystemd) and - Add BuildRequires: pkgconfig(libsystemd) and