From 3edd38ebb2c9bd04ae96b97fa8c205a55845635a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 21 Aug 2020 14:27:11 +0200 Subject: [PATCH] Bump version to 1.8.2 and update NEWS --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d487ef64..366dca9c 100644 --- a/NEWS +++ b/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 ================ diff --git a/configure.ac b/configure.ac index 29750da1..ae2fd492 100644 --- a/configure.ac +++ b/configure.ac @@ -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],