]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
changelog: updates for 4.7.0 release
authorMatthew Barr <matthew.barr@intel.com>
Tue, 23 Jan 2018 23:05:09 +0000 (10:05 +1100)
committerXiang Wang <xiang.w.wang@intel.com>
Wed, 24 Jan 2018 06:52:03 +0000 (01:52 -0500)
CHANGELOG.md

index 97b311e8b47554bc96301ecf49add780ca4c6d68..b2c69b7a72c66b69770e2c5c7cffd0499eb159cf 100644 (file)
@@ -2,6 +2,18 @@
 
 This is a list of notable changes to Hyperscan, in reverse chronological order.
 
+## [4.7.0] 2018-01-24
+- Introduced hscollider pattern testing tool, for validating Hyperscan match
+  behaviour against PCRE.
+- Introduced hscheck pattern compilation tool.
+- Introduced hsdump development tool for producing information about Hyperscan
+  pattern compilation.
+- New API feature: extended approximate matching support for Hamming distance.
+- Bugfix for issue #69: Force C++ linkage in Xcode.
+- Bugfix for issue #73: More documentation for `hs_close_stream()`.
+- Bugfix for issue #78: Fix for fat runtime initialisation when used as a
+  shared library.
+
 ## [4.6.0] 2017-09-22
 - New API feature: stream state compression. This allows the user to compress
   and restore state for streams to reduce memory usage.