You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Bojan Smojver <bo...@rexursive.com> on 2009/08/01 00:24:17 UTC

Re: svn commit: r799501 - /apr/apr/trunk/CHANGES

On Fri, 2009-07-31 at 10:30 -0400, Jeff Trawick wrote:
> The CHANGES entry is for users,

Does this work for you:

Index: CHANGES
===================================================================
--- CHANGES	(revision 799501)
+++ CHANGES	(working copy)
@@ -1,7 +1,8 @@
                                                      -*- coding: utf-8
-*-
 Changes for APR 2.0.0
 
-  *) Pass default environment to testflock and testoc children.
+  *) Pass default environment to testflock and testoc children, so that
+     tests run when APR is compiled with Intel C Compiler.
      [Bojan Smojver]
 
   *) Make sure that "make check" is used in the RPM spec file, so that

-- 
Bojan


Re: svn commit: r799501 - /apr/apr/trunk/CHANGES

Posted by Jeff Trawick <tr...@gmail.com>.
On Fri, Jul 31, 2009 at 6:24 PM, Bojan Smojver <bo...@rexursive.com> wrote:

> On Fri, 2009-07-31 at 10:30 -0400, Jeff Trawick wrote:
> > The CHANGES entry is for users,
>
> Does this work for you:
>
> Index: CHANGES
> ===================================================================
> --- CHANGES     (revision 799501)
> +++ CHANGES     (working copy)
> @@ -1,7 +1,8 @@
>                                                       -*- coding: utf-8
> -*-
>  Changes for APR 2.0.0
>
> -  *) Pass default environment to testflock and testoc children.
> +  *) Pass default environment to testflock and testoc children, so that
> +     tests run when APR is compiled with Intel C Compiler.
>       [Bojan Smojver]
>

Yes!

Thanks...