Skip to content

Commit a9c1366

Browse files
author
Otavio Pontes
committed
Release v3.18.5
This release adds enhancements, bug fixes and test improvements. Enhancements: - Remove dependency on verifytime binary - Prettier --time outputs Bug Fixes: - Don't fail an update if a bundle is removed on server - Inform out of disk errors on download failures - Fix TOCTOU problem when verifying system time - Adjust system time on check-updates to assure signature validation will work - Fix error on output of verifytime when errors occurred. - Behavior of verify and verify --fix is know consistent - Fix incorrect --time output on bundle-add - Use correct permissions when creating parent for statedir directory - Apply system locale on swupd to avoid warnings on filename conversions - Don't affect autocomplete behavior on a verify --fix Tests - Adding new tests and improvements to existing tests - Full tests reorganization to have a better view on the total functional test coverage Signed-off-by: Otavio Pontes <[email protected]>
1 parent dd93552 commit a9c1366

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

0 commit comments

Comments
 (0)