From bf5d1f6f555be0361e1f3c163408cc74224e1aea Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 24 Jun 2014 17:13:37 +0100 Subject: Release version 0.2.1 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- data/appstream-xml.m4 | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 86e69b8..5de46e4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Version 0.2.1 +~~~~~~~~~~~~~ +Released: 2014-06-24 + +New Features: + - Add AS_NODE_INSERT_FLAG_MARK_TRANSLATABLE (Richard Hughes) + - Add AS_NODE_TO_XML_FLAG_SORT_CHILDREN (Richard Hughes) + - Add an 'appstream-util upgrade' command to convert version < 0.6 metadata (Richard Hughes) + - Add as_node_find_with_attribute() (Richard Hughes) + +Bugfixes: + - Add packages recursively when using appstream-builder --packages-dir (Richard Hughes) + - Allow empty URL sections (Richard Hughes) + - Always use the latest version of AppStream for logs (Richard Hughes) + - Do not abort the build if a non-package file is found while building (Richard Hughes) + - Do not include for pre-0.4 metadata (Richard Hughes) + - Do not ship Addons in metadata version less than 0.7 (Richard Hughes) + - Do not write X-Kudo-RecentRelease for new versions of the metadata (Richard Hughes) + - Fix the xmldir in the APPSTREAM_XML_RULES m4 helper (Richard Hughes) + - Include a newline before XML comments to help them stand out (Richard Hughes) + Version 0.2.0 ~~~~~~~~~~~~~ Released: 2014-06-19 diff --git a/configure.ac b/configure.ac index 48c0fe3..883cfd7 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=2 +LT_REVISION=3 LT_AGE=5 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/data/appstream-xml.m4 b/data/appstream-xml.m4 index cc16e0a..1472802 100644 --- a/data/appstream-xml.m4 +++ b/data/appstream-xml.m4 @@ -1,6 +1,6 @@ # appstream-xml.m4 # -# serial 5 +# serial 6 dnl APPSTREAM_XML dnl Installs and validates AppData XML files. -- cgit v1.2.1