summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-29 16:34:33 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-29 16:34:33 +0100
commitb05f647c162e809f18261e8cdca40c031be2dbb6 (patch)
treeed107e807ad1a2ba1ff72b64a5a6d6c3e1b71422 /NEWS
parent96a4385236b91539ac6ce12cdbb85094e01d4986 (diff)
downloadappstream-glib-b05f647c162e809f18261e8cdca40c031be2dbb6.tar.gz
Release version 0.6.2appstream_glib_0.6.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9ef0eab..0df535b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Version 0.6.2
+~~~~~~~~~~~~~
+Released: 2016-10-29
+
+New Features:
+ - Add a hash function specifically designed for unique-ids (Richard Hughes)
+ - Add AS_BUNDLE_KIND_CABINET (Richard Hughes)
+ - Remove the inf parsing from appstream-glib (Richard Hughes)
+
+Bugfixes:
+ - Check if icon name is unset before checking the prefix (Justin J. Kim)
+ - Do not merge all LangPack entries (Richard Hughes)
+ - Do not require an icon from LOCALIZATION kind (Richard Hughes)
+ - Do not use the deprecated GNOME_COMPILE_WARNINGS (Richard Hughes)
+ - Do not use the prefix check when parsing YAML (Richard Hughes)
+ - Fix gcc shift warnings on 32 bit platforms (Kalev Lember)
+ - Ignore system datadirs that are actually per-user (Richard Hughes)
+ - Invalidate the unique-id if any of the parts are changed (Richard Hughes)
+ - Make upgrade check for SPDX license string (Kai Willadsen)
+ - Pay attention to errors from libyaml (#129) (Anders Kaseorg, Richard Hughes)
+
Version 0.6.1
~~~~~~~~~~~~~~
Released: 2016-10-12