From 8db0bef1847a8e25700984533aeb79c9e9ad48ea Mon Sep 17 00:00:00 2001 From: Moinak Ghosh Date: Tue, 28 May 2013 21:45:19 +0530 Subject: [PATCH] Bump version and update Changelog for 2.2 release. --- Changelog | 9 +++++++++ pcompress.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index c5b65f0..ad3e2a0 100644 --- a/Changelog +++ b/Changelog @@ -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. diff --git a/pcompress.h b/pcompress.h index e9f6c1d..2d1d2d6 100644 --- a/pcompress.h +++ b/pcompress.h @@ -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