]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
changelog: updates for 5.2.0 release
authorHong, Yang A <yang.a.hong@intel.com>
Fri, 12 Jul 2019 14:55:44 +0000 (22:55 +0800)
committerChang, Harry <harry.chang@intel.com>
Tue, 13 Aug 2019 06:52:44 +0000 (14:52 +0800)
CHANGELOG.md

index 2de58a7b96272bc6cd4de32ef74ef249738a0cd5..bc8910bd5b6a454fe464aa46f8191175d4713235 100644 (file)
@@ -2,6 +2,21 @@
 
 This is a list of notable changes to Hyperscan, in reverse chronological order.
 
+## [5.2.0] 2019-07-12
+- Literal API: add new API `hs_compile_lit()` and `hs_compile_lit_multi()` to
+  process pure literal rule sets. The 2 literal APIs treat each expression text
+  in a literal sense without recognizing any regular grammers.
+- Logical combination: add support for purely negative combinations, which
+  report match at EOD in case of no sub-expressions matched.
+- Windows porting: support shared library (DLL) on Windows with available tools
+  hscheck, hsbench and hsdump.
+- Bugfix for issue #148: fix uninitialized use of `scatter_unit_uX` due to
+  padding.
+- Bugfix for issue #155: fix numerical result out of range error.
+- Bugfix for issue #165: avoid corruption of pending combination report in
+  streaming mode.
+- Bugfix for issue #174: fix scratch free issue when memory allocation fails.
+
 ## [5.1.1] 2019-04-03
 - Add extra detection and handling when invalid rose programs are triggered.
 - Bugfix for issue #136: fix CMake parsing of CPU architecure for GCC-9.