summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-21 11:27:59 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-21 11:27:59 +0000
commit49fd751700a49481a735a967d3f8a0937ec99cc1 (patch)
tree6ddf418d709fe06abcbf87887e769ad3f6d47d7b
parent51c10950fa314887c1e9fccd2e631957dc0e1369 (diff)
downloadappstream-glib-49fd751700a49481a735a967d3f8a0937ec99cc1.tar.gz
Release version 0.1.1appstream_glib_0_1_1
-rw-r--r--NEWS18
-rw-r--r--configure.ac4
2 files changed, 20 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 74d7774..f0040ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 0.1.1
+~~~~~~~~~~~~~
+Released: 2014-03-21
+
+New Features:
+ - Add an 'api-version' property to AsStore (Richard Hughes)
+ - Add as_store_from_xml() to load text XML not from a file (Richard Hughes)
+ - Add the new AsUrlKind's and <architectures> from API 0.6 (Richard Hughes)
+ - Speed up as_tag_to_string() by using a table and a single lookup (Richard Hughes)
+ - Support old-style markup-less <description> tags (Richard Hughes)
+ - Support the 'origin' attribute on the root node (Richard Hughes)
+
+Bugfixes:
+ - Do not crash when using getting an unset description (Richard Hughes)
+ - Do not depend on functions introduced in Glib 2.39.1 (Richard Hughes)
+ - Fix parsing incompletely translated AppData files (Richard Hughes)
+ - The 'appcategories' tag is now deprecated for 'categories' (Richard Hughes)
+
Version 0.1.0
~~~~~~~~~~~~~
Released: 2014-03-18
diff --git a/configure.ac b/configure.ac
index 3734a9e..bacec21 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=1
+LT_CURRENT=2
LT_REVISION=0
-LT_AGE=0
+LT_AGE=1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)