File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Changes in 1.4.9
2+ ================
3+
4+ * Fix various leaks found by ASAN
5+ * Fix various build warnings and fix the build with GCC 15 and GLIBC 2.43
6+
17Changes in 1.4.8
28================
39
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ AC_PREREQ([2.63])
22
33m4_define ( [ flatpak_builder_major_version] , [ 1] )
44m4_define ( [ flatpak_builder_minor_version] , [ 4] )
5- m4_define ( [ flatpak_builder_micro_version] , [ 8 ] )
5+ m4_define ( [ flatpak_builder_micro_version] , [ 9 ] )
66m4_define ( [ flatpak_builder_version] ,
77 [ flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version] )
88
Original file line number Diff line number Diff line change 33 ' c' ,
44 license : ' LGPL-2.1-or-later' ,
55 meson_version : ' >= 0.56.2' ,
6- version : ' 1.4.8 ' ,
6+ version : ' 1.4.9 ' ,
77 default_options : ' c_std=gnu99' ,
88)
99
You can’t perform that action at this time.
0 commit comments