Skip to content

Commit

Permalink
Getting ready for release 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 6, 2024
1 parent 892f6d9 commit a1fb572
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 3 additions & 4 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Announcing C-Blosc2 2.14.1
# Announcing C-Blosc2 2.14.2
A fast, compressed and persistent binary data store library for C.

## What is new?

This is a maintenance release. When loading plugins, first try with
`python` and then `python3`. This is because many linux distros
do not have `python` as a symlink to `python3` anymore.
This is a maintenance release. Security issue CVE-2024-3203 and
CVE-2024-3204 have been fixed.

For more info, please see the release notes in:

Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Release notes for C-Blosc2
Changes from 2.14.1 to 2.14.2
=============================

#XXX version-specific blurb XXX#
* Fixes for CVE-2024-3203 and CVE-2024-3204.


Changes from 2.14.0 to 2.14.1
=============================
Expand Down
4 changes: 2 additions & 2 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ extern "C" {
#define BLOSC2_VERSION_MINOR 14 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.14.2.dev" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-04-04 #$" /* date version */
#define BLOSC2_VERSION_STRING "2.14.2" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-04-06 #$" /* date version */


/* The maximum number of dimensions for Blosc2 NDim arrays */
Expand Down

0 comments on commit a1fb572

Please sign in to comment.