From 93f614add2377465bc7bd24a9a99c8ae28e2342f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 20 Feb 2020 09:31:17 +0000 Subject: Release version 0.7.17 --- NEWS | 22 ++++++++++++++++++++++ RELEASE | 12 +----------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 05c053f..84a027b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +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 values (Richard Hughes) + - Do not preserve restrictive permissions when installing AppStream files (Richard Hughes) + - Do not require for validation unless strict (Kalev Lember) + - Do not require 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 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) + Version 0.7.16 ~~~~~~~~~~~~~~ Released: 2019-09-30 diff --git a/RELEASE b/RELEASE index ab65213..edbbb76 100644 --- a/RELEASE +++ b/RELEASE @@ -7,7 +7,7 @@ git shortlog appstream_glib_0_7_16.. | grep -i -v trivial | grep -v Merge > NEWS -------------------------------------------------------------------------------- Version 0.7.17 ~~~~~~~~~~~~~~ -Released: 2019-xx-xx +Released: 2020-xx-xx Notes: @@ -16,16 +16,6 @@ New Features: Bugfixes: -------------------------------------------------------------------------------- -1.5 Update translations: - -ninja-build appstream-glib-pot -zanata push -zanata pull --min-doc-percent=5 -for f in po/*.po; do -msgattrib --no-location --translated --no-wrap --sort-output $f --output-file=$f -done -git add po/*.po - 3. Update library version if new ABI or API in meson.build 4. Commit changes in git: -- cgit v1.2.1