You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2013/11/19 17:22:11 UTC

be a bit more obvious with event's requirement of apr 1.5?

Index: CHANGES
===================================================================
--- CHANGES (revision 1543469)
+++ CHANGES (working copy)
@@ -2,10 +2,11 @@

 Changes with Apache 2.4.7

+  *) APR 1.5.0 or later is now required for the event MPM.
+
   *) slotmem_shm: Error detection. [Jim Jagielski]

-  *) event: Use skiplist data structure (requires APR 1.5).
-     [Jim Jagielski]
+  *) event: Use skiplist data structure.  [Jim Jagielski]

   *) mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication
      and align w/ trunk. [Jim Jagielski]

This should stick at the top of 2.4.7 entries since there are no security
fixes.

-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Re: be a bit more obvious with event's requirement of apr 1.5?

Posted by Jim Jagielski <ji...@jaguNET.com>.
++1
On Nov 19, 2013, at 11:22 AM, Jeff Trawick <tr...@gmail.com> wrote:

> Index: CHANGES
> ===================================================================
> --- CHANGES	(revision 1543469)
> +++ CHANGES	(working copy)
> @@ -2,10 +2,11 @@
>  
>  Changes with Apache 2.4.7
>  
> +  *) APR 1.5.0 or later is now required for the event MPM.
> +
>    *) slotmem_shm: Error detection. [Jim Jagielski]
>  
> -  *) event: Use skiplist data structure (requires APR 1.5).
> -     [Jim Jagielski]
> +  *) event: Use skiplist data structure.  [Jim Jagielski]
>  
>    *) mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication
>       and align w/ trunk. [Jim Jagielski]
> 
> This should stick at the top of 2.4.7 entries since there are no security fixes.
> 
> -- 
> Born in Roswell... married an alien...
> http://emptyhammock.com/


Re: be a bit more obvious with event's requirement of apr 1.5?

Posted by Eric Covener <co...@gmail.com>.
On Tue, Nov 19, 2013 at 11:22 AM, Jeff Trawick <tr...@gmail.com> wrote:
> +  *) APR 1.5.0 or later is now required for the event MPM.


+1