mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 14:56:47 -04:00
Bump version to 1.8.2 and update NEWS
This commit is contained in:
13
NEWS
13
NEWS
@@ -1,3 +1,16 @@
|
||||
Changes in 1.8.2
|
||||
================
|
||||
|
||||
* Added validation of collection id settins for remotes
|
||||
* Fix seccomp filters on s390
|
||||
* Robustness fixes to the spawn portal
|
||||
* Fix support for masking update in the system installation
|
||||
* Better support for distros with uncommon models of merged /usr
|
||||
* Cache responses from localed/AccoutService
|
||||
* Fix hangs in cases where xdg-dbus-proxy fails to start
|
||||
* Fix double-free in cups socket detection
|
||||
* OCI authenticator now doesn't ask for auth in case of http errors
|
||||
|
||||
Changes in 1.8.1
|
||||
================
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ AC_PREREQ([2.63])
|
||||
|
||||
m4_define([flatpak_major_version], [1])
|
||||
m4_define([flatpak_minor_version], [8])
|
||||
m4_define([flatpak_micro_version], [1])
|
||||
m4_define([flatpak_micro_version], [2])
|
||||
m4_define([flatpak_extra_version], [])
|
||||
m4_define([flatpak_interface_age], [0])
|
||||
m4_define([flatpak_binary_age],
|
||||
|
||||
Reference in New Issue
Block a user