1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
|
0.31 | 2022-06-01 09:30:14 -0700
* Release 0.31
0.30-6 | 2022-01-27 14:50:07 -0700
* Have `make dist` cleanup a few more wayward files before tarring (Tim Wojtulewicz, Corelight)
* Update cmake submodule to latest master (Tim Wojtulewicz, Corelight)
0.30 | 2020-12-07 18:26:38 +0000
* Release 0.30
* Remove unnecessary files. (Johanna Amann, Corelight)
0.29-6 | 2020-12-02 11:09:23 -0800
* Update minimum required CMake to 3.5 (Jon Siwek, Corelight)
0.29 | 2020-07-23 10:12:22 -0700
* Release 0.29
0.28 | 2020-02-05 21:29:18 -0800
* Release 0.28
0.27-7 | 2019-10-28 18:07:59 -0700
* Move CMake project() after cmake_minimum_required() (Jon Siwek, Corelight)
0.27 | 2019-06-12 15:05:40 -0700
* Release 0.27
0.26-4 | 2018-12-20 10:24:47 -0600
* Update README (Jon Siwek, Corelight)
0.26-2 | 2018-12-07 16:29:44 -0600
* Update github/download link (Jon Siwek, Corelight)
* Update submodules to use github.com/zeek (Jon Siwek, Corelight)
0.26 | 2018-08-31 15:26:46 -0500
* Improve `make dist` (Jon Siwek, Corelight)
0.25-5 | 2018-05-15 15:37:19 +0000
* Updating submodule.
0.25 | 2017-05-26 08:27:56 -0500
* Release 0.25.
0.24-2 | 2016-12-24 11:06:37 +0100
* Fix the "-p" and "--write" command-line options. (Daniel Thayer)
0.24 | 2016-10-27 14:43:34 -0700
* Release 0.24.
0.23 | 2016-06-30 16:55:31 -0700
* Add README.rst -> README symlink. Addresses BIT-1413 (Vlad Grigorescu)
0.22 | 2015-04-27 08:25:19 -0700
* Release 0.22
0.21 | 2014-04-03 15:53:51 -0700
* Release 0.21
0.20 | 2013-10-14 09:24:55 -0700
* Release.
0.19-4 | 2013-10-07 17:07:40 -0700
* Fix getopt_long() usage. (Daniel Thayer)
* Updating copyright notice. (Robin Sommer)
* Fix for setting REPO in Makefile. (Robin Sommer)
0.19 | 2013-09-23 20:22:43 -0700
* Update 'make dist' target. (Jon Siwek)
* Correct a few errors in the README. (Daniel Thayer)
* s/bro-ids.org/bro.org/g. (Robin Sommer)
0.18 | 2012-08-01 13:57:19 -0500
* Fix configure script to exit with non-zero status on error (Jon Siwek)
0.17 | 2012-07-05 12:53:52 -0700
* Raise minimum required CMake version to 2.6.3 (Jon Siwek)
0.16 | 2012-01-09 16:11:02 -0800
* Submodule README conformity changes. (Jon Siwek)
* Fix parallel make portability. (Jon Siwek)
0.15 | 2011-10-25 17:41:31 -0700
* Make dist now cleans the copied source (Jon Siwek)
0.14-26 | 2011-10-14 15:09:34 -0700
* Distribution cleanup. (Robin Sommer)
0.14-25 | 2011-10-14 15:06:20 -0700
* Distribution cleanup. (Jon Siwek and Robin Sommer)
* config.h wasn't being configured by CMake correctly (Jon Siwek)
* Adding 'C' language to CMake project as some configure checks depend on it. (Jon Siwek)
0.14-14 | 2011-09-04 08:55:48 -0700
* FindPCAP now links against thread library when necessary (e.g.
PF_RING's libpcap). (Jon Siwek)
* Install binaries with an RPATH. (Jon Siwek)
* Workaround for FreeBSD CMake port missing debug flags. (Jon Siwek)
0.14-5 | 2011-07-24 08:28:06 -0700
* Fixing memory initialization error. (David Binderman)
0.14-3 | 2011-03-14 17:41:03 -0700
* CMake tuning. (Jon Siwek)
0.14-2 | 2011-02-01 12:38:34 -0800
* Linking directly to the found pcap library. (Jon Siwek)
0.14 | 2011-01-28 11:09:04 -0800
* Fix for compiling on OpenBSD and NetBSD. (Kevin Lo)
* Converting README from AsciiDoc to REST. (Robin Sommer)
* Ported to CMake. (Jon Siwek)
* New CHANGES format.
0.13
* Do not output anything to syslog if not explicitly enabled.
* New option -q <n> suppresses all normal output but exits with
status code 0 if at least n packets have been received, and 1
otherwise.
0.12
* New option --select/-N which for live pcap input uses select() to
check for new packets. This is primarily for testing purposes and
shouldn't produce any different results. The code mimics pretty
closely how the Bro NIDS uses select() on pcap file handles.
* Fix disabling option -d when compiled without DAG support. (Justin
Azoff)
* autotools compatibility fixes.
* Man page contributed by Justin Azoff.
0.11
* Fixed potential segfault.
0.1
* Initial release
|