mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 22:21:32 +00:00
Release v3.13.0
This release adds mixer integration to swupd-client which allows local content to be added alongside upstream content. A bug is also fixed where CTRL-C during fullfile download caused subsequent operations to fail due to a hash mismatch in the state directory. Autocompletion was fixed. A --no-scripts flag was added to the post-update scripts entirely, mainly for container use-cases when these scripts will not work. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.66])
|
||||
AC_INIT(swupd-client, 3.12.7, matthew.johnson@intel.com)
|
||||
AC_INIT(swupd-client, 3.13.0, matthew.johnson@intel.com)
|
||||
AM_PROG_AR
|
||||
LT_INIT
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
Reference in New Issue
Block a user