From 8d1c7c49f0115499b78a253af3df414abf34c988 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sun, 19 Nov 2023 15:32:36 +0200 Subject: [PATCH] add changelog entry --- CHANGELOG-vectorscan.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG-vectorscan.md b/CHANGELOG-vectorscan.md index a53d96e1..de0a6149 100644 --- a/CHANGELOG-vectorscan.md +++ b/CHANGELOG-vectorscan.md @@ -2,6 +2,22 @@ This is a list of notable changes to Vectorscan, in reverse chronological order. For Hyperscan Changelog, check CHANGELOG.md +## [5.4.11] 2023-11-19 + +- Refactor CMake build system to be much more modular. +- version in hs.h fell out of sync again #175 +- Fix compile failures with recent compilers, namely clang-15 and gcc-13 +- Fix clang 15,16 compilation errors on all platforms, refactor CMake build system #181 +- Fix signed/unsigned char issue on Arm with Ragel generated code. +- Correct set_source_files_properties usage #189 +- Fix build failure on Ubuntu 20.04 +- Support building on Ubuntu 20.04 #180 +- Require pkg-config during Cmake +- make pkgconfig a requirement #188 +- Fix segfault on Fat runtimes with SVE2 code +- Move VERM16 enums to the end of the list #191 +- Update README.md, add CHANGELOG-vectorscan.md and Contributors-vectorscan.md files + ## [5.4.10] 2023-09-23 - Fix compilation with libcxx 16 by @rschu1ze in #144 - Fix use-of-uninitialized-value due to getData128() by @azat in #148