From 8d6ba78a1d24a52a05173aefda636f68aa45f2c7 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 15 Apr 2016 11:27:31 +0200 Subject: [PATCH] Update NEWS and version to 0.5.2 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index efdb5aae..9ace0404 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Major changes in 0.5.2 +====================== + +* The way locale extensions work has changed. Now we build a single extension + for all locales, but we allow you to specify a subset of it during installation + and update time using the --subpath commandline flag. + The main reason for this is that the many extensions didn't scale, both in + technical terms (large ostree summary file size), but also in terms of the + UI listing hundreds of uninteresting things. +* We no longer use sizes in the commit objects to get installed and download size, + instead we store some extra metadata in the summary file. This allows us + to get much faster access to these, as with recent ostree versions we can + cache the summary file. +* New command xdg-app build-sign that lets you sign a commit at any time. +* New argument xdg-app build --force-clean that removes pre-existing build dirs. +* xdg-app run now uses the "current" version as the default if you specify no + branch or arch. It used to default to the "master" branch. This will default + to the last installed version, but can be changed with xdg-app make-current. +* Added config-opts to the build-options in xdg-app-builder. This allows you + to extend the configure flags in an arch dependent way. +* Documentation updates + Major changes in 0.5.1 ======================= * Make xdg-app-builder --build-only not export the results diff --git a/configure.ac b/configure.ac index 90f91b60..f48260c0 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], [1]) -m4_define([xdg_app_interface_age], [1]) +m4_define([xdg_app_micro_version], [2]) +m4_define([xdg_app_interface_age], [2]) 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],