Skip to content

Commit

Permalink
Release v3.17.4
Browse files Browse the repository at this point in the history
This release make several bug fixes and implementation improvements as
listed below:

* Fix memory leak on subscription list
* Add missing --nosigcheck option to search subcommand
* Better memory management in some codepaths
* Report missing packs to telemetry (when user is opted-in)
* Unused/commented-out code removed from codebase
* Improve the internal swupd_curl API, including making it more usable
  and performing better memory management.
* Remove content when running swupd clean and only keep manifests around
* Add fullfile fallback to bundle-add code.
* Refactor bundle-remove to properly remove multiple bundles.

Signed-off-by: Matthew Johnson <[email protected]>
  • Loading branch information
matthewrsj committed Jun 8, 2018
1 parent e388674 commit 3fbd376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.66])
AC_INIT(swupd-client, 3.17.3, [email protected])
AC_INIT(swupd-client, 3.17.4, [email protected])
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 3fbd376

Please sign in to comment.