mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 14:11:52 +00:00
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 <matthew.johnson@intel.com>
This commit is contained in:
+1
-1
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user