Skip to content

Commit

Permalink
Updating NEWS, CHANGES, and VERSION for 2.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Sep 19, 2022
1 parent 8e2907e commit ef2bbfc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.3.3 | 2022-09-19 09:23:11 -0700

* Release 2.3.3.

* Fix error handling with OpenSSL calls (Dominik Charousset, Corelight)

(cherry picked from commit 0c391abfcfa75f58ba0fece21f361af0b256814c)

2.3.2-1 | 2022-09-19 08:50:56 -0700

* Update CAF submodule to fix stalling Broker pipelines (Dominik Charousset, Corelight)
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Broker 2.3.3
============

- Fix a bug that prevented Broker nodes to recover from OpenSSL errors.

- Fix handling of buffer sizes that caused Broker to stall despite having
sufficient capacity.

Broker 2.3.2
============

- Add missing error signaling

Broker 2.3.1
============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.2-1
2.3.3
4 changes: 2 additions & 2 deletions include/broker/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ using type = unsigned;

constexpr type major = 2;
constexpr type minor = 3;
constexpr type patch = 2;
constexpr auto suffix = "-1";
constexpr type patch = 3;
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit ef2bbfc

Please sign in to comment.