mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Fixing errors in 2.4 release notes.
This commit is contained in:
parent
0494a6d882
commit
16e12cab02
3 changed files with 15 additions and 7 deletions
16
CHANGES
16
CHANGES
|
@ -1,7 +1,15 @@
|
|||
|
||||
2.4-118 | 2015-08-31 10:55:29 -0700
|
||||
|
||||
* Fix FreeBSD build errors (Johanna Amann)
|
||||
|
||||
2.4-122 | 2015-08-31 14:39:41 -0700
|
||||
|
||||
* Add a number of out-of-bound checks to layer 2 code. Addresses
|
||||
BIT-1463 (Johanna Amann)
|
||||
|
||||
* Fix error in 2.4 release notes regarding SSH events. (Robin
|
||||
Sommer)
|
||||
|
||||
2.4-118 | 2015-08-31 10:55:29 -0700
|
||||
|
||||
* Fix FreeBSD build errors (Johanna Amann)
|
||||
|
||||
2.4-117 | 2015-08-30 22:16:24 -0700
|
||||
|
||||
|
|
4
NEWS
4
NEWS
|
@ -225,8 +225,8 @@ Changed Functionality
|
|||
- The SSH changes come with a few incompatibilities. The following
|
||||
events have been renamed:
|
||||
|
||||
* ``SSH::heuristic_failed_login`` to ``SSH::ssh_auth_failed``
|
||||
* ``SSH::heuristic_successful_login`` to ``SSH::ssh_auth_successful``
|
||||
* ``SSH::heuristic_failed_login`` to ``ssh_auth_failed``
|
||||
* ``SSH::heuristic_successful_login`` to ``ssh_auth_successful``
|
||||
|
||||
The ``SSH::Info`` status field has been removed and replaced with
|
||||
the ``auth_success`` field. This field has been changed from a
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.4-118
|
||||
2.4-122
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue