From 66dcdc07085237592c3849e3ffcc63a5c6f49e4d Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Mon, 6 Nov 2017 23:44:32 +0100 Subject: [PATCH] Release version 0.6.8 --- NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/NEWS b/NEWS index 6f410736..3c74a5da 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +Version 0.6.8 +~~~~~~~~~~~~~~ +Released: 2017-11-06 + +Notes: + * The -Ddownload_js build flag is now -Ddownload-js to follow the naming + of other Meson flags more closely. + +Features: + * Encode AppStream library version in version info string on reports + * Don't require an install candidate for a webapp + * Update hicolor theme fallback definition + * Try to filter out symbolic icons for apps + * Allow processing only one section in a suite + * Relax icon scaling rules + +Bugfixes: + * Move time graph legend to the top left + * ci: Use the packaged gir-to-d + * Drop an unused gdc conditional + * Ensure the validator never tests web URLs for validity + * Drop LLVM DC bug workaround and allow cross-module inlining + * Make D GIR interface build work again with recent Meson versions + * Don't fail if we have a dupe ID with no pkgname, can happen now with webapps + Version 0.6.7 ~~~~~~~~~~~~~~ Released: 2017-10-02