Skip to content

Commit c0aa200

Browse files
author
Otavio Pontes
committed
Release v3.18.3
This release fixes a series of bugs and includes improvements into tests and testlibrary API. Bug fixes: - Better exit codes and failure messages for swupd commands - Documentation improvement adding information about os-format in manpages and systemd unitdir build option in swupd -v - Using a more robust string to integer conversion in order to prevent overflows - Report files removed by --picky in verify summary - Fix verify --fix bug when downgrading to a version with missing bundles. - Fix memory leaks and invalid memory access when using time report (-t) - Adding more probes to time report (report total time and post-install script execution. - Removing deprecated code for handling the deprecated and unused manifest deltas Tests: - Improvement in testlib documentation - Adding more tests - Bug fixes in testlib API - Support for running tests in a proxy environment - Webserver consolidation Signed-off-by: Otavio Pontes <[email protected]>
1 parent d8d163a commit c0aa200

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

0 commit comments

Comments
 (0)