]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
changelog: updates for 5.0.0 release
authorChang, Harry <harry.chang@intel.com>
Mon, 9 Jul 2018 07:18:10 +0000 (15:18 +0800)
committerWang, Xiang W <xiang.w.wang@intel.com>
Mon, 9 Jul 2018 16:10:49 +0000 (12:10 -0400)
CHANGELOG.md

index b2c69b7a72c66b69770e2c5c7cffd0499eb159cf..6695e9fc8c4c61c32a22632491996e85e8151ec7 100644 (file)
@@ -2,6 +2,18 @@
 
 This is a list of notable changes to Hyperscan, in reverse chronological order.
 
+## [5.0.0] 2018-07-09
+- Introduce chimera hybrid engine of Hyperscan and PCRE, to fully support
+  PCRE syntax as well as to take advantage of the high performance nature of
+  Hyperscan.
+- New API feature: logical combinations (AND, OR and NOT) of patterns in a
+  given pattern set.
+- Windows porting: hsbench, hscheck, hscollider and hsdump tools now available
+  on Windows 8 or newer.
+- Improve undirected graph implementation to avoid graph copy and reduce
+  compile time.
+- Bugfix for issue #86: enable hscollider for installed PCRE package.
+
 ## [4.7.0] 2018-01-24
 - Introduced hscollider pattern testing tool, for validating Hyperscan match
   behaviour against PCRE.