-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #411 from neilcook/release_notes
Release notes
- Loading branch information
Showing
3 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule builder
updated
10 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Release Notes for OX Abuse Shield 2.10.0 | ||
|
||
<!-- {% raw %} --> | ||
|
||
## New Features | ||
|
||
* Add Enterprise Linux 9 Build Target | ||
* Option to use OpenSSL instead of Libsodium for encryption | ||
|
||
## Removed Features | ||
- Remove Legacy GeoIP from Packages and Dockerfiles/Images | ||
- Remove the Report API from weakforced entirely | ||
|
||
## Add Enterprise Linux 9 Build Target | ||
|
||
Enterprise Linux 9-based systems are now supported as a build target. Oracle Linux 9 is used as the | ||
build environment, but the package should work on any EL-9 environment. Additionally, el-7, el-8 and el-9 aliases | ||
are available as build targets. | ||
|
||
## Option to use OpenSSL instead of Libsodium for encryption | ||
|
||
When libsodium is not available, weakforced will now use openssl crypto functions instead for encryption, including | ||
encryption between the client and the server, and replication encryption. OpenSSL encryption is used for the | ||
docker image, but the default for built packages is still libsodium. | ||
|
||
## Remove Legacy GeoIP from Packages and Dockerfiles/Images | ||
|
||
The legacy GeoIP Library is no longer included in the packages or Dockerfiles/images for weakforced. | ||
|
||
## Remove the report_api from weakforced entirely | ||
|
||
The Report API has been removed from weakforced. This feature was never used (to my knowledge), and was creating | ||
a significant burden in terms of the maintenance of the python dependencies. | ||
|
||
<!-- {% endraw %} --> |