Skip to content

Commit c8cf34f

Browse files
committed
Getting ready for release 2.14.4
1 parent 1d9eb59 commit c8cf34f

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

ANNOUNCE.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# Announcing C-Blosc2 2.14.3
1+
# Announcing C-Blosc2 2.14.4
22
A fast, compressed and persistent binary data store library for C.
33

44
## What is new?
55

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

118
For more info, please see the release notes in:
129

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release notes for C-Blosc2
44
Changes from 2.14.3 to 2.14.4
55
=============================
66

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

99

1010
Changes from 2.14.2 to 2.14.3

include/blosc2.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ extern "C" {
8585
#define BLOSC2_VERSION_MINOR 14 /* for minor interface/format changes */
8686
#define BLOSC2_VERSION_RELEASE 4 /* for tweaks, bug-fixes, or development */
8787

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

9191

9292
/* The maximum number of dimensions for Blosc2 NDim arrays */

0 commit comments

Comments
 (0)