summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-26 12:07:47 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-26 12:07:47 +0000
commit884cf225e103da98d7c590f9c176db9e6b445857 (patch)
tree276d440f9321bf72148c210fcdc898495b5bd6c3 /NEWS
parentf9e13ac92ac27c4db096905d0c425b84953b18e1 (diff)
downloadappstream-glib-884cf225e103da98d7c590f9c176db9e6b445857.tar.gz
Release version 0.1.2appstream_glib_0_1_2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0040ad..2dd918f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Version 0.1.2
+~~~~~~~~~~~~~
+Released: 2014-03-26
+
+Notes:
+ - This release adds basic Ubuntu app-install support, speeds up the time taken
+ to parse large metadata files and reduces the amount of memory used to load
+ the AppStream metadata.
+
+New Features:
+ - Add as_app_parse_file() which parses a .desktop file into an AsApp
+ - Add as_node_get_tag() and only store the name when the tag is unknown
+ - Add as_node_take_attribute() to reduce allocations during parse
+ - Add as_store_load() to load system and user locations
+ - Add as_tag_from_string_full() to control whether fallback names are used
+ - Load the Ubuntu app-install data which uses screenshots.debian.net
+ - Use gperf to generate a perfect hash for the tag names
+
+Bugfixes:
+ - Do not use GHashTable to store node attributes
+ - Reduce the number of small attr key allocations
+ - Use the full ID for the AsStore hash
+
Version 0.1.1
~~~~~~~~~~~~~
Released: 2014-03-21