diff --git a/_service b/_service index 746fcdc..4c0e4a1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/flatpak/flatpak.git git @PARENT_TAG@ - refs/tags/1.4.2 + refs/tags/1.4.3 *.tar diff --git a/flatpak-1.4.2.tar.xz b/flatpak-1.4.2.tar.xz deleted file mode 100644 index ddf5b1b..0000000 --- a/flatpak-1.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cbc17f74541d7286e6502028c672e04cc02c3ad4ba2cf8930536c83e0752659 -size 903084 diff --git a/flatpak-1.4.3.tar.xz b/flatpak-1.4.3.tar.xz new file mode 100644 index 0000000..3626f1d --- /dev/null +++ b/flatpak-1.4.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112da26c1e12a816239f1ce496d801f35d1ae55b99caae7c4421e087988d2802 +size 905056 diff --git a/flatpak.changes b/flatpak.changes index 046d474..35a746a 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Oct 21 19:10:42 UTC 2019 - Bjørn Lie + +- Update to version 1.4.3: + + Fix crash in revokefs. + + Handle 'versions' extension key (in addition to 'version') when + checking for local extensions, which was causing us to + uninstall some actually used extensions with uninstall + --unused. + + The 'required-flatpak' metadata key now supports listing + multiple versions to support backported features. + + Fix crash with older versions of polkit. + + Fix installation of bundles. + + Fix crash on deploy error. + + Support building bundles of apps installed from a remote. + + OCI: Fix handling of locally cached icons. + + Fix crash when listing unconfigured remotes. + + Ignore differences in trailing slashes for repo uris. + ------------------------------------------------------------------- Mon Jul 8 12:53:30 UTC 2019 - Dominique Leuenberger diff --git a/flatpak.spec b/flatpak.spec index 86b09ce..6ae206b 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -32,7 +32,7 @@ %define libname libflatpak0 Name: flatpak -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: OSTree based application bundles management License: LGPL-2.1-or-later