Skip to content

Commit

Permalink
Post 2.14.3 release actions done
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 6, 2024
1 parent cfaa9c7 commit 12de896
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ A fast, compressed and persistent binary data store library for C.

## What is new?

This is a maintenance release. We have fixed some additional security
issues discovered by OSS-Fuzz.
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.

For more info, please see the release notes in:

Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Release notes for C-Blosc2
==========================

Changes from 2.14.3 to 2.14.4
=============================

#XXX version-specific blurb XXX#


Changes from 2.14.2 to 2.14.3
=============================

* More fixes for internal fuzzer.


Changes from 2.14.1 to 2.14.2
=============================

Expand All @@ -19,6 +26,7 @@ Changes from 2.14.0 to 2.14.1
This is because many linux distros do not have `python` as a
symlink to `python3` anymore.


Changes from 2.13.2 to 2.14.0
=============================

Expand Down
4 changes: 2 additions & 2 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ extern "C" {
/* Version numbers */
#define BLOSC2_VERSION_MAJOR 2 /* for major interface/format changes */
#define BLOSC2_VERSION_MINOR 14 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */
#define BLOSC2_VERSION_RELEASE 4 /* for tweaks, bug-fixes, or development */

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


Expand Down

0 comments on commit 12de896

Please sign in to comment.