Accepting request 672437 from GNOME:Next
- Update to version 1.2.0: + Ensure DeployCollectionID works in flatpakrepo files in all cases. + Don't error out with empty installations in uninstall. + Add helper that validates icon files during export. + Don't allow root to modify the (non-root) per-user flatpak installation, as this risks causing problems later. + Remove some incorrect warnings from flatpak repair. + Allow multiple name segments after prefix when exporting files. + Allow specification of ellipsization in --colums options. + Handle dates as well as timestamps in appdata + Fixed a bug where flatpak remote-delete removed too many refs. + Now we use raw terminal mode during a transaction to a avoid problems with input during the operation causing problems with escape sequences. + Generate a fontconfig directory remapping snippet as will be needed for newer versions of fontconfig. + Support --extra-collection-id in build-commit-from to bind the commit to multiple collection ids. This is work in progress in ostree. - Add pkgconfig(dconf) BuildRequires: New dependency. + This release fixes an issue that lets system-wide installed + The permissions of the files created by the apply_extra script is canonicalized and the script itself is run without any capabilities. + Better matching of existing remotes when the local and remote configuration differs wrt collection ids. + New flatpakrepo DeployCollectionID replaces CollectionID, doing the same thing. It is recommended to use this instead because OBS-URL: https://build.opensuse.org/request/show/672437 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=67
This commit is contained in:
@@ -1,23 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 20:58:56 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.2.0:
|
||||
+ Ensure DeployCollectionID works in flatpakrepo files in all
|
||||
cases.
|
||||
+ Don't error out with empty installations in uninstall.
|
||||
+ Add helper that validates icon files during export.
|
||||
+ Don't allow root to modify the (non-root) per-user flatpak
|
||||
installation, as this risks causing problems later.
|
||||
+ Remove some incorrect warnings from flatpak repair.
|
||||
+ Allow multiple name segments after prefix when exporting files.
|
||||
+ Allow specification of ellipsization in --colums options.
|
||||
+ Handle dates as well as timestamps in appdata
|
||||
+ Fixed a bug where flatpak remote-delete removed too many refs.
|
||||
+ Now we use raw terminal mode during a transaction to a avoid
|
||||
problems with input during the operation causing problems with
|
||||
escape sequences.
|
||||
+ Generate a fontconfig directory remapping snippet as will be
|
||||
needed for newer versions of fontconfig.
|
||||
+ Support --extra-collection-id in build-commit-from to bind the
|
||||
commit to multiple collection ids. This is work in progress in
|
||||
ostree.
|
||||
- Add pkgconfig(dconf) BuildRequires: New dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 13 12:54:42 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
- Update to version 1.0.6:
|
||||
* This release fixes an issue that lets system-wide installed
|
||||
+ This release fixes an issue that lets system-wide installed
|
||||
applications create setuid root files inside their app dir
|
||||
(somewhere in /var/lib/flatpak/app). Setuid support is disabled
|
||||
inside flatpaks, so such files are only a risk if the user runs
|
||||
them manually outside flatpak. Installing a flatpak system-wide
|
||||
needs root access, so this isn't a privilege elevation for
|
||||
non-root users.
|
||||
* The permissions of the files created by the apply_extra script is
|
||||
canonicalized and the script itself is run without any capabilities.
|
||||
* Better matching of existing remotes when the local and remote configuration
|
||||
differs wrt collection ids.
|
||||
* New flatpakrepo DeployCollectionID replaces CollectionID, doing the
|
||||
same thing. It is recommended to use this instead because older versions
|
||||
of flatpak has bugs in the support of collection ids, and this key
|
||||
will only be respected in versions where it works.
|
||||
* The X11 socket is now mounted read-only.
|
||||
+ The permissions of the files created by the apply_extra script
|
||||
is canonicalized and the script itself is run without any
|
||||
capabilities.
|
||||
+ Better matching of existing remotes when the local and remote
|
||||
configuration differs wrt collection ids.
|
||||
+ New flatpakrepo DeployCollectionID replaces CollectionID, doing
|
||||
the same thing. It is recommended to use this instead because
|
||||
older versions of flatpak has bugs in the support of collection
|
||||
ids, and this key will only be respected in versions where it
|
||||
works.
|
||||
+ The X11 socket is now mounted read-only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 13 12:29:18 UTC 2018 - alarrosa@suse.com
|
||||
|
Reference in New Issue
Block a user