Update for 0.6.8

This commit is contained in:
Alexander Larsson
2016-07-31 00:01:27 +02:00
parent c809ee4fa0
commit f93cd615b3
2 changed files with 19 additions and 2 deletions

17
NEWS
View File

@@ -1,3 +1,20 @@
Major changes in 0.6.8
======================
* Requires OSTree 2016.7, allowing us to enable use of static delta
for system downloads again.
* Support --no-desktop which allows you to run a flatpak app outside
a desktop, with some loss of functionallity (for example, there
will be no systemd --user scope created for the app)..
* More documentation.
* Memory leak fixes.
* Initial support for rpms as flatpak-builder archive sources.
* Start work on translating the CLI.
* Install systemd config snippet to set the right XDG_DATA_DIRS path.
* Support --arch in flatpak list.
* Support access() in the document portal.
* Validate exported desktop files.
Major changes in 0.6.7
======================

View File

@@ -15,8 +15,8 @@ AC_PREREQ([2.63])
m4_define([flatpak_major_version], [0])
m4_define([flatpak_minor_version], [6])
m4_define([flatpak_micro_version], [7])
m4_define([flatpak_interface_age], [7])
m4_define([flatpak_micro_version], [8])
m4_define([flatpak_interface_age], [8])
m4_define([flatpak_binary_age],
[m4_eval(10000 * flatpak_major_version + 100 * flatpak_minor_version + flatpak_micro_version)])
m4_define([flatpak_version],