Skip to content

Commit 9267730

Browse files
author
Otavio Pontes
committed
Release 4.2.0
Enhancements - Bundle-list now offers an option to list all bundles that are not required by any explicitly installed bundle in the system (--orphans) - Flag --orphans added to bundle-remove to remove all bundles that are not explicitly installed in the system - Consolidating file heuristics to remove duplication, leading to an improvement in performance - Bash autocomplete auto generate options so it will always match the current installed swupd - Complete support to unusual characters on filenames and directories - Better debug output when delta files failed to apply and curl download errors Bug fixes - Config file loader was not loading config file in /etc properly - Fixed unsigned to signed integer conversion errors - Invalid warning was printed on 3rd-party update when there were no 3rd-party repositories Signed-off-by: Otavio Pontes <[email protected]>
1 parent c833913 commit 9267730

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

0 commit comments

Comments
 (0)