From bdeff015dcefae3ec1fa3e9409f6584920af586b Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 13 Apr 2016 15:35:53 -0700 Subject: [PATCH] Release v3.5.0 This release adds some new features and fixes a few bugs. New features: - The state directory is now configurable (defaults to /var/lib/swupd) with the -S/--statedir option. - Adds a bash completion script for the swupd binary. It is not installed by default, but lives in the toplevel directory of the dist tarball (swupd.bash). - Adds support for "-m latest" when running 'verify --install', which will download update content for the latest version for the current format. Bug fixes: - Fixes a crash in 'hashdump' when the -b option is not specified. - Fixes a crash in 'bundle-remove' that occurs when attempting to remove a bundle that exists in the tracking directory but does not exist in the Manifest.MoM. - Fixes a bug with manifest consolidation that can result in files not being deleted during an update when they should be. - Quiets progress messages related to the new bundle includes functionality. Signed-off-by: Patrick McCarty --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 003557ae..aeac0d34 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.4.0, timothy.c.pepper@linux.intel.com) +AC_INIT(swupd-client, 3.5.0, timothy.c.pepper@linux.intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])