Release v3.17.11

This release allows swupd to ignore MoM entries marked with the 'I'
flag. The 'I' flag will be used to represent iterative manifests when
that feature is made available by mixer. Until swupd knows how to handle
them it will ignore them.

Several improvements to the test library were added in this release as
well.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
Matthew Johnson
2018-08-09 15:34:47 -07:00
parent 56d3102ed9
commit 466bedf1d3
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.66])
AC_INIT(swupd-client, 3.17.10, matthew.johnson@intel.com)
AC_INIT(swupd-client, 3.17.11, matthew.johnson@intel.com)
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])