mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add missing record field comment
This commit is contained in:
parent
8d0087154a
commit
0cc5e4e044
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.6-beta2-51 | 2018-10-26 10:41:42 -0500
|
||||
|
||||
* Add missing record field comment (Jon Siwek, Corelight)
|
||||
|
||||
2.6-beta2-50 | 2018-10-26 10:23:57 -0500
|
||||
|
||||
* Add missing record field comments (Jon Siwek, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-beta2-50
|
||||
2.6-beta2-51
|
||||
|
|
|
@ -16,6 +16,7 @@ export {
|
|||
}
|
||||
|
||||
redef record SSL::Info += {
|
||||
## A response from the ICSI certificate notary.
|
||||
notary: Response &log &optional;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue