1
0
Fork 0

Adding upstream version 11.76.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-24 13:01:55 +01:00
parent 24ecce9d56
commit 1a9d02dfcf
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
65 changed files with 413 additions and 7681 deletions

View file

@ -1,12 +1,27 @@
Version 11.76
- Setting connection note short-lingering-close when aborting connection (to
improve connection close behavior when using MPM event).
- Removes outdated utilities from the distribution package: qsfilter2,
qspng, qsrotate, qssign, qstail, qshead, qsgrep, qsexec, qscheck, qslogger,
and qsdt.
Version 11.75
- QS_ClientIpFromHeader supports other modules (e.g. mod_remoteip) setting
a client address to the request record when using the special header
name #USERAGENT_IP.
Version 11.74
- Fixed: Potential counter overflow for early event detection
(increment before block) or log only mode.
- Fixed: Potential counter overflow for early event detection
(increment before block) or log only mode.
Version 11.73
This release introduces support of the PCRE2 (10.x) library in place of
the now end-of-life PCRE version 1 (8.x) API.
This release introduces support of the PCRE2 (10.x) library in place of
the now end-of-life PCRE version 1 (8.x) API.
- Removes PCRE API dependency from mod_qos.c. The module no longer has an
explicit dependency to the PCRE library but uses ap_pregcomp(),