Skip to content

Commit

Permalink
Getting ready for 1.21.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 2, 2023
1 parent 3717bd2 commit d306135
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
===============================================================
Announcing C-Blosc 1.21.4
Announcing C-Blosc 1.21.5
A blocking, shuffling and lossless compression library for C
===============================================================

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

This is a maintenance release. Upgraded internal zstd from 1.5.2 to 1.5.5
and Zlib to 1.2.13.
This is a maintenance release. Here, we have provided a fix for a SSE2/AVX2
build issue. Thanks to Thomas VINCENT and Mark Kittisopikul.

For more info, please see the release notes in:

Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
Changes from 1.21.4 to 1.21.5
=============================

#XXX version-specific blurb XXX#
* Fix SSE2/AVX2 build issue. Fixes #352. Thanks to Thomas VINCENT
and Mark Kittisopikul.


Changes from 1.21.3 to 1.21.4
Expand Down
2 changes: 1 addition & 1 deletion blosc/blosc.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern "C" {
#define BLOSC_VERSION_MINOR 21 /* for minor interface/format changes */
#define BLOSC_VERSION_RELEASE 5 /* for tweaks, bug-fixes, or development */

#define BLOSC_VERSION_STRING "1.21.5.dev" /* string version. Sync with above! */
#define BLOSC_VERSION_STRING "1.21.5" /* string version. Sync with above! */
#define BLOSC_VERSION_REVISION "$Rev$" /* revision version */
#define BLOSC_VERSION_DATE "$Date:: 2023-05-16 #$" /* date version */

Expand Down

0 comments on commit d306135

Please sign in to comment.