Bump version and update Changelog for 2.2 release.

This commit is contained in:
Moinak Ghosh 2013-05-28 21:45:19 +05:30
parent ab1ced942d
commit 8db0bef184
2 changed files with 10 additions and 1 deletions

View file

@ -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 == == 2.1 Update Release ==
Add more tests covering Segmented Global Dedupe. Add more tests covering Segmented Global Dedupe.
Fix some tests. Fix some tests.

View file

@ -44,7 +44,7 @@ extern "C" {
#define FLAG_DEDUP 1 #define FLAG_DEDUP 1
#define FLAG_DEDUP_FIXED 2 #define FLAG_DEDUP_FIXED 2
#define FLAG_SINGLE_CHUNK 4 #define FLAG_SINGLE_CHUNK 4
#define UTILITY_VERSION "2.1" #define UTILITY_VERSION "2.2"
#define MASK_CRYPTO_ALG 0x30 #define MASK_CRYPTO_ALG 0x30
#define MAX_LEVEL 14 #define MAX_LEVEL 14