Should have gone to the list.
I think the mod_jk build process does not make it available online like
the Tomcat one does, but here's the current section:
Changes between 1.2.48 and 1.2.49
Apache
* Update: Retrieve default request id from mod_unique_id. It can also
be taken from an arbitrary environment variable by configuring
"JkRequestIdIndicator". (rjung)
* Fix: 65901 <https://bz.apache.org/bugzilla/show_bug.cgi?id=65901>:
Don't delegate the generatation of the response body to httpd when
the status code represents an error if the request used the HEAD
method. (markt)
* Fix: 66005 <https://bz.apache.org/bugzilla/show_bug.cgi?id=66005>:
Only export the main module symbol. Visibility of module internal
symbols led to crashes when conflicting with library symbols. Based
on a patch provided by Josef Čejka. (rjung)
IIS
* Update: Set default request id as a GUID. It can also be taken from
an arbitrary request header by configuring "request_id_header". (rjung)
* Fix: Fix non-empty check for the Translate header. (rjung)
Common
* Fix: Fix compiler warning when initializing and copying fixed length
strings. (rjung)
* Update: Add a request id to mod_jk log lines. (rjung)
* Fix: 64878 <https://bz.apache.org/bugzilla/show_bug.cgi?id=64878>:
Enable configure to find the correct sizes for pid_t and pthread_t
when building on MacOS. (markt)
* Fix: Fix Clang 15/16 compatability. Pull request #6
<https://github.com/apache/tomcat-connectors/pull/6> provided by Sam
James. (markt)
* Update: Improve XSS hardening in status worker. (rjung)
Docs
* Update: Remove support for the Netscape / Sun ONE / Oracle iPlanet
Web Server as the product has been retired. (markt)
* Update: Remove links to the old JK2 documentation. The JK2
documentation is still available, it is just no longer linked from
the current JK documentation. (markt)
* Update: Restructure subsections in changelog starting with version
1.2.45. (rjung)
Best regards,
Rainer
Am 07.09.23 um 09:43 schrieb Martin Knoblauch:
Hi Mark,
is there a Changelog available?
Thanks
Martin
On Wed, Sep 6, 2023 at 4:29 PM Mark Thomas<ma...@apache.org> wrote:
Hi all,
After a long period of inactivity we have had some bug fixes for mod_jk
so I am planning a Tomcat Connectors tag shortly.
I need to run through my pre-tag checks and I'll tag after that -
hopefully in a couple of hours.
If you have any final changes for Tomcat Connectors now is the time to
commit them or let me know to delay the tag.
Mark