summaryrefslogtreecommitdiff
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
parentf9e13ac92ac27c4db096905d0c425b84953b18e1 (diff)
downloadappstream-glib-884cf225e103da98d7c590f9c176db9e6b445857.tar.gz
Release version 0.1.2appstream_glib_0_1_2
-rw-r--r--NEWS23
-rw-r--r--RELEASE2
-rw-r--r--configure.ac4
3 files changed, 26 insertions, 3 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
diff --git a/RELEASE b/RELEASE
index 88da33d..f9f5f3c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-appstream_glib Release Notes
+Appstream-Glib Release Notes
1. Write NEWS entries for appstream_glib in the same format as usual.
diff --git a/configure.ac b/configure.ac
index 08b1b75..8ce71b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,9 +44,9 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# - If the interface is the same as the previous version, but bugs are
# fixed, change:
# REVISION += 1
-LT_CURRENT=2
+LT_CURRENT=3
LT_REVISION=0
-LT_AGE=1
+LT_AGE=2
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)