You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by "Daniel F. Savarese" <df...@savarese.org> on 2003/12/24 02:39:57 UTC

[VOTE] ORO 2.0.8 maintenance release

I know now may not be the best time to have a vote, but I would ask
the PMC to vote on approving the release of jakarta-oro 2.0.8.
The current code base contains important bug fixes and has gone too
long without a public release.

[ ] +1  I approve the release of jakarta-oro version 2.0.8.
[ ] -1  I do not approve the release of jakarta-oro version 2.0.8.

This vote will last until the end of Saturday 27th, 2003 (72 hours
minus the Christmas holiday).  In accordance with
http://jakarta.apache.org/site/decisions.html, at least three binding
+1 votes are required for this vote to pass and the number of +1 votes
must exceed the number of -1 votes.  Non-PMC members are encouraged
to cast their non-binding votes (please indicate your vote is
non-binding to facilitate vote tabulation).

RELEASE INFORMATION:

The 2.0.8 release will be a maintenance release incorporating the following
changes since the 2.0.7 release made in January (taken from
http://cvs.apache.org/viewcvs/~checkout~/jakarta-oro/CHANGES?content-type=text/plain):

 o examples moved to an examples package and com.oroinc migration tool
   moved to tools package.

 o Fixed bug whereby compiling an expression with
   Perl5Compiler.MULTILINE_MASK wasn't always having the proper effect
   with respect to the matching of $ even though
   Perl5Matcher.setMultiline(true) exhibited the proper behavior.  For
   example, the following input
    " aaa bbb \n ccc ddd \n eee fff "
   should produce "bbb ", "ddd ", and "fff " as matches for both the
   patterns "\S+\s*$" and "\S+ *$" when compiled with MULTILINE_MASK.
   Perl5Matcher was only producing the correct matches for the second
   pattern, producing only "fff " as a match for the first pattern
   unless setMultiline(true) had been called.  This has now been fixed.

 o Fixed embarrassing bug whereby an expression like (A)(B)((C)(D))+
   when matched against input like ABCDE would produce matching groups
   of: "A" "B" "" null "D" instead of "A" "B" "CD" "C" "D".

These changes have been available to the public in the CVS repository
for testing since May 2003.  There are no outstanding/unresolved issue
reports for the code.

Daniel Savarese (dfs.apache.org) will serve as the release manager for
this release.  A release announcement will be sent to
{oro-dev,oro-user,announcements}@jakarta.apache.org.



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by Geir Magnusson Jr <ge...@4quarters.com>.
+1

On Dec 23, 2003, at 8:39 PM, Daniel F. Savarese wrote:

>
> I know now may not be the best time to have a vote, but I would ask
> the PMC to vote on approving the release of jakarta-oro 2.0.8.
> The current code base contains important bug fixes and has gone too
> long without a public release.
>
> [ ] +1  I approve the release of jakarta-oro version 2.0.8.
> [ ] -1  I do not approve the release of jakarta-oro version 2.0.8.
>
> This vote will last until the end of Saturday 27th, 2003 (72 hours
> minus the Christmas holiday).  In accordance with
> http://jakarta.apache.org/site/decisions.html, at least three binding
> +1 votes are required for this vote to pass and the number of +1 votes
> must exceed the number of -1 votes.  Non-PMC members are encouraged
> to cast their non-binding votes (please indicate your vote is
> non-binding to facilitate vote tabulation).
>
> RELEASE INFORMATION:
>
> The 2.0.8 release will be a maintenance release incorporating the  
> following
> changes since the 2.0.7 release made in January (taken from
> http://cvs.apache.org/viewcvs/~checkout~/jakarta-oro/CHANGES?content- 
> type=text/plain):
>
>  o examples moved to an examples package and com.oroinc migration tool
>    moved to tools package.
>
>  o Fixed bug whereby compiling an expression with
>    Perl5Compiler.MULTILINE_MASK wasn't always having the proper effect
>    with respect to the matching of $ even though
>    Perl5Matcher.setMultiline(true) exhibited the proper behavior.  For
>    example, the following input
>     " aaa bbb \n ccc ddd \n eee fff "
>    should produce "bbb ", "ddd ", and "fff " as matches for both the
>    patterns "\S+\s*$" and "\S+ *$" when compiled with MULTILINE_MASK.
>    Perl5Matcher was only producing the correct matches for the second
>    pattern, producing only "fff " as a match for the first pattern
>    unless setMultiline(true) had been called.  This has now been fixed.
>
>  o Fixed embarrassing bug whereby an expression like (A)(B)((C)(D))+
>    when matched against input like ABCDE would produce matching groups
>    of: "A" "B" "" null "D" instead of "A" "B" "CD" "C" "D".
>
> These changes have been available to the public in the CVS repository
> for testing since May 2003.  There are no outstanding/unresolved issue
> reports for the code.
>
> Daniel Savarese (dfs.apache.org) will serve as the release manager for
> this release.  A release announcement will be sent to
> {oro-dev,oro-user,announcements}@jakarta.apache.org.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
-- 
Geir Magnusson Jr                                   203-247-1713(m)
geir@4quarters.com


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by Scott Sanders <sc...@dotnot.org>.
On Dec 23, 2003, at 5:39 PM, Daniel F. Savarese wrote:

>
> I know now may not be the best time to have a vote, but I would ask
> the PMC to vote on approving the release of jakarta-oro 2.0.8.
> The current code base contains important bug fixes and has gone too
> long without a public release.
>
> [ ] +1  I approve the release of jakarta-oro version 2.0.8.
> [ ] -1  I do not approve the release of jakarta-oro version 2.0.8.
>
>
+ 1

Scott Sanders


---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by Scott Sanders <sc...@dotnot.org>.
On Dec 23, 2003, at 5:39 PM, Daniel F. Savarese wrote:

>
> I know now may not be the best time to have a vote, but I would ask
> the PMC to vote on approving the release of jakarta-oro 2.0.8.
> The current code base contains important bug fixes and has gone too
> long without a public release.
>
> [ ] +1  I approve the release of jakarta-oro version 2.0.8.
> [ ] -1  I do not approve the release of jakarta-oro version 2.0.8.
>
>
+ 1

Scott Sanders


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by "Craig R. McClanahan" <cr...@apache.org>.
Quoting "Daniel F. Savarese" <df...@savarese.org>:

> 
> I know now may not be the best time to have a vote, but I would ask
> the PMC to vote on approving the release of jakarta-oro 2.0.8.
> The current code base contains important bug fixes and has gone too
> long without a public release.
> 
> [X] +1  I approve the release of jakarta-oro version 2.0.8.
> [ ] -1  I do not approve the release of jakarta-oro version 2.0.8.
> 

Craig McClanahan (as Jakarta PMC member)


---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by Takashi Okamoto <to...@kun.ne.jp>.
From: "Daniel F. Savarese" <df...@savarese.org>
Subject: [VOTE] ORO 2.0.8 maintenance release
Date: Tue, 23 Dec 2003 20:39:57 -0500
> [X] +1  I approve the release of jakarta-oro version 2.0.8.
> [ ] -1  I do not approve the release of jakarta-oro version 2.0.8.
>
> Non-PMC members are encouraged to cast their non-binding votes
> (please indicate your vote is non-binding to facilitate vote
> tabulation).

I agree release 2.0.8 though my vote is non-binding vote.

Takashi Okamoto


---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by "Mark F. Murphy" <ma...@tyrell.com>.
At 8:39 PM -0500 12/23/03, Daniel F. Savarese wrote:
>This vote will last until the end of Saturday 27th, 2003 (72 hours
>minus the Christmas holiday).  In accordance with
>http://jakarta.apache.org/site/decisions.html, at least three binding
>+1 votes are required for this vote to pass and the number of +1 votes
>must exceed the number of -1 votes.  Non-PMC members are encouraged
>to cast their non-binding votes (please indicate your vote is
>non-binding to facilitate vote tabulation).

+1

I forgot the outcome of whether I was approved for official 
voting.... or is this not a vote for the dev team?

mark

-- 
---------------------------------------------------------------------------
  Mark F. Murphy, Director Software Development   <ma...@tyrell.com>
  Tyrell Software Corp                            <http://www.tyrell.com>
---------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by "Craig R. McClanahan" <cr...@apache.org>.
Quoting "Daniel F. Savarese" <df...@savarese.org>:

> 
> I know now may not be the best time to have a vote, but I would ask
> the PMC to vote on approving the release of jakarta-oro 2.0.8.
> The current code base contains important bug fixes and has gone too
> long without a public release.
> 
> [X] +1  I approve the release of jakarta-oro version 2.0.8.
> [ ] -1  I do not approve the release of jakarta-oro version 2.0.8.
> 

Craig McClanahan (as Jakarta PMC member)


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by Santiago Gala <sg...@hisitech.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


El miércoles, 24 dici, 2003, a las 02:39 Europe/Madrid, Daniel F. 
Savarese escribió:

> [X] +1  I approve the release of jakarta-oro version 2.0.8.
> [ ] -1  I do not approve the release of jakarta-oro version 2.0.8.
>

+1 From here.

Just another binding +1 missing.

Regards,
      Santiago
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)

iD4DBQE/6VWGZAeG2a2/nhoRAnvwAKCHwrXZAo4jBCdjO8ExFFbv1fiNIQCY3DEF
qm4zHx0lyMLKeCZmoJZ2nA==
=MvOg
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org


Re: [VOTE] ORO 2.0.8 maintenance release

Posted by Santiago Gala <sg...@hisitech.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


El miércoles, 24 dici, 2003, a las 02:39 Europe/Madrid, Daniel F. 
Savarese escribió:

> [X] +1  I approve the release of jakarta-oro version 2.0.8.
> [ ] -1  I do not approve the release of jakarta-oro version 2.0.8.
>

+1 From here.

Just another binding +1 missing.

Regards,
      Santiago
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)

iD4DBQE/6VWGZAeG2a2/nhoRAnvwAKCHwrXZAo4jBCdjO8ExFFbv1fiNIQCY3DEF
qm4zHx0lyMLKeCZmoJZ2nA==
=MvOg
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org