Skip to content

Commit

Permalink
Update CHANGES, VERSION, and NEWS for 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Nov 21, 2022
1 parent 9da01b5 commit a38f8e2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.4.1 | 2022-11-21 16:43:16 -0700

* Add clangd .cache directory to gitignore (Tim Wojtulewicz, Corelight)

* Windows CI: make Dockerfile a little more like one in Zeek (Tim Wojtulewicz, Corelight)

- Install choco in a much less-verbose way
- Use choco to install VS build tools and git

2.4.0-dev.98 | 2022-11-17 13:56:32 -0700

* Fix clang-tidy warnings (Dominik Charousset, Corelight)
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Broker 2.4.1
============

- Fix Windows CI builds (Tim Wojtulewicz, Corelight)

- Fix a potential stall in Broker’s internal data pipeline (Dominik Charousset,
Corelight)

Broker 2.4.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.98
2.4.1
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 = 4;
constexpr type patch = 0;
constexpr auto suffix = "-dev";
constexpr type patch = 1;
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit a38f8e2

Please sign in to comment.