From 616f4b7343a8479f7e71dd3d7025bd92c9a6bbd0 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Mon, 24 Jun 2024 17:56:17 +0200 Subject: [PATCH] Getting ready for 1.21.6 release --- ANNOUNCE.rst | 7 ++++--- RELEASE_NOTES.rst | 3 ++- blosc/blosc.h | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index 81532085..55bd355b 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -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: diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index b450e7df..2dab0c5e 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -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 diff --git a/blosc/blosc.h b/blosc/blosc.h index c11e1520..c9dc8ed7 100644 --- a/blosc/blosc.h +++ b/blosc/blosc.h @@ -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 */