Skip to content

Commit

Permalink
Getting ready for 1.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jul 19, 2017
1 parent 10fb9a9 commit ad0bc81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
===============================================================
Announcing C-Blosc 1.12.0
Announcing C-Blosc 1.12.1
A blocking, shuffling and lossless compression library for C
===============================================================

What is new?
============

In order to avoid problems with platforms with incomplete development
library codecs, the default is now to compile the internal codecs.
Users can still compile Blosc with external codecs by properly setting
cmake options like PREFER_EXTERNAL_SNAPPY, PREFER_EXTERNAL_ZLIB or
PREFER_EXTERNAL_ZSTD.

Also, the internal Zstd codec has been updated to 1.3.0.
Backported BloscLZ parameters that were fine-tuned for C-Blosc2.
You should expect better compression ratios and faster operation,
specially on modern CPUs. See:
http://blosc.org/posts/blosclz-tuning/

For more info, please see the release notes in:

Expand Down
4 changes: 2 additions & 2 deletions blosc/blosc.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ extern "C" {
#define BLOSC_VERSION_MINOR 12 /* for minor interface/format changes */
#define BLOSC_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */

#define BLOSC_VERSION_STRING "1.12.1-dev" /* string version. Sync with above! */
#define BLOSC_VERSION_STRING "1.12.1" /* string version. Sync with above! */
#define BLOSC_VERSION_REVISION "$Rev$" /* revision version */
#define BLOSC_VERSION_DATE "$Date:: 2017-07-06 #$" /* date version */
#define BLOSC_VERSION_DATE "$Date:: 2017-07-19 #$" /* date version */

#define BLOSCLZ_VERSION_STRING "1.0.6" /* the internal compressor version */

Expand Down

0 comments on commit ad0bc81

Please sign in to comment.