Skip to content

Commit

Permalink
Bump Version and update Changelog for 3.1 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
moinakg committed Mar 2, 2014
1 parent c15957b commit 2f11e11
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
== 3.1 Bugfix Release ==
Avoid auto-selection variable chunking for buffer sizes below threshold.
Do not auto-select Global Dedupe for below threshold buffers.
Fix issue #18.
Do not try to generate a target filename in pipe mode.
Scale default compression buffer size for levels > 8.
Fix issue #17.
Use LZ4 and Libbsc extra padding space for the compression buffer in adaptive modes.
Fix issue #16.
Fix issue #15.
Fix issue #14
Updated fix for issue #12
Add check for correct Libarchive version.
Update header checks to abort if not found.

== 3.0 Major Beta Release ==
Basic capability to list contents of an archive without extracting to disk.
Bump version and update command help text.
Expand Down
2 changes: 1 addition & 1 deletion pcompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extern "C" {
#define FLAG_DEDUP_FIXED 2
#define FLAG_SINGLE_CHUNK 4
#define FLAG_ARCHIVE 2048
#define UTILITY_VERSION "3.0"
#define UTILITY_VERSION "3.1"
#define MASK_CRYPTO_ALG 0x30
#define MAX_LEVEL 14

Expand Down

0 comments on commit 2f11e11

Please sign in to comment.