Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit a709e41

Browse files
committed
Release v3.2.0
This release includes a couple of new features, a couple of bug fixes for boot file handling, build fixes, and adds some new functional tests. New features: - Adds a new mechanism for 'swupd update' to recover in the event of certain types of internal errors. The mechanism is currently used to recover in a situation where the parent directory is missing for a staged file. - Adds support for libcurl's FILE protocol, allowing the user to pass file:// URIs to the -u option. Bug fixes: - Fixes handling of boot files for all subcommands. Specifically, 'bundle-add' was not properly installing boot files, and 'verify --fix' was ignoring corrupt boot files. - Fixes an issue with certificate installation on Yocto. - Fixes an issue with passing --disable-bzip2 to configure. Signed-off-by: Patrick McCarty <[email protected]>
1 parent b520fc2 commit a709e41

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

0 commit comments

Comments
 (0)