summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-24 17:13:37 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-24 17:13:37 +0100
commitbf5d1f6f555be0361e1f3c163408cc74224e1aea (patch)
tree9ceb8f2e281f05ff24a72b21619f4dadb66a0984
parentc8a86ccbc34b7af0a799a7552851925548f271f6 (diff)
downloadappstream-glib-bf5d1f6f555be0361e1f3c163408cc74224e1aea.tar.gz
Release version 0.2.1appstream_glib_0_2_1
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
-rw-r--r--data/appstream-xml.m42
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 <metadata> 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.