From 769413be4eaedae2e7895e299764fc61bf4181f2 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Tue, 15 Nov 2016 18:30:24 -0800 Subject: [PATCH] Release v3.7.2 This release removes certificate pinning to enable the client to communicate with a CDN for update operations, minimizing syscalls to fdopen/fclose during file downloads and using the default curl write handler to improve performance, and returning proper return codes when calling check-update. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 752d1dc5..9301a3c8 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.7.1, tudor.marcu@intel.com) +AC_INIT(swupd-client, 3.7.2, tudor.marcu@intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])