File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes in 1.14.3
2
2
~~~~~~~~~~~~~~~~~
3
- Released: not yet
3
+ Released: 2023-02-27
4
4
5
5
Bug fixes:
6
6
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)
7
12
* Fix a crash when --socket=gpg-agent is used (#5095)
8
13
* Fix a crash when listing apps if one of them is broken or misconfigured
9
14
(#5293)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ AC_PREREQ([2.63])
15
15
16
16
m4_define ( [ flatpak_major_version] , [ 1] )
17
17
m4_define ( [ flatpak_minor_version] , [ 14] )
18
- m4_define ( [ flatpak_micro_version] , [ 2 ] )
18
+ m4_define ( [ flatpak_micro_version] , [ 3 ] )
19
19
m4_define ( [ flatpak_extra_version] , [ ] )
20
20
m4_define ( [ flatpak_interface_age] , [ 0] )
21
21
m4_define ( [ flatpak_binary_age] ,
You can’t perform that action at this time.
0 commit comments