forked from cmu-sei/BigGrep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
103 lines (58 loc) · 2.07 KB
/
NEWS
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
Version 2.7.2: 2018-03-15
==========================
Bug fix for Clang compilers
Version 2.7.1: 2017-12-04
===========================
bgindex bug fix
Version 2.7: 2017-08-15
=========================
Use autotools for build system
Remove libpoco dependency
New bgextractfile program to remove/replace files in an index
New logging
Add compression support to bgindex and decompression support to bgparse/bgdump.
Add -O overflow option to work with the max unique ngram limit
Add Boost lockfree queue option (available if Boost >= 1.53).
Replace Docbook man pages with pod files.
Version 2.6-1: 2015-08-13
=========================
User control over index file search queue order, user control over candidate throttle point
Version 2.5-2: 204-10-10
=========================
Packaging change: RPM now enforces dependency on jobdispatch 0.0.3
Version 2.5-1: 2014-09-18
==========================
Speed & memory consumption improvements for large candidate queries, and index generation.
Metadata filtering bug fixes.
Version 2.4-1: 2014-04-15
==========================
Yara matches now reported as metadata
Terminating wildcard is now supported for metadata filtering
Yara verification is much faster
Usability improvements.
Version 2.3-1: 2014-02-28
==========================
Added Yara verification
Added metadata filtering
Added configurable index hint table (new index format)
Rejection during indexing of files that exceed an ngram threshold
bgsearch can now read defaults from a configuration file
Version 2.2-1: 2013-11-15
==========================
Rearchitect bgsearch to use Jobdispatch
Greatly improved search/verification speed
Version 2.1-2: 2013-10-29
==========================
Staticically linked release for RHEL 5
Version 2.1-1: 2013-10-15
==========================
Numerous indexing-related bug fixes
Build/package cleanup/repair
Version 2.0-3: 2013-06-24
==========================
Added MAN pages
Renamed bgsearch.py to bgsearch
Renamed bgindex_th to bgindex
Version 2.0-1: 2013-01-22
==========================
Intial RPM Build, static binaries only