Update NEWS and version to 0.10.5

tingping/wmclass 0.10.5
Alexander Larsson 2017-11-24 14:58:15 +01:00
parent d385187a49
commit 0254b5174e
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
Major changes in 0.10.5
=======================
* Add support for running tests during the build (disable with --disable-tests).
* New build-option append-pkg-config to append to PKG_CONFIG_PATH
* --state-dir option lets you reuse a single directory instead of scattered
.flatpak-builder dirs for builds, downloads and cache data.
* git: Allow updates with non-fastforwarded branched
* Don't fail if app ships both appdata and metainfo file
* Support --log-system/session-bus in --run
Major changes in 0.10.4
=======================

View File

@ -15,7 +15,7 @@ AC_PREREQ([2.63])
m4_define([flatpak_builder_major_version], [0])
m4_define([flatpak_builder_minor_version], [10])
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])