From d405c7f4308334588f43bbc7294b5a010fa5c2cb Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Fri, 3 Nov 2017 11:50:16 -0700 Subject: [PATCH] Release v3.13.0 This release adds mixer integration to swupd-client which allows local content to be added alongside upstream content. A bug is also fixed where CTRL-C during fullfile download caused subsequent operations to fail due to a hash mismatch in the state directory. Autocompletion was fixed. A --no-scripts flag was added to the post-update scripts entirely, mainly for container use-cases when these scripts will not work. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 27d4716b..d7be053c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.66]) -AC_INIT(swupd-client, 3.12.7, matthew.johnson@intel.com) +AC_INIT(swupd-client, 3.13.0, matthew.johnson@intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])