Bump version to 0.8.6

Update Changelog
This commit is contained in:
Moinak Ghosh 2012-10-02 10:24:32 +05:30
parent 9475ccc3d6
commit 3492949aff
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
== 0.8.6 Update Release ==
Fix polynomial computation.
Fix incorrect block length when doing fixed-block dedupe.
Remove unused structure member.
Switch to multiplicative rolling hash for good
== 0.8.5 Update Release ==
Update adaptive mode heuristic based on algorithms.
Remove incorrect check in PPMd decompression code.

View file

@ -41,7 +41,7 @@ extern "C" {
#define FLAG_DEDUP 1
#define FLAG_DEDUP_FIXED 1
#define FLAG_SINGLE_CHUNK 2
#define UTILITY_VERSION "0.8.5"
#define UTILITY_VERSION "0.8.6"
#define COMPRESSED 1
#define UNCOMPRESSED 0