summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-07-13 12:02:03 +0100
committerRichard Hughes <richard@hughsie.com>2016-07-13 12:02:03 +0100
commit7f0946df15140bb67074d430d50fb55a1dfa9f65 (patch)
tree35fccdb94824c852068d6d4ca8758b386c97153d
parent719dc956fcc207135d43efb26090e431d64da7eb (diff)
downloadappstream-glib-7f0946df15140bb67074d430d50fb55a1dfa9f65.tar.gz
Release version 0.5.17appstream_glib_0_5_17
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1954996..47f84c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 0.5.17
+~~~~~~~~~~~~~~
+Released: 2016-07-13
+
+New Features:
+ - Add AS_STATE_PURCHASABLE and AS_STATE_PURCHASING constants (Robert Ancell)
+ - Add external (X-*) keys of an app's desktop file as metadata AsApp (Joaquim Rocha)
+
+Bugfixes:
+ - Correct disabling of timestamps for gzip (StefanBruens)
+ - Do not add multiple categories for apps with AudioVideo (Richard Hughes)
+ - Do not emit a warning when flatpak user directory doesn't exist (Kalev Lember)
+ - Fall back to the country code in as_app_get_language() (Richard Hughes)
+ - Fix gtk-doc build when builddir != srcdir (lantw44)
+ - Optionally use libstemmer for keyword stemming (Richard Hughes)
+ - Use non-deprecated glib API for monitoring renames (Kalev Lember)
+
Version 0.5.16
~~~~~~~~~~~~~~
Released: 2016-06-13
diff --git a/configure.ac b/configure.ac
index a7904dd..15ae03f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# fixed, change:
# REVISION += 1
LT_CURRENT=8
-LT_REVISION=7
+LT_REVISION=8
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)