On Fri, 18 Jun 2004, Jean-Jacques Clar wrote: > 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.
This alone would not require a MMN bump. > new field in > apr_procattr_t and cgi_exec_info_t structures This, however, would require one, if a module would ever be responsible for allocating the apr_procattr_t or cgi_exec_info_t themselves, since if they're and old build, they'd allocate too little space. With the apr_procattr_t, I'd imagine the answer is no -- surely APR itself allocates that. What about cgi_exec_info_t? --Cliff
