Skip to content

Commit

Permalink
QATAPP-10545: Update QATzip package for 0.2.6 release
Browse files Browse the repository at this point in the history
        * Update README for 0.2.6 release
        * Update qzip utility version information

Change-Id: I52011b01eb182782edd4ff1c452a78cc4b7b6134

Signed-off-by: David Qian <david.qian@intel.com>
  • Loading branch information
daweiq committed Sep 30, 2018
1 parent 6392385 commit 0519139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ switch to software if there is insufficient system resources including accelerat
instances or memory. This feature allows for a common software stack between server
platforms that have acceleration devices and non-accelerated platforms.
* Automatic recovery from hardware compression failure.
* Provide streaming interface of compression and decompression to achieve better compression
ratio and throughput for data sets that are submitted piecemeal.

## Hardware Requirements

Expand Down
2 changes: 1 addition & 1 deletion utils/qzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static char const *const g_license_msg[] = {
0
};

static char const *const g_version_str = "v0.2.5";
static char const *const g_version_str = "v0.2.6";

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 0519139

Please sign in to comment.