From 330bede498b537a04f2a911a030ca16de9c6d554 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Fri, 15 Sep 2017 15:59:12 -0700 Subject: [PATCH] Release v3.6.1 This release fixes a bug where swupd-server was creating the staged and delta directories within the packs with 0750 permissions instead of the expected 0700 permissions. It also adds a configuration option to server.ini to ban debuginfo from the manifests and configure where debuginfo libs and src are stored. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 713ef34..3e3f631 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-server, 3.6.0, matthew.johnson@intel.com) +AC_INIT(swupd-server, 3.6.1, matthew.johnson@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC