Skip to content

Commit

Permalink
Getting ready for 1.21.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jun 24, 2024
1 parent 35f236c commit 616f4b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
===============================================================
Announcing C-Blosc 1.21.5
Announcing C-Blosc 1.21.6
A blocking, shuffling and lossless compression library for C
===============================================================

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

This is a maintenance release. Here, we have provided a fix for a SSE2/AVX2
build issue. Thanks to Thomas VINCENT and Mark Kittisopikul.
This is a maintenance release. Here, we are providing new versions of
internal Zlib and Zstd compressors, which are now 1.3.1 and 1.5.6
respectively.

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,8 +6,9 @@
Changes from 1.21.5 to 1.21.6
=============================

* Zlib updated to 1.3.1
* Zlib updated to 1.3.1. Thanks to Lachlan Deakin.
* Zstd updated to 1.5.6
* Fixed many typos. Thanks to Dimitri Papadopoulos.


Changes from 1.21.4 to 1.21.5
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 21 /* for minor interface/format changes */
#define BLOSC_VERSION_RELEASE 6 /* for tweaks, bug-fixes, or development */

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

/* The *_FORMAT symbols should be just 1-byte long */
#define BLOSC_VERSION_FORMAT 2 /* Blosc format version, starting at 1 */
Expand Down

2 comments on commit 616f4b7

@Biswa96
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has not been added in release page. Is that expected?

@FrancescAlted
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Fixed.

Please sign in to comment.