summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a9f13e2..6547c81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 0.2.7
+~~~~~~~~~~~~~
+Released: 2014-11-10
+
+New Features:
+ - Add AS_ICON_KIND_LOCAL (Richard Hughes)
+
+Bugfixes:
+ - Add four more applications to the blacklist (Richard Hughes)
+ - Do not crash when doing as_tag_from_string(NULL) (Richard Hughes)
+ - Do not write provides with an unknown kind (Richard Hughes)
+ - Install AppStream files with correct permissions (Richard Hughes)
+
Version 0.2.6
~~~~~~~~~~~~~
Released: 2014-09-01
diff --git a/configure.ac b/configure.ac
index 2695a68..51962d8 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=6
+LT_REVISION=7
LT_AGE=5
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)