Skip to content

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmmr committed Jul 5, 2022
1 parent 982f3a0 commit a2dddc1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
40 changes: 17 additions & 23 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
2.1.0-45 | 2022-07-05 10:29:07 +0200
2.2.0 | 2022-07-05 11:34:10 +0200

* Add WebSocket transport layer compatible with Zeek 5.0. We now try
both Broker and WebSocket when connecting to Zeek. The former will
work with Zeek 4.0, the latter with Zeek 5.0.

* Add IXWebSocket to 3rd-party software.

* Bump stduuid module.

* Fix deadlock in scheduler.

* Fix usage message.

2.1.0-35 | 2022-04-26 11:40:07 +0200

* Port to Windows.

* Fix potential deref of unset optional.

2.1.0 | 2022-03-29 12:45:55 +0200
* Port to Windows. (Binary build to come with next release.)

* GH-25: Add `files_columns` table that extracts selected columns
from on-disk files und sends them over to Zeek as a record. See
Expand All @@ -38,16 +20,24 @@
initial snapshot first, followed by diffs; and (2) "diffs", which
sends an empty initial result and then just diffs.

* Move numerical version number computation from CMake to runtime.

* Update SQLite to 3.38.1 to give us built-in JSON support.
* Add WebSocket transport layer compatible with Zeek 5.0. We now try
both Broker and WebSocket when connecting to Zeek. The former will
work with Zeek 4.0, the latter with Zeek 5.0.

* Add Broker version to agent handshake.

* Support default values for table parameters.

* Make exception available to table's data acquisition methods to signal failure.

* Move numerical version number computation from CMake to runtime.

* Fix deadlock in scheduler.

* Fix potential dereference of unset optional.

* Fix usage message.

* Fix `assert` that could wrongly trigger.

* Fix console getting stuck on queries with errors, and reduce
Expand All @@ -67,6 +57,10 @@

* Format Zeek scripts with current zeek-format.

* Update SQLite to 3.38.1 to give us built-in JSON support.

* Update stduuid module.

2.0.4 | 2022-03-04 16:55:11 +0100

* Add new log options. In the configuration file we now provide more
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0-45
2.2.0

0 comments on commit a2dddc1

Please sign in to comment.