From 0a94f5c1a1e0bfac0b882015c9ee06fae6aff6d8 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sat, 4 Aug 2018 16:40:54 +0800 Subject: [PATCH] Release version 0.7.4 --- NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/NEWS b/NEWS index dde619be..76ed5198 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Version 0.7.4 +~~~~~~~~~~~~~~ +Released: 2018-08-04 + +Notes: + +Features: + * Write CID<->GCID mapping table as additional output data (Matthias Klumpp) + * Don't rebuild GLibD as part of asgen, use the shared library instead (Matthias Klumpp) + * Add hint to add launchable tag if .desktop file is missing (Matthias Klumpp) + * Use posix_spawn codepath for optipng if possible via GLib (Matthias Klumpp) + * Unconditionally add stock-type icon if desktop-file allows for it (Matthias Klumpp) + * Allow font languages to be specified in a languages tag (Matthias Klumpp) + * Improve font language processing with metainfo hints (Matthias Klumpp) + * fonts: Sort selected font styles, prefer regular style for samples (Matthias Klumpp) + * fonts: Use a random pangram for fonts supporting English (Matthias Klumpp) + * fonts: Assume 100% language support for all locale mentioned in font data (Matthias Klumpp) + +Bugfixes: + * Fix build with phobos 2.081 (Antonio Rojas) + * Depend on non-broken Meson version (Matthias Klumpp) + * fonts: Always prefer English for samples if font supports it (Matthias Klumpp) + * Initialize font icon lookup table only if there are fonts (Matthias Klumpp) + Version 0.7.3 ~~~~~~~~~~~~~~ Released: 2018-04-26