Skip to content

Commit

Permalink
Getting ready for release 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 6, 2024
1 parent 9cc79a7 commit cfaa9c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI Fuzz
on: [pull_request]
on: [push, pull_request]
jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Announcing C-Blosc2 2.14.2
# Announcing C-Blosc2 2.14.3
A fast, compressed and persistent binary data store library for C.

## What is new?

This is a maintenance release. Security issue CVE-2024-3203 and
CVE-2024-3204 have been fixed.
This is a maintenance release. We have fixed some additional security
issues discovered by OSS-Fuzz.

For more info, please see the release notes in:

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

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

* More fixes for internal fuzzer.

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

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 2 /* for tweaks, bug-fixes, or development */
#define BLOSC2_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */

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


Expand Down

0 comments on commit cfaa9c7

Please sign in to comment.