Accepting request 629079 from GNOME:Next

New unstable, but we seem to be running that branch in TW atm, so lets get the latest one pushed forward

OBS-URL: https://build.opensuse.org/request/show/629079
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=55
This commit is contained in:
2018-08-15 09:09:35 +00:00
committed by Git OBS Bridge
parent 7d1d4dc93a
commit 5749b53352
6 changed files with 53 additions and 12 deletions

View File

@@ -1,11 +1,51 @@
-------------------------------------------------------------------
Mon Aug 13 21:31:09 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 0.99.3:
+ Fixed case where system install would sometimes fail due to the
system-helper idle exiting.
+ Support installing flatpakref files in FlatpakTransaction,
including a new signal add-new-remote for when remotes might be
added.
+ Added some new FlatpakError codes.
+ We now support .flatpakrepo files with no gpg signatures.
+ Fix crash in system-helper when updating appstream.
+ New command create-usb which can be used to prepare an repo for
offline updates.
+ Fix some non-handled cases of the CLI not working when
/var/lib/flatpak doesn't exist.
+ Fix crash when running with a gid that is not in /etc/groups.
+ Add new permission-* commands to interact with the permissions
store from the portals.
+ Include appdata in OCI bundle.
-------------------------------------------------------------------
Mon Jul 23 15:13:44 UTC 2018 - matthias.gerstner@suse.com
- polkit_rules_usability.patch: Improve usability by allowing members of the
group 'wheel' to bypass polkit authentication checks when locally logged in
(bnc#984817). This adds a few polkit actions to the rules that are not
covered by upstream, because they are set to 'yes' for active users by
default. On SUSE we require 'auth_admin' for regular users, however.
- polkit_rules_usability.patch: Improve usability by allowing
members of the group 'wheel' to bypass polkit authentication
checks when locally logged in (bnc#984817). This adds a few
polkit actions to the rules that are not covered by upstream,
because they are set to 'yes' for active users by default. On
SUSE we require 'auth_admin' for regular users, however.
-------------------------------------------------------------------
Thu Jun 28 02:54:24 UTC 2018 - luc14n0@linuxmail.org
- Update to version 0.99.2:
+ Updated translations.
- Changes from version 0.99.1:
+ This is the first pre-release before flatpak 1.0. This is
considered feature-complete and no features or major changes
before 1.0 are expected, only bugfixes.
+ Flatpak install/update/uninstall now lists all the operations
that it will do and asks for confirmation before starting.
+ In the above confirmation the permissions (new permissions for
updates) are shown for all applications.
+ P2P updates are more efficient.
+ system-wide installation uses less fsync calls so installation
should be faster.
+ New ssh agent permissions allows granting an app ssh access.
-------------------------------------------------------------------
Fri Jun 15 03:24:22 UTC 2018 - luc14n0@linuxmail.org