File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ Changes in 1.2.1
2+ ================
3+ * Fix debuginfo being re-processed multiple times in a manifest
4+ * Change manifest parsing issues from warnings to fatal errors
5+ * Add `.tar.zst` archive support
6+ * Fix auto-detection of `.7z` archives
7+ * Install a JSON schema for manifest format
8+ * Documentation updates
9+
110Changes in 1.2.0
211================
312 * Documentation updates
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] , [ 2] )
5- m4_define ( [ flatpak_builder_micro_version] , [ 0 ] )
5+ m4_define ( [ flatpak_builder_micro_version] , [ 1 ] )
66m4_define ( [ flatpak_builder_version] ,
77 [ flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version] )
88
You can’t perform that action at this time.
0 commit comments