Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Nov 19, 2023
1 parent 7a710f6 commit 92c1477
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions NEWS
@@ -1,3 +1,28 @@
Changes in 1.3.5
================

This is a development release that will eventually become 1.4.x.

* Add `rename-mime-file` and `rename-mime-icons` properties
* Re-implement support for `data:` URIs
* Set download speed timeout for HTTP downloads
* Enabled compressed HTTP downloads
* Use `meson setup` with `meson` buildsystem to avoid warning
* Fix libappstream not handling ID's ending with `.desktop`
* Fix ostree deployment on 64-bit inode filesystems


Changes in 1.3.4
================

This is a development release that will eventually become 1.4.x.

* Replace appstream-glib with libappstream
* Run tests in parallel respecting number of jobs set
* Add missing `secret-env` and `secret-opts` keys to the JSON schema
* Improve parsing of git submodules
* Meson build fixes

Changes in 1.3.3
================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.63])

m4_define([flatpak_builder_major_version], [1])
m4_define([flatpak_builder_minor_version], [3])
m4_define([flatpak_builder_micro_version], [4])
m4_define([flatpak_builder_micro_version], [5])
m4_define([flatpak_builder_version],
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -3,7 +3,7 @@ project(
'c',
license: 'LGPL-2.1-or-later',
meson_version: '>= 0.56.2',
version: '1.3.4',
version: '1.3.5',
default_options: 'c_std=gnu99',
)

Expand Down

0 comments on commit 92c1477

Please sign in to comment.