Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Oct 28, 2016
1 parent 62cc3d7 commit 702871d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.6:
Various improvements to the gzip program's behavior.

Faster CRC-32 on AVX-capable processors.

Other minor changes.

Version 0.5:
The CRC-32 checksum algorithm has been optimized with carryless
multiplication instructions for x86_64 (PCLMUL). This speeds up gzip
Expand Down
4 changes: 2 additions & 2 deletions libdeflate.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ extern "C" {
#endif

#define LIBDEFLATE_VERSION_MAJOR 0
#define LIBDEFLATE_VERSION_MINOR 5
#define LIBDEFLATE_VERSION_STRING "0.5"
#define LIBDEFLATE_VERSION_MINOR 6
#define LIBDEFLATE_VERSION_STRING "0.6"

#include <stddef.h>
#include <stdint.h>
Expand Down

0 comments on commit 702871d

Please sign in to comment.