File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # Announcing C-Blosc2 2.14.1
1
+ # Announcing C-Blosc2 2.14.2
2
2
A fast, compressed and persistent binary data store library for C.
3
3
4
4
## What is new?
5
5
6
- This is a maintenance release. When loading plugins, first try with
7
- ` python ` and then ` python3 ` . This is because many linux distros
8
- do not have ` python ` as a symlink to ` python3 ` anymore.
6
+ This is a maintenance release. Security issue CVE-2024 -3203 and
7
+ CVE-2024 -3204 have been fixed.
9
8
10
9
For more info, please see the release notes in:
11
10
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Release notes for C-Blosc2
4
4
Changes from 2.14.1 to 2.14.2
5
5
=============================
6
6
7
- #XXX version-specific blurb XXX#
7
+ * Fixes for CVE-2024 -3203 and CVE-2024 -3204.
8
+
8
9
9
10
Changes from 2.14.0 to 2.14.1
10
11
=============================
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ extern "C" {
85
85
#define BLOSC2_VERSION_MINOR 14 /* for minor interface/format changes */
86
86
#define BLOSC2_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */
87
87
88
- #define BLOSC2_VERSION_STRING "2.14.2.dev " /* string version. Sync with above! */
89
- #define BLOSC2_VERSION_DATE "$Date:: 2023-04-04 #$" /* date version */
88
+ #define BLOSC2_VERSION_STRING "2.14.2" /* string version. Sync with above! */
89
+ #define BLOSC2_VERSION_DATE "$Date:: 2023-04-06 #$" /* date version */
90
90
91
91
92
92
/* The maximum number of dimensions for Blosc2 NDim arrays */
You can’t perform that action at this time.
0 commit comments