Skip to content

Commit 260f710

Browse files
author
Otavio Pontes
committed
Release v3.19.0
This release adds enhancements, bug fixes and test improvements. Enhancements: - Download manifest deltas when provided by the server to have smaller updates - Swupd can verify a list of bundles instead of verifying the full system - Improve error messages on swupd network connection errors - Return meaningful and consistent exit codes on swupd errors - Add configurable download retries (--max-retries and --retry-delay) - Add bytes transferred in telemetry reports and inform this to the user on updates - Start tracking manually installed bundles so we can use that info in the future Bug Fixes: - Don't remove files under /usr/src on verify --fix --picky - Don't force bootloader execution if the bootloader binary isn't present - Don't follow relative symlinks when installing new files - Use timestamp from installed system when adjusting the system time Tests - Add unit tests to functions hard to test using functional tests Signed-off-by: Otavio Pontes <[email protected]>
1 parent 17e8708 commit 260f710

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

0 commit comments

Comments
 (0)