Skip to content

Commit

Permalink
Getting ready for release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed May 7, 2022
1 parent 8ea407a commit ba8a200
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 2 additions & 4 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Announcing C-Blosc2 2.1.0
# Announcing C-Blosc2 2.1.1
A fast, compressed and persistent binary data store library for C.

## What is new?

The Blosc development team is happy to announce a new release of C-Blosc2.
This is a minor release for giving support to the [ZFP codec]([ZFP lossy codec](https://zfp.readthedocs.io/)),
meant to do lossy compression with multidimensional floating point data.
More info at: https://www.blosc.org/posts/support-lossy-zfp/
This is a maintenance release for fixing a bug affecting [ARM platforms](https://github.com/Blosc/c-blosc2/issues/392)). Also more warnings and fuzzer issues has been fixed.

C-Blosc2 should be backward compatible with C-Blosc, so you can start using
it right away and increasingly start to use its new functionality, like the
Expand Down
10 changes: 8 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Release notes for C-Blosc2 2.1.0
Release notes for C-Blosc2 2.1.1
================================

Changes from 2.1.0 to 2.1.1
===========================

#XXX version-specific blurb XXX#
* Fixed a nasty bug introduced in 2.1.0 that affects to the blosclz codec in ARM arch. See https://github.com/Blosc/c-blosc2/issues/392.

* Added support for external zlib-ng (see https://github.com/Blosc/c-blosc2/pull/393). Thanks to Mark Harfouche.

* Fixed more compiler warnings (https://github.com/Blosc/c-blosc2/pull/394). Now C-Blosc2 should be relatively free of them.

* Fixed more fuzzer issues.


Changes from 2.0.4 to 2.1.0
Expand Down
4 changes: 2 additions & 2 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ extern "C" {
#define BLOSC_VERSION_MINOR 1 /* for minor interface/format changes */
#define BLOSC_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */

#define BLOSC_VERSION_STRING "2.1.1.dev" /* string version. Sync with above! */
#define BLOSC_VERSION_DATE "$Date:: 2022-04-09 #$" /* date version */
#define BLOSC_VERSION_STRING "2.1.1" /* string version. Sync with above! */
#define BLOSC_VERSION_DATE "$Date:: 2022-05-07 #$" /* date version */


/* Tracing macros */
Expand Down

0 comments on commit ba8a200

Please sign in to comment.