Skip to content

Commit

Permalink
Update CHANGES, VERSION, and NEWS for 2.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Nov 22, 2022
1 parent d91e29b commit a7d55f8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.3.5 | 2022-11-22 08:44:02 -0700

* Update CHANGES, VERSION, and NEWS for 2.3.5 release (Tim Wojtulewicz, Corelight)

* 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.3.3-9 | 2022-11-17 08:49:45 -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.3.5
============

- Fix Windows CI builds (Tim Wojtulewicz, Corelight)

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

Broker 2.3.4
============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3-9
2.3.5
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 = 3;
constexpr auto suffix = "-9";
constexpr type patch = 5;
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit a7d55f8

Please sign in to comment.