diff --git a/NEWS b/NEWS index 3bd3df49..fea61bb8 100644 --- a/NEWS +++ b/NEWS @@ -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 ====================== diff --git a/configure.ac b/configure.ac index 6c817390..3e6dc6dd 100644 --- a/configure.ac +++ b/configure.ac @@ -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],