Skip to content

Commit

Permalink
Release v3.6.1
Browse files Browse the repository at this point in the history
This release introduces a change to the hashing scheme regarding delta names,
and directory hashes. Fixes are also included for using consistent paths for
the certificates, attempting local signature verification before downloading
the Manifest.MoM and signature from the server, patching functional tests
to accomodate the new hash changes, and various memory leaks and code cleanup.

Signed-off-by: Tudor Marcu <[email protected]>
  • Loading branch information
tmarcu committed Aug 19, 2016
1 parent f7d122b commit 2fed6d7
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.6.0, [email protected])
AC_INIT(swupd-client, 3.6.1, [email protected])
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 2fed6d7

Please sign in to comment.