From: Matthew Barr Date: Wed, 26 Jul 2017 04:27:07 +0000 (+1000) Subject: changelog: updates for 4.5.2 release X-Git-Tag: v4.5.2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4650a59ce0f5edd7eada264cb3e43593dd100f56;p=thirdparty%2Fvectorscan.git changelog: updates for 4.5.2 release --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cc2f3d..2e28e3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This is a list of notable changes to Hyperscan, in reverse chronological order. +## [4.5.2] 2017-07-26 +- Bugfix for issue #57: Treat characters between `\Q.\E` as codepoints in + UTF8 mode. +- Bugfix for issue #60: Use a portable flag for mktemp for fat runtime builds. +- Bugfix for fat runtime builds on AVX-512 capable machines with Hyperscan's + AVX-512 support disabled. + ## [4.5.1] 2017-06-16 - Bugfix for issue #56: workaround for gcc-4.8 C++11 defect. - Bugfix for literal matching table generation, reversing a regression in