Skip to content

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Nov 8, 2022
1 parent b9eb5eb commit e88618c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.4.0 | 2022-10-27 08:47:44 -0700

* Update cmake submodule [nomail] [skip ci] (Tim Wojtulewicz, Corelight)

2.4.0-dev.86 | 2022-10-20 16:49:49 -0700

* Fix CMake package file when bundling CAF (Dominik Charousset, Corelight)
Expand Down
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Broker 2.4.0
============

- Fix CMake package file when bundling CAF (Dominik Charousset, Corelight)

- Fix a performance bottleneck in Broker-internal caching.

- Improve performance with the ``stealing`` scheduler policy.

- Fix messaging between clones and proxies that was resulting in an error
message being reported.

- 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.

- Add missing error signaling

- Fix communication between Broker data stores.

Broker 2.3.0
============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0-dev.86
2.4.0
2 changes: 1 addition & 1 deletion include/broker/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using type = unsigned;
constexpr type major = 2;
constexpr type minor = 4;
constexpr type patch = 0;
constexpr auto suffix = "-dev";
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit e88618c

Please sign in to comment.