Skip to content

Commit bdeff01

Browse files
committed
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 <[email protected]>
1 parent 058ff85 commit bdeff01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-client, 3.4.0, [email protected])
5+
AC_INIT(swupd-client, 3.5.0, [email protected])
66
AM_PROG_AR
77
LT_INIT
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)