summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-02-20 09:31:17 +0000
committerRichard Hughes <richard@hughsie.com>2020-02-20 09:31:17 +0000
commit93f614add2377465bc7bd24a9a99c8ae28e2342f (patch)
tree96e854f4fb8ea8d50a893131d79eb7ba6bf16d1e
parentb5d626fcaa281685be065f1ce01beb0786780511 (diff)
downloadappstream-glib-93f614add2377465bc7bd24a9a99c8ae28e2342f.tar.gz
Release version 0.7.17appstream_glib_0_7_17
-rw-r--r--NEWS22
-rw-r--r--RELEASE12
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 <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)
+
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: