summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-02-20 09:40:44 +0000
committerRichard Hughes <richard@hughsie.com>2020-02-20 09:40:44 +0000
commit86c4903b2059f8c3f20f945123799a257b8743e1 (patch)
tree0d9be1655db64dbca4e28891f3c30a760805348b
parent81d45d882203f3a617e9b79180359babe9e44023 (diff)
downloadappstream-glib-86c4903b2059f8c3f20f945123799a257b8743e1.tar.gz
trivial: Actually use the correct NEWS contents
-rw-r--r--NEWS23
1 files changed, 7 insertions, 16 deletions
diff --git a/NEWS b/NEWS
index 84a027b..24013bb 100644
--- a/NEWS
+++ b/NEWS
@@ -3,22 +3,13 @@ Version 0.7.17
Released: 2020-02-20
Bugfixes:
- - Add UPL short name to SPDX conversion (Salman Siddiqui)
- - Allow building on Windows (Jehan)
- - Allow non-desktop components to be extended (Richard Hughes)
- - Allow parsing desktop files using as_app_parse_data() (Richard Hughes)
- - Do not allow forward or backwards slashes in <id> values (Richard Hughes)
- - Do not preserve restrictive permissions when installing AppStream files (Richard Hughes)
- - Do not require <translation> for validation unless strict (Kalev Lember)
- - Do not require <update_contact> for validation unless strict (Richard Hughes)
- - Log expected and actual screenshot dimensions when failing (Tobias Mueller)
- - Modernize the validation requirements (Richard Hughes)
- - Offset future checks by UTC+14 (Peter Hutterer)
- - Only require <release> for validate, but not validate-relax (Kalev Lember)
- - Remove relative path from icon names (David Hewitt)
- - Support loading YAML from as_store_from_bytes (Robert Ancell)
- - Update list of allowed metadata licences (scx)
- - Update the SPDX license list to v3.5 (Richard Hughes)
+ - Add "icon-theme" as recognised component type (Fabio Valentini)
+ - Fix building in macOS (Oleksii Samorukov)
+ - Fix CI by moving 'future' back a bit (Richard Hughes)
+ - Fix Win32 headers (Jehan)
+ - Make default content rating values match OARS semantics (Philip Withnall)
+ - Properly initialize unique_id_mutex (Marc-Antoine Perennou)
+ - Support ${id}/${locale}.qm in addition to ${id}_${locale}.qm (Kalev Lember)
Version 0.7.16
~~~~~~~~~~~~~~