Skip to content

Commit

Permalink
Getting ready for release 2.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Apr 10, 2024
1 parent 1d9eb59 commit c8cf34f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Announcing C-Blosc2 2.14.3
# Announcing C-Blosc2 2.14.4
A fast, compressed and persistent binary data store library for C.

## What is new?

This is a hotfix release. We have fixed some additional security
issues discovered by OSS-Fuzz, and reported as CVEs in
CVE-2024-3203 and CVE-2024-3204. An upgrade for production
(and specially, shared) environments is strongly recommended.
This is a patch release where the `SOVERSION` was bumped since the API changed.

For more info, please see the release notes in:

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

#XXX version-specific blurb XXX#
* Bumped SONAME due to recent API changes. See https://github.com/Blosc/c-blosc2/issues/581.


Changes from 2.14.2 to 2.14.3
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 4 /* for tweaks, bug-fixes, or development */

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


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

0 comments on commit c8cf34f

Please sign in to comment.