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

Commit da61915

Browse files
author
Otavio Pontes
committed
This release adds enhancements, bug fixes and test improvements.
Enhancements: - Documentation and output improvements for new verify alias - zsh shell command completion - Prevent swupd from running interactive commands - Require force flag to prevent users to rely on unsafe http connections - Create a config file to set default flags to be used with swupd commands - Supporting new Manifest feature: also-add (optional) bundles. - Rework on preventing flag duplication - Don't print progress report on autoupdate Bug fixes: - Root required in cases where it shouldn't - Download progress bug could print percentages larger than 100% - When using a local mirror, continue update even if not possible to check if mirror is outdated Tests: - Including extra signature verification tests, like key rotation and chained certificate checks - Fixing some incorrect and broken tests - Extra tests added Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
1 parent ab37e80 commit da61915

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.20.0, otavio.pontes@intel.com)
5+
AC_INIT(swupd-client, 3.21.0, otavio.pontes@intel.com)
66
AM_PROG_AR
77
LT_INIT
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)