summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-05-12 16:13:36 +0100
committerRichard Hughes <richard@hughsie.com>2014-05-12 16:13:36 +0100
commit6384171a9ce713c57b8e9b37ca9cd9f37be31f59 (patch)
treed200c9da3e75e7c2b3627f66f9711f89f977cb4d
parent5583c207f9c6ea2cd838bcba4ec3f8e3c9f2955a (diff)
downloadappstream-glib-appstream_glib_0_1_5.tar.gz
Release version 0.1.5appstream_glib_0_1_5
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f7f4d4f..fe7d0b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Version 0.1.5
+~~~~~~~~~~~~~
+Released: 2014-05-12
+
+New Features:
+ - Add as_app_has_category() (Richard Hughes)
+ - Add as_utils_check_url_exists() (Richard Hughes)
+ - Add as_utils_spdx_license_tokenize() (Richard Hughes)
+ - Add the new 'help' url type (Richard Hughes)
+ - Check the licenses against the SPDX list when validating (Richard Hughes)
+
+Bugfixes:
+ - Be less strict with the case of the XML header (Richard Hughes)
+ - Do not save the 'xx' locale (Richard Hughes)
+ - Do not validate AppData files without <project_license> (Richard Hughes)
+ - Don't crash when doing 'status-html' on an empty XML file (Richard Hughes)
+ - LXDE uses X-LXDE-Settings for settings panels (Richard Hughes)
+ - Only count desktop applications when doing the overview stats (Richard Hughes)
+ - Support AppData version 0.6 files too (Richard Hughes)
+ - Use SPDX license IDs in <metadata_license> (Richard Hughes)
+
Version 0.1.4
~~~~~~~~~~~~~
Released: 2014-04-25