Apologies - I found a small inconsistency in the port of the StringUtils.normalizeSpace() I ported to the 2.x branch. I had to re-write that implementation because the 3.0 trunk uses Java's regexp. It initially trims the string - but that doesn't remove all whitespace characters - so I've switched to using strip():
http://svn.apache.org/viewvc?view=revision&revision=1058365 This vote is cancelled. I will roll a new RC - hopefully tomorrow evening (UK time) - thanks for all the reviews/votes/comments. Niall On Wed, Jan 12, 2011 at 1:46 AM, Niall Pemberton <niall.pember...@gmail.com> wrote: > I would like to do a Lang 2.6 release. I have back-ported compatible > bug fixes and enhancements from the trunk to the 2.x branch, details > of which are here: > > http://people.apache.org/~niallp/lang-2.6-rc1/RELEASE-NOTES.txt > http://people.apache.org/~niallp/lang-2.6-rc1/site/changes-report.html > > [ ] +1 Yes go ahead an release based on RC1 > [ ] -1 No, because... > > Lang 2.6 RC1 is available for review here: > http://people.apache.org/~niallp/lang-2.6-rc1/ > > Maven artifacts are here: > http://people.apache.org/~niallp/lang-2.6-rc1/m2/commons-lang/ > > I have tested this with JDK 1.3 & 1.4 using ant and JDK 1.5 & 1.6 using > maven2. > > The tag is here: > http://svn.apache.org/viewvc/commons/proper/lang/tags/LANG_2_6_RC1/ > > Site: > http://people.apache.org/~niallp/lang-2.6-rc1/site/ > The site is only for reference, since what we deploy will be from the > trunk. However, if the vote passes, I will update the trunk with the > details of the 2.6 release and deploy the Javdocs when I complete the > release tasks. > > Clirr Report (compared to 2.5): > http://people.apache.org/~niallp/lang-2.6-rc1/site/clirr-report.html > > RAT Report: > http://people.apache.org/~niallp/lang-2.6-rc1/site/rat-report.html > > tia > > Niall > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org