From 2e6efb2a00a9064768ecfa0085cb581bae654521 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 26 May 2015 15:31:19 +0100 Subject: Release version 0.4.0 --- NEWS | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index be633d2..22bcc6d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +Version 0.4.0 +~~~~~~~~~~~~~ +Released: 2015-05-26 + +Notes: + - Remove extra-appstream support from the builder (Richard Hughes) + - Remove all networking support when building metadata (Richard Hughes) + - Remove the batch output option from the builder (Richard Hughes) + - Remove the extra screenshots and appdata options from the builder (Richard Hughes) + +New Features: + - Add a mirror-screenshots command to appstream-util (Richard Hughes) + - Detect recolorable symbolic icons (Richard Hughes) + +Bugfixes: + - Add text icons and sample text for some languages (Parag Nemade) + - Allow using unwrapped description markup (Richard Hughes) + - Check for duplicate screenshots when adding fonts (Richard Hughes) + - Do not use the cache location when using install-origin with a DESTDIR (Richard Hughes) + - Fix a crash for an invalid AppData file (Richard Hughes) + - Fix exo-web-browser blacklist entry (Kalev Lember) + - Link libasb_plugin_font.la with GTK3 (Dominique Leuenberger) + - Remove overzealous blacklisting entry (Richard Hughes) + - Version the builder plugin location (Richard Hughes) + Version 0.3.6 ~~~~~~~~~~~~~ Released: 2015-03-30 diff --git a/configure.ac b/configure.ac index d8f8a68..f7f3ba6 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) # fixed, change: # REVISION += 1 LT_CURRENT=7 -LT_REVISION=4 +LT_REVISION=5 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -- cgit v1.2.1