Skip to content

Commit

Permalink
Release v3.17.0
Browse files Browse the repository at this point in the history
This release adds configurable mirror support to swupd via the 'mirror'
subcommand. Users can 'set' or 'unset' a mirror and the relevant
configuration files will be placed in /etc/swupd/. If the set mirror is
detected to be a small amount behind the upstream CDN a warning will be
issued to the user. If the mirror is significantly out-of-date the
mirror will be automatically unset to supply the user the most recent
security updates.

SSL certificate failures are now handled specially to provide meaningful
telemetry and error reporting to the user.

Retries are avoided when the contenturl is a file:// url to a local
update directory.

Signed-off-by: Matthew Johnson <[email protected]>
  • Loading branch information
matthewrsj committed May 4, 2018
1 parent b513c07 commit 8b0b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.66])
AC_INIT(swupd-client, 3.16.0, [email protected])
AC_INIT(swupd-client, 3.17.0, [email protected])
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 8b0b681

Please sign in to comment.