From 7b7007d6c58ab4247deb479dc35cf369c2617a0b Mon Sep 17 00:00:00 2001 From: Moinak Ghosh Date: Fri, 10 Aug 2012 11:01:42 +0530 Subject: [PATCH] Update version to 0.7 (0.6 was alpha). --- Changelog | 3 ++- pcompress.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 9edffae..a090c46 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -== 0.6 Beta release == +== 0.7 Beta release == Bump version to 0.6 Fix handling of compression flags in adaptive mode Fix error handling when chunk size is too small for dedupe @@ -21,6 +21,7 @@ Fix buffer sizing for LZ4. Fix exit condition checks in LZ4 decompression wrapper. Fix buffer size calculation when decompressing LZ4, Zlib and Bzip2 compressed chunks. Slight SSE optimization in LZ4HC. +== 0.6 Alpha bugfix release == Fix crash when algo init function returns error. Fix LZFX error handling. More updates to README. diff --git a/pcompress.h b/pcompress.h index 0e55b30..5a120bf 100644 --- a/pcompress.h +++ b/pcompress.h @@ -39,7 +39,7 @@ extern "C" { #define MIN_CHUNK 2048 #define VERSION 2 #define FLAG_DEDUP 1 -#define UTILITY_VERSION 0.6 +#define UTILITY_VERSION 0.7 #define COMPRESSED 1 #define UNCOMPRESSED 0