Accepting request 459831 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/459831
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=18
This commit is contained in:
Bjørn Lie
2017-02-22 20:36:07 +00:00
committed by Git OBS Bridge
parent 36d14ed14b
commit 1e2bf8bbba
6 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Feb 21 16:42:32 UTC 2017 - zaitor@opensuse.org
- Update to version 0.8.3:
+ In addition to the regular list of bugfixes this stable release
include backports of the updated OpenGL support from master.
This, in combination with the work in the runtime allows
flatpak to work out of the box with out-of-tree OpenGL drivers,
including the nvidia driver.
+ Additionally, due to some complicated issues wrt ptrace and
user namespaces this version disables the use of user
namespaces if bubblewrap is setuid, as it cause problems for
the way flatpak portals identifies applications.
+ Better handling of errors for extra-data.
+ Handle extra-data properly for runtimes (as well as apps).
+ Respect required version for runtimes (as well as apps).
+ flatpak list: Don't break if some local ref is not deployed.
+ builder:
- Look for appstream data in /app/share/metadata also.
- Fix buildsystem=cmake builds.
+ Add progress reporting to extra-data download.
+ Fix uid/gid for directories in document portal.
+ Updated translations.
-------------------------------------------------------------------
Fri Feb 10 16:45:25 UTC 2017 - kamikazow@opensuse.org