Accepting request 617314 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/617314
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=51
This commit is contained in:
2018-06-17 23:29:01 +00:00
committed by Git OBS Bridge
parent 13cec3bdbb
commit 560dbb27e4
6 changed files with 70 additions and 10 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Fri Jun 15 03:24:22 UTC 2018 - luc14n0@linuxmail.org
- Update to version 0.11.8.3:
+ Fix a 25 second timeout on startup if using p11-kit < 0.23.10.
+ Minor change in dbus proxy default filter, now broadcasts are
not accepted from portals.
- Changes from version 0.11.8.2:
+ Fix crash when building some apps.
+ Allow multiple appstream components per app.
+ Fix handling of gl drivers in uninstall --unused.
+ Don't prompt if nothing changed in uninstall --unused.
+ Updated translations.
- Changes from version 0.11.8.1:
+ Fixed regression running apps with --own=* permissions.
- Changes from version 0.11.8:
+ Flatpak uninstall now accepts --all to remove everything and
--unused to remove unused runtimes.
+ New command "flatpak repair" allows checking and repairing a
flatpak installation.
+ New permission --allow=bluetooth allows use of AF_BLUETOOTH
sockets.
+ If p11-kit-server is installed on the host, this is now used to
forward the host certificate trust store to the sandboxed app.
+ Flatpak uninstall now does not allow you to remove a runtime if
some installed app requires it.
+ Now tab-completion for zsh is offered.
+ New installations of flatpak now defaults to bare-user-only
repos, which means that it works with filesystems that don't
support xattrs.
+ New flatpak info options: --show-location, --show-runtime,
--show-sdk.
+ New flatpak remote-info options: --show-runtime, --show-sdk
+ p2p operations now work when offline.
+ Work around hanging on app startup on blocking autofs mounts.
+ Various optimizations make installation and updates faster.
+ Multiple extension versions matches when auto-downloading
extensions are respected now.
+ Commands like "flatpak info/list/remotes/seach" now work
properly if /var/lib/flatpak doesn't exist.
- Add subpackage flatpak-zsh-completion to follow upstream zsh
tab-completion addition.
-------------------------------------------------------------------
Thu May 17 08:59:17 UTC 2018 - duyizhaozj321@yahoo.com