Update versin to 0.6.9

tingping/wmclass
Alexander Larsson 2016-08-25 13:46:22 +02:00
parent 90d4f8d1b4
commit 837dd35234
2 changed files with 24 additions and 2 deletions

22
NEWS
View File

@ -1,3 +1,25 @@
Major changes in 0.6.9
======================
* Dropped dependency on libgsystem
* Allow passing partial refs whenever a CLI command takes
an app or runtime name.
* New command build-commit-from creates a new commit based
on the contents of another commit (optionally from another
local repo).
* The sandbox now contains $XDG_RUNTIME_DIR/app/$APPID from the
host (and the directory is created if needed).
* update: Better output, and faster for the no updates case
* build-export: Don't make most validation errors fail, instead
just print a warning.
* builder: Support local path references for git sources
* builder: Better handling of recursive git submodules
* builder: Fixed issues with the .pyc mtime rewriting
* builder: Handle symbolic icons for rename-icon
* builder: Add --stop-at=$module to do partial builds
* builder: Add --sandbox flag to disable the build from escaping
from the sandbox via build-args.
Major changes in 0.6.8
======================

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], [8])
m4_define([flatpak_interface_age], [8])
m4_define([flatpak_micro_version], [9])
m4_define([flatpak_interface_age], [9])
m4_define([flatpak_binary_age],
[m4_eval(10000 * flatpak_major_version + 100 * flatpak_minor_version + flatpak_micro_version)])
m4_define([flatpak_version],