Skip to content

Commit

Permalink
Update CHANGELOG.md and add release notes for 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Aug 21, 2024
1 parent ce3d9d8 commit c687aef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ 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.11.0]

## Added
- Now builds a separate luajit package, based on the openresty luajit fork. This is to address some issues found with stock luajit. The package also includes some lua modules that wforce typically makes use of.

## Changed
- Build the wforce-minimal image for both arm64 and amd64, and add provenance.
- Fix centos-7/el-7 builds to still work after centos-7 went EOL
- Add support for debian-bookworm, remove support for debian-buster

## [2.10.2]

### Changed
Expand Down
11 changes: 11 additions & 0 deletions docs/release_notes/ReleaseNotes-2.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release Notes for OX Abuse Shield 2.11.0

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

## Improvements
* Now builds a separate luajit package (`wforce-lua-dist`), based on the openresty luajit fork. This is to address some issues found with stock luajit. The package also includes some lua modules that wforce typically makes use of.
* Build the wforce-minimal image for both arm64 and amd64, and add provenance.
* Fix centos-7/el-7 builds to still work after centos-7 went EOL
* Add support for debian-bookworm, remove support for debian-buster

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

0 comments on commit c687aef

Please sign in to comment.