Skip to content

Commit

Permalink
Release v3.16.0
Browse files Browse the repository at this point in the history
This release adds some new features and optimizations to udpates.

* Apply all deltas from the pack, not just the renames identified in the
  manifest.
* Do not retry 404 downloads.
* Allow updates to specific version with the -m flag.

Additionally, some other minor issues were fixed, including a bug in
time stat reporting.

Signed-off-by: Matthew Johnson <[email protected]>
  • Loading branch information
matthewrsj committed Apr 19, 2018
1 parent c2f3537 commit a24931e
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.15.5, [email protected])
AC_INIT(swupd-client, 3.16.0, [email protected])
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit a24931e

Please sign in to comment.