mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix typo in NEWS
This commit is contained in:
parent
a97567ef38
commit
e33a3a9c02
3 changed files with 18 additions and 2 deletions
16
CHANGES
16
CHANGES
|
@ -1,4 +1,20 @@
|
|||
|
||||
2.5-710 | 2018-06-26 18:06:22 -0500
|
||||
|
||||
* Add memory leak unit test for pattern operations (Corelight)
|
||||
|
||||
* fixed 3 leaks in creating pattern values (Vern Paxson)
|
||||
|
||||
* add & and | operators for patterns (Vern Paxson)
|
||||
|
||||
* deprecate merge_patterns() (Vern Paxson)
|
||||
|
||||
* deprecate boolean scalar+vector operations (Vern Paxson)
|
||||
|
||||
* deprecate mixing scalars and vectors (Vern Paxson)
|
||||
|
||||
* deprecate && / || operators for patterns (Vern Paxson)
|
||||
|
||||
2.5-690 | 2018-06-26 15:05:23 -0500
|
||||
|
||||
* Fix deprecated actor_system_config field usages (Corelight)
|
||||
|
|
2
NEWS
2
NEWS
|
@ -252,7 +252,7 @@ New Functionality
|
|||
- The '&' and '|' operators can apply to patterns, too. p1 & p2 yields
|
||||
a pattern that represents matching p1 followed by p2, and p1 | p2 yields
|
||||
a pattern representing matching p1 or p2. The p1 | p2 functionality was
|
||||
semi-present in previous versions of Bro, but required constants as as
|
||||
semi-present in previous versions of Bro, but required constants as
|
||||
its operands; now you can use any pattern-valued expressions.
|
||||
|
||||
Changed Functionality
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5-690
|
||||
2.5-710
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue