diff options
author | Richard Hughes <richard@hughsie.com> | 2014-05-12 16:13:36 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-05-12 16:13:36 +0100 |
commit | 6384171a9ce713c57b8e9b37ca9cd9f37be31f59 (patch) | |
tree | d200c9da3e75e7c2b3627f66f9711f89f977cb4d /NEWS | |
parent | 5583c207f9c6ea2cd838bcba4ec3f8e3c9f2955a (diff) | |
download | appstream-glib-6384171a9ce713c57b8e9b37ca9cd9f37be31f59.tar.gz |
Release version 0.1.5appstream_glib_0_1_5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |