Skip to content

Commit c7faa4a

Browse files
author
Otavio Pontes
committed
Release v3.17.14
This release adds support for using SSL client certificate if provided via /etc/swupd/client.pem, it makes some updates to the swupd test library and travis CI environment and makes a number of bug fixes: - Memory managements improvements for swupd search - No longer use network in swupd clean - Temporarily disable parallel pack downloads due to timeout bug when downloading large packs. Signed-off-by: Otavio Pontes <[email protected]>
1 parent ed73666 commit c7faa4a

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

0 commit comments

Comments
 (0)