Skip to content

Commit

Permalink
Release v3.14.6
Browse files Browse the repository at this point in the history
This release fixes various bugs
* Remove invalid memory reads when listing local bundles
* Fixes init/deinit of all bundle list variants
* Sorts output of installable bundles
* Fixes invalid call to stat when FALLBACK_CAPATHS are empty
* Fixes mixer integration bundle-add/remove
* Fixes mixer integration upstream url handling
* And fixes other minor internal issues

Signed-off-by: Matthew Johnson <[email protected]>
  • Loading branch information
matthewrsj committed Feb 15, 2018
1 parent 93ef149 commit 5a0b62b
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.14.5, [email protected])
AC_INIT(swupd-client, 3.14.6, [email protected])
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 5a0b62b

Please sign in to comment.