From c3cab1fd56d235740d78a747f819259559a9e247 Mon Sep 17 00:00:00 2001 From: Neil Cook Date: Tue, 30 Apr 2024 17:25:22 +0100 Subject: [PATCH] Update release notes and CHANGELOG for 2.10.2 --- CHANGELOG.md | 9 +++++++++ docs/release_notes/ReleaseNotes-2.10.2.md | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/release_notes/ReleaseNotes-2.10.2.md diff --git a/CHANGELOG.md b/CHANGELOG.md index bc30e80d..5acc13e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [2.10.2] + +### Changed +- Fixed LuaState selection algorithm to use a free pool, which should lead to faster/more + consistent selection of lua states by threads. + +### Added +- CI now builds an additional image 'powerdns/wforce-minimal' using alpine for more secure and much smaller image + ## [2.10.1] ### Changed diff --git a/docs/release_notes/ReleaseNotes-2.10.2.md b/docs/release_notes/ReleaseNotes-2.10.2.md new file mode 100644 index 00000000..a32e7bf6 --- /dev/null +++ b/docs/release_notes/ReleaseNotes-2.10.2.md @@ -0,0 +1,11 @@ +# Release Notes for OX Abuse Shield 2.10.2 + + + +## Improvements + +* Fixed LuaState selection algorithm to use a free pool, which should lead to faster/more consistent selection of lua states by threads. + +* `powerdns/wforce-minimal` image is now available, using alpine for more secure and much smaller image than the existing debian-based image. + + \ No newline at end of file