mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Fixing warnings during doc build.
Includes adding a stub file that has been missing for a while already.
This commit is contained in:
parent
f46e4a5578
commit
da9c31db55
4 changed files with 133 additions and 117 deletions
11
CHANGES
11
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.2-beta-199 | 2013-11-07 00:36:46 -0800
|
||||
|
||||
* Fixing warnings during doc build. (Robin Sommer)
|
||||
|
||||
2.2-beta-198 | 2013-11-06 22:54:30 -0800
|
||||
|
||||
* Update docs and tests for a recent change to detect-MHR.bro
|
||||
|
@ -8,13 +12,14 @@
|
|||
|
||||
2.2-beta-194 | 2013-11-06 14:39:50 -0500
|
||||
|
||||
* Remove resp_size from the ssh log. Refactor when we write out to the log a bit. Geodata now works reliably. (Vlad Grigorescu)
|
||||
* Remove resp_size from the ssh log. Refactor when we write out to
|
||||
the log a bit. Geodata now works reliably. (Vlad Grigorescu)
|
||||
|
||||
* Update VirusTotal URL to work with changes to their website and changed it to a redef. (Vlad Grigorescu)
|
||||
* Update VirusTotal URL to work with changes to their website and
|
||||
changed it to a redef. (Vlad Grigorescu)
|
||||
|
||||
* Added a document for the SumStats framework. (Seth Hall)
|
||||
|
||||
|
||||
2.2-beta-184 | 2013-11-03 22:53:42 -0800
|
||||
|
||||
* Remove swig-ruby from required packages section of install doc.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2-beta-198
|
||||
2.2-beta-199
|
||||
|
|
8
doc/scripts/notices.rst
Normal file
8
doc/scripts/notices.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
.. Not nice but I don't find a way to link to the notice index
|
||||
.. directly from the upper level TOC tree.
|
||||
|
||||
Notices
|
||||
=======
|
||||
|
||||
See the `Bro Notice Index <../bro-noticeindex.html>`_.
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
@load base/frameworks/cluster
|
||||
@load ./main
|
||||
|
||||
module PacketFilter;
|
||||
|
||||
event remote_connection_handshake_done(p: event_peer) &priority=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue