Skip to content

Commit

Permalink
Release v3.24.0
Browse files Browse the repository at this point in the history
This release of swupd introduces management of 3rd-party repositories and
content installed from them. A 3rd-party repository enables the distribution
of user produced content. Multiple repositories can be managed along with the
default upstream server. Most of the swupd subcommands used for managing
upstream content are supported to manage 3rd-party content along with most of
their options.

Besides that, this release also adds multiple improvements in pre-existing
swupd commands and bug fixes.

Enhancements:
 - Adding flag --recursive to bundle-remove so dependencies can also be removed from the system as long as nothing else still depends on them
 - Improve the output of bundle-info and bundle-list to inform if dependencies were included or added by also-add flag
 - Reporting the total space cleared by swupd clean command
 - Display which bundles are installed on the output of bundle-info command
 - Run ldconfig on chroot when running swupd using --path parameter
 - Display a spinner before downloading a file to improve progress report
 - Support searching files on specific version on search-file command
 - Make swupd config files case insensitive

Bugs:
 - Invalid output when using an empty file as swupd config file
 - Memory leaks on initialization erros or downloading a file to a full disk
 - Bundle info was showing an incorrect size for large bundles
 - Number of files added by bundle-add was corrected

Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
  • Loading branch information
Otavio Pontes committed Mar 6, 2020
1 parent 68de707 commit 8307c81
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.23.0, otavio.pontes@intel.com)
AC_INIT(swupd-client, 3.24.0, otavio.pontes@intel.com)
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 8307c81

Please sign in to comment.