summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-05 23:24:58 +0200
committerRichard Hughes <richard@hughsie.com>2014-08-05 23:24:58 +0200
commit4d57477e998ac58ea8bec5b384dd5d46c3192897 (patch)
tree3de3704330da2a834ef158ef583f746028865569
parente67dfad89a8e86053f681d824d54b76634765637 (diff)
downloadappstream-glib-4d57477e998ac58ea8bec5b384dd5d46c3192897.tar.gz
Release version 0.2.4appstream_glib_0_2_4
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a6e01fd..173b3dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Version 0.2.4
+~~~~~~~~~~~~~
+Released: 2014-08-05
+
+New Features:
+ - Add AS_PROVIDE_KIND_DBUS_SYSTEM (Richard Hughes)
+ - Add an 'install-origin' command to appstream-util (Richard Hughes)
+ - Add an installed tests to validate appdata (Matthias Clasen)
+ - Add as_store_set_destdir() so we can use a different root (Richard Hughes)
+ - Add as_store_validate() (Richard Hughes)
+ - Add asb_app_set_veto_description() (Richard Hughes)
+ - Add support for <source_pkgname> which will be in AppStream 0.8 (Richard Hughes)
+ - Add the <dbus> provide for applications automatically (Richard Hughes)
+
+Bugfixes:
+ - Add a plugin to detect new-style 'gtk/menus.ui' AppMenu support (Richard Hughes)
+ - Avoid using rsync's -a parameter (Kalev Lember)
+ - Detect any addons with missing parents (Richard Hughes)
+ - Do not load applications with NoDisplay=true when loading local (Richard Hughes)
+ - Do not pad the compressed AppStream metadata with NUL bytes (Richard Hughes)
+ - Do not treat app-install metadata as installed (Richard Hughes)
+ - Markup errors should not be fatal when assembling a store (Richard Hughes)
+ - Only add registered projects and categories to the metadata (Richard Hughes)
+ - Only link to apps.fedoraproject.org when processing Fedora metadata (Richard Hughes)
+ - Show the time remaining when building metadata (Richard Hughes)
+ - Show what application addons extend in status.html (Richard Hughes)
+ - Validate for a sentence case start in <p>, <li> and <name> tags (Richard Hughes)
+
Version 0.2.3
~~~~~~~~~~~~~
Released: 2014-07-17
diff --git a/configure.ac b/configure.ac
index 5199810..b7f9a7f 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=4
+LT_REVISION=5
LT_AGE=5
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)