Bump Version and update Changelog for 3.1 Release.
This commit is contained in:
parent
c15957b990
commit
2f11e11717
2 changed files with 16 additions and 1 deletions
15
Changelog
15
Changelog
|
@ -1,3 +1,18 @@
|
||||||
|
== 3.1 Bugfix Release ==
|
||||||
|
Avoid auto-selection variable chunking for buffer sizes below threshold.
|
||||||
|
Do not auto-select Global Dedupe for below threshold buffers.
|
||||||
|
Fix issue #18.
|
||||||
|
Do not try to generate a target filename in pipe mode.
|
||||||
|
Scale default compression buffer size for levels > 8.
|
||||||
|
Fix issue #17.
|
||||||
|
Use LZ4 and Libbsc extra padding space for the compression buffer in adaptive modes.
|
||||||
|
Fix issue #16.
|
||||||
|
Fix issue #15.
|
||||||
|
Fix issue #14
|
||||||
|
Updated fix for issue #12
|
||||||
|
Add check for correct Libarchive version.
|
||||||
|
Update header checks to abort if not found.
|
||||||
|
|
||||||
== 3.0 Major Beta Release ==
|
== 3.0 Major Beta Release ==
|
||||||
Basic capability to list contents of an archive without extracting to disk.
|
Basic capability to list contents of an archive without extracting to disk.
|
||||||
Bump version and update command help text.
|
Bump version and update command help text.
|
||||||
|
|
|
@ -45,7 +45,7 @@ extern "C" {
|
||||||
#define FLAG_DEDUP_FIXED 2
|
#define FLAG_DEDUP_FIXED 2
|
||||||
#define FLAG_SINGLE_CHUNK 4
|
#define FLAG_SINGLE_CHUNK 4
|
||||||
#define FLAG_ARCHIVE 2048
|
#define FLAG_ARCHIVE 2048
|
||||||
#define UTILITY_VERSION "3.0"
|
#define UTILITY_VERSION "3.1"
|
||||||
#define MASK_CRYPTO_ALG 0x30
|
#define MASK_CRYPTO_ALG 0x30
|
||||||
#define MAX_LEVEL 14
|
#define MAX_LEVEL 14
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue