Skip to content

Commit f3184c6

Browse files
committed
Prepare v1.14.3
Signed-off-by: Simon McVittie <[email protected]>
1 parent 70ad8e1 commit f3184c6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Changes in 1.14.3
22
~~~~~~~~~~~~~~~~~
3-
Released: not yet
3+
Released: 2023-02-27
44

55
Bug fixes:
66

7+
* When splitting an upgrade into two steps (download without installing, and
8+
then upgrade without allowing further downloads) like GNOME Software does,
9+
if an app is marked EOL and superseded by a replacement, don't remove the
10+
superseded app in the first step, which would result in the replacement
11+
incorrectly not being installed (#5172)
712
* Fix a crash when --socket=gpg-agent is used (#5095)
813
* Fix a crash when listing apps if one of them is broken or misconfigured
914
(#5293)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AC_PREREQ([2.63])
1515

1616
m4_define([flatpak_major_version], [1])
1717
m4_define([flatpak_minor_version], [14])
18-
m4_define([flatpak_micro_version], [2])
18+
m4_define([flatpak_micro_version], [3])
1919
m4_define([flatpak_extra_version], [])
2020
m4_define([flatpak_interface_age], [0])
2121
m4_define([flatpak_binary_age],

0 commit comments

Comments
 (0)