Bump version and update Changelog for 2.2 release.
This commit is contained in:
parent
ab1ced942d
commit
8db0bef184
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
== 2.2 Bugfix Release ==
|
||||
Update invalid environment variable handling to actually fail rather than auto-correct.
|
||||
Fix a crash with invalid PCOMPRESS_CHUNK_HASH_GLOBAL.
|
||||
Update testcase to correctly detect core files.
|
||||
Drastic simplification of Min-heap code and resultant Delta speedup.
|
||||
Correspond segment size to chunk size for Segmented Dedupe for better accuracy.
|
||||
Add a testcase for issue #10.
|
||||
Fix issue #10.
|
||||
Fix issue #8.
|
||||
== 2.1 Update Release ==
|
||||
Add more tests covering Segmented Global Dedupe.
|
||||
Fix some tests.
|
||||
|
|
|
@ -44,7 +44,7 @@ extern "C" {
|
|||
#define FLAG_DEDUP 1
|
||||
#define FLAG_DEDUP_FIXED 2
|
||||
#define FLAG_SINGLE_CHUNK 4
|
||||
#define UTILITY_VERSION "2.1"
|
||||
#define UTILITY_VERSION "2.2"
|
||||
#define MASK_CRYPTO_ALG 0x30
|
||||
#define MAX_LEVEL 14
|
||||
|
||||
|
|
Loading…
Reference in a new issue