summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-12 13:37:51 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-12 13:37:51 +0100
commit47fac4e9806a4107610c89e4b51879971a93656b (patch)
tree679e3b3be80f294878302bde6080e4795ca72aa2
parent76a2a295b56b11662a041f892a17b3d5979c4bff (diff)
downloadappstream-glib-appstream_glib_0_1_7.tar.gz
Release version 0.1.7appstream_glib_0_1_7
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4e6e66a..51a90db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 0.1.7
+~~~~~~~~~~~~~
+Released: 2014-06-12
+
+New Features:
+ - Add <extends> from the draft AppStream 0.7 specification (Richard Hughes)
+ - Add support for the 'dbus' AsProvideKind (Richard Hughes)
+ - Add support for validating metainfo.xml files (Richard Hughes)
+
+Bugfixes:
+ - Allow 'appstream-util validate' to validate multiple files (Richard Hughes)
+ - Automatically demangle the update contact (Richard Hughes)
+ - Correctly use convert-translatable when the source kind is already set (Richard Hughes)
+ - Do not log a critical warning in as_store_to_xml() (Richard Hughes)
+ - Do not write a screenshot type of 'normal' as it's the default value (Richard Hughes)
+ - Don't include the filename in the error output (Richard Hughes)
+ - Fail to validate AppData files with URLs in the descriptions (Richard Hughes)
+ - Fix a crash when we try to validate <p></p> (Richard Hughes)
+ - Support the non-standard X-Ubuntu-Software-Center-Name (Richard Hughes)
+
Version 0.1.6
~~~~~~~~~~~~~
Released: 2014-05-28
diff --git a/configure.ac b/configure.ac
index dc2287e..012c936 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# fixed, change:
# REVISION += 1
LT_CURRENT=6
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=5
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)