Releases: aquenos/apache2-mod-log-ipmask
Releases · aquenos/apache2-mod-log-ipmask
Release 1.1.0
This release brings the following changes:
- Bugfix affecting the configuration handling (de13f57): Due to a missing
return
statement in a function, the configuration set through theLogDefaultIPv4Mask
andLogDefaultIPv6Mask
directives might not have been used or the webserver might have crashed during startup. However, it seems that due to platform-specific behavior, this bug did not appear on Linux x86_64. - Allow masking IP addresses in the error log (34e6846): It is now possible to also mask IP addresses written to the error log. Please refer to the README file for instructions.
Release 1.0.0
First release of mod_log_ipmask.