Skip to content

Commit

Permalink
Merge pull request #422 from neilcook/version
Browse files Browse the repository at this point in the history
Update release notes and CHANGELOG for 2.10.2
  • Loading branch information
neilcook authored May 1, 2024
2 parents cf89bd8 + c3cab1f commit 1c7e843
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions docs/release_notes/ReleaseNotes-2.10.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release Notes for OX Abuse Shield 2.10.2

<!-- {% raw %} -->

## 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.

<!-- {% endraw %} -->

0 comments on commit 1c7e843

Please sign in to comment.