Release v3.6.6

This release includes fixes for handling and removing files and directories,
notably a fix that caused swupd to fail on docker containers due to the overlay
filesystem behaviour, and reading system clock from a better clock source not
hindered by time skew or ntp adjustments.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
This commit is contained in:
Tudor Marcu
2016-10-18 16:31:00 -07:00
parent bf9dffe7d8
commit 8ec0a15f2a
+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.6.5, tudor.marcu@intel.com)
AC_INIT(swupd-client, 3.6.6, tudor.marcu@intel.com)
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])