Skip to content

Commit b120c11

Browse files
andrewchiGitHub Enterprise
authored andcommitted
Merge pull request #603 from network-intelligence/version-bump
Update changelog and increment version to 2.10.0
2 parents 4d60b1f + 61e31fe commit b120c11

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0
1+
2.10.0

doc/CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# CHANGELOG for Mercury
22

3-
## VERSION 2.9.1
4-
* Defensive code around memcpy operations in QUIC reassembly
5-
* Exempted private IP addresses from Domain Faking check
6-
* Enhanced protocol matcher and SMTP enhancements to support more commands
7-
* Fix compilation of experimental tool intercept.so
3+
## VERSION 2.10.0
4+
* Added defensive code around memcpy operations in QUIC reassembly.
5+
* Exempted private IP addresses from Domain Faking check.
6+
* Enhanced protocol matcher and SMTP enhancements to support more commands.
7+
* Fixed compilation of experimental tool intercept.so.
8+
* Integrated STUN classifier into Mercury's analysis path.
9+
* Extended DHCP to report on all message types, not just responses.
10+
* Bugfix: removed user_agent reset code from do_observation struct.
11+
* STUN fingerprints are generated for client requests but not server responses.
12+
813

914
## VERSION 2.9.0
1015
* Added a new configuration option, network-behavioral-detections,

src/cython/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.9.0'
1+
__version__ = '2.10.0'

src/cython/mercury.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ from cython.operator import dereference
3333
# CC=g++ CXX=g++ python setup.py install
3434

3535
# TODO: actually handle version
36-
__version__ = '2.9.0'
36+
__version__ = '2.10.0'
3737

3838
# imports from mercury's dns
3939
cdef extern from "../libmerc/dns.h":

0 commit comments

Comments
 (0)