From ff7b577719334e97921c57696b916f46f6c4bf9a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 20 Jul 2015 15:19:02 +0100 Subject: Release version 0.4.1 --- NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 22bcc6d..dcb0e86 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +Version 0.4.1 +~~~~~~~~~~~~~ +Released: 2015-07-20 + +New Features: + - Add a 'compare' command to appstream-util (Richard Hughes) + - Add a 'mirror-local-firmware' command to appstream-util (Richard Hughes) + - Add a flag to relax the AppData Category=Settings requirement (Richard Hughes) + - Add a flag to use non-optimal data sources when building metadata (Richard Hughes) + - Add am 'incorporate' command to appstream-util (Richard Hughes) + - Add two flags to veto-ignore to relax the requirements for metadata (Richard Hughes) + +Bugfixes: + - Be less strict when loading incorrect AppData files (Richard Hughes) + - Do not duplicate tags within a release (Richard Hughes) + - Do not expect the INF ClassGuid to be the ESRT GUID (Richard Hughes) + - Don't crash when parsing a with no description (Richard Hughes) + - Fix a potential crash spotted by clang (Richard Hughes) + - Fix autogen with latest Intltool (Matthias Klumpp) + - Ignore the prefix when loading system-wide AppStream information (Richard Hughes) + - Include when writing the ignored metadata (Richard Hughes) + - Only write the release timestamp if non-zero (Richard Hughes) + - Remove the AppData veto when incorporating metadata (Richard Hughes) + - Search harder when using AS_ICON_LOAD_FLAG_SEARCH_SIZE (Richard Hughes) + - Sort multiple entries by name (Richard Hughes) + - Update the SPDX licence list to v2.0 (Richard Hughes) + - When building metadata with the use-fallback flag accept legacy icon names (Richard Hughes) + Version 0.4.0 ~~~~~~~~~~~~~ Released: 2015-05-26 diff --git a/configure.ac b/configure.ac index eef2f5c..7260427 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_DEFINE_UNQUOTED([AS_PLUGIN_VERSION], "$AS_PLUGIN_VERSION", [plugin API versio # enable nice build output on automake1.11 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) -# libtool versioning - this applies to libpackagekit +# libtool versioning - this applies to libappstream-glib # # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details # -- cgit v1.2.1