From 619e1f1025851179dee3e616000e5de2ccde9412 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 30 Mar 2016 14:47:17 +0200 Subject: Release 0.5.1 --- NEWS | 11 +++++++++++ configure.ac | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8cbdfdd..efdb5aa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Major changes in 0.5.1 +======================= +* Make xdg-app-builder --build-only not export the results +* Create all-in-one Locale extension that combines all the locale extensions +* Extract icons for all appdata nodes when creating appstream +* Documentation updates +* Better handling of metadata in xdg-app-builder cache +* Respect the specified branch when exporting in xdg-app-builder +* Fix support for multi-arch with i386 userspace and 64bit kernel +* Avoid deprecated 32bit capabilities syscalls + Major changes in 0.5.0 ======================= * Some libxdg-app API additions for handling bundles diff --git a/configure.ac b/configure.ac index 4a06bda..90f91b6 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ AC_PREREQ([2.63]) m4_define([xdg_app_major_version], [0]) m4_define([xdg_app_minor_version], [5]) -m4_define([xdg_app_micro_version], [0]) -m4_define([xdg_app_interface_age], [0]) +m4_define([xdg_app_micro_version], [1]) +m4_define([xdg_app_interface_age], [1]) m4_define([xdg_app_binary_age], [m4_eval(10000 * xdg_app_major_version + 100 * xdg_app_minor_version + xdg_app_micro_version)]) m4_define([xdg_app_version], -- cgit v1.2.1