From 206df7b3de34cc1957fa2eaa4ed7d7f788c337ed Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Fri, 29 Jun 2018 08:38:04 -0700 Subject: [PATCH] Release v3.17.8 This release adds a free-disk-space check invoked before adding new bundles to the client system. An error will be printed if there is not enough space for the bundle-add and the bundle-add will fail. This check can be overridden with the --skip-diskspace-check flag. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 10f82c81..b5e0b41d 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.17.7, matthew.johnson@intel.com) +AC_INIT(swupd-client, 3.17.8, matthew.johnson@intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])