A new API was added in APR (apr_procattr_addrspace_set()) with changes bubbling up
in httpd-2.0-head.
The API is relevant on NetWare and a no-op on all other platforms.
If you look at the status file, the following entry was added:
*) mod_cgi: Added API call and new field in apr_procattr_t and cgi_exec_info_t
structures to support loading in current or new address space for CGIs.
It fixes NetWare that is currently broken after changes done to log.c r1.145.
...
+1: jjclar, bnicholes
trawick: is minor mmn bump needed to reflect that API structure was extended?
my comment was not about adding the APR routine but about adding a field to a structure which is created by Apache and which is potentially is read by 3rd-party modules implementing that hook called by mod_cgi
