Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 5ecb58e

Browse files
committed
Release v3.6.2
The previous release (v3.6.1) was tagged at the wrong commit. This release includes the changes described in that release note. 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. Also prunes mistakenly added debuginfo from the manifests when added accidentally and configured to do so via server.ini. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
1 parent e3ca1cc commit 5ecb58e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.66])
5-
AC_INIT(swupd-server, 3.6.1, matthew.johnson@intel.com)
5+
AC_INIT(swupd-server, 3.6.2, matthew.johnson@intel.com)
66
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
77
AM_SILENT_RULES([yes])
88
AC_PROG_CC

0 commit comments

Comments
 (0)