From fa69f04c735ea00e78d800701558a9ed42b75db5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 15 Sep 2015 10:51:26 +0100 Subject: Release version 0.5.1 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- contrib/libappstream-glib.spec.in | 6 +++--- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 80f5f7d..caba921 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Version 0.5.1 +~~~~~~~~~~~~~ +Released: 2015-09-15 + +Notes: + - This raises the GLib required version to 2.45.8 and libsoup to 2.51.92 + +New Features: + - Add support for release urgency (Richard Hughes) + +Bugfixes: + - Add a few applications that have changed desktop ID (Richard Hughes) + - Avoid using PATH_MAX (Pino Toscano) + - Do not blacklist the 'desktop' token (Richard Hughes) + - Do not fail to validate firmware in AppStream with no screenshots (Richard Hughes) + - Don't reallocate malloc'd memory with g_malloc (Kalev Lember) + - Don't show mangled version numbers as negatives (Richard Hughes) + - Ignore empty AppStream XML files (Richard Hughes) + - Support SPDX IDs with the LicenseRef prefix (Richard Hughes) + - Support the SPDX 'NONE' and 'NOASSERTION' keywords (Richard Hughes) + - Use GLib's cleanup functions instead of libgsystem's (Kalev Lember, Richard Hughes) + - Port to G_DECLARE_DERIVABLE_TYPE macro (Kalev Lember) + Version 0.5.0 ~~~~~~~~~~~~~ Released: 2015-08-12 diff --git a/configure.ac b/configure.ac index 4325ec3..f451ce4 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=8 -LT_REVISION=0 +LT_REVISION=1 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/contrib/libappstream-glib.spec.in b/contrib/libappstream-glib.spec.in index f420bbd..a834e32 100644 --- a/contrib/libappstream-glib.spec.in +++ b/contrib/libappstream-glib.spec.in @@ -8,15 +8,15 @@ License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz -BuildRequires: glib2-devel >= 2.16.1 +BuildRequires: glib2-devel >= 2.45.8 BuildRequires: libtool BuildRequires: docbook-utils BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel BuildRequires: gperf BuildRequires: libarchive-devel -BuildRequires: libsoup-devel -BuildRequires: gdk-pixbuf2-devel +BuildRequires: libsoup-devel >= 2.51.92 +BuildRequires: gdk-pixbuf2-devel >= 2.31.5 BuildRequires: gtk3-devel BuildRequires: gettext BuildRequires: intltool -- cgit v1.2.1