summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-02-27 12:23:08 +0000
committerSimon McVittie <smcv@collabora.com>2023-02-27 12:23:08 +0000
commitf3184c60cf11b26c320b46435a505058af0e5f8c (patch)
tree6aac2464f1a0acabfcd0ab6a0ee24772537aa7dc
parent70ad8e127ca43205832b27670f0c109cf27b2e44 (diff)
downloadflatpak-f3184c60cf11b26c320b46435a505058af0e5f8c.tar.gz
Prepare v1.14.3
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ab8f5d49..3cd449db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,14 @@
Changes in 1.14.3
~~~~~~~~~~~~~~~~~
-Released: not yet
+Released: 2023-02-27
Bug fixes:
+* When splitting an upgrade into two steps (download without installing, and
+ then upgrade without allowing further downloads) like GNOME Software does,
+ if an app is marked EOL and superseded by a replacement, don't remove the
+ superseded app in the first step, which would result in the replacement
+ incorrectly not being installed (#5172)
* Fix a crash when --socket=gpg-agent is used (#5095)
* Fix a crash when listing apps if one of them is broken or misconfigured
(#5293)
diff --git a/configure.ac b/configure.ac
index aeb43282..4eebfe30 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], [14])
-m4_define([flatpak_micro_version], [2])
+m4_define([flatpak_micro_version], [3])
m4_define([flatpak_extra_version], [])
m4_define([flatpak_interface_age], [0])
m4_define([flatpak_binary_age],