Skip to content

Commit d627a0f

Browse files
committed
Release v3.17.9
This release makes several internal improvements to the swupd codebase, adds a few bugfixes, and adds pre-work for future features. An update to the swupd manpage was added, unnecessary bundle untracking code was removed, unused and unnecessary version number reservations were removed, a policy warning was added to autoupdate disabling, an output message bug in bundle-add was fixed, and over-reporting on file descriptor leaks was fixed as well. Swupd will now track which bundles are manually installed on the system vs pulled in by bundle includes. This is pre-work for a potential future feature for recursive removal of included bundles when doing a bundle-remove. Signed-off-by: Matthew Johnson <[email protected]>
1 parent 5c2d977 commit d627a0f

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

0 commit comments

Comments
 (0)