summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-18 11:40:05 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-18 11:40:05 +0100
commit463b30ec0554dc8400f2b247b172d1f4e177afd4 (patch)
treef7b78960b7904e4e967c028ff28c3ddf2da264c9
parent0a11cf200d370700e05c3cf9c065fe1326b5673e (diff)
downloadappstream-glib-463b30ec0554dc8400f2b247b172d1f4e177afd4.tar.gz
Release version 0.2.5appstream_glib_0_2_5
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
2 files changed, 35 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 173b3dc..edcff18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Version 0.2.5
+~~~~~~~~~~~~~
+Released: 2014-08-18
+
+Notes:
+ - Git master has branched for 0.3.x, and the 0_2_X branch will be used for
+ 0.2.x releases like this one. 0.3.0 will be a small API break, so stick to
+ the branched releases on stable distros unless you've got compelling reasons
+ otherwise.
+
+New Features:
+ - Add an installed test for the destdir-check (Richard Hughes)
+ - Add as_app_add_veto() (Richard Hughes)
+ - Add AS_APP_PARSE_FLAG_ALLOW_VETO (Richard Hughes)
+ - Add AS_STORE_LOAD_FLAG_ALLOW_VETO (Richard Hughes)
+ - Add as_store_remove_all() (Richard Hughes)
+ - Add as_store_set_builder_id() (Richard Hughes)
+ - Add as_utils_find_icon_filename() (Richard Hughes)
+ - Add as_utils_is_spdx_license() (Richard Hughes)
+ - Add as_utils_spdx_license_detokenize() (Richard Hughes)
+ - Add check-root to appstream-util (Richard Hughes)
+ - Add some validation rules for metainfo files (Richard Hughes)
+
+Bugfixes:
+ - Allow desktop->addon demotion with an AppData file (Richard Hughes)
+ - Allow different source roots to define addons (Richard Hughes)
+ - Do not require sentence case when validating with relaxed settings (Richard Hughes)
+ - Fix up legacy license IDs when tokenizing (Richard Hughes)
+ - Ignore localized keywords (Richard Hughes)
+ - Ignore localized screenshots (Richard Hughes)
+ - Link client/appstream-util against gdk-pixbuf (William Hua)
+ - Metadata licenses like 'CC0 and CC-BY-3.0' are valid content licenses (Richard Hughes)
+ - Never add duplicate <extends> tags (Richard Hughes)
+
Version 0.2.4
~~~~~~~~~~~~~
Released: 2014-08-05
diff --git a/configure.ac b/configure.ac
index 9d61ff9..9be2c96 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=5
+LT_REVISION=6
LT_AGE=5
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)