You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2013/10/24 22:07:24 UTC

svn commit: r1535519 - /commons/proper/lang/trunk/src/changes/changes.xml

Author: bayard
Date: Thu Oct 24 20:07:24 2013
New Revision: 1535519

URL: http://svn.apache.org/r1535519
Log:
Noting LANG-848

Modified:
    commons/proper/lang/trunk/src/changes/changes.xml

Modified: commons/proper/lang/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1535519&r1=1535518&r2=1535519&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml Thu Oct 24 20:07:24 2013
@@ -22,7 +22,8 @@
   <body>
 
   <release version="3.2" date="TBA" description="Next release">
-    <action issue="LANG-926" type="add" dev="ggregory">Add ArrayUtils.reverse(array, from, to) methods.</action>
+    <action issue="LANG-848" type="add" due-to="Alexander Muthmann">Added StringUtils.isBlank/isEmpty CharSequence... methods</action>
+    <action issue="LANG-926" type="add" dev="ggregory">Added ArrayUtils.reverse(array, from, to) methods</action>
     <action issue="LANG-795" type="add" due-to="Aaron Digulla">StringUtils.toString(byte[], String) deprecated in favour of a new StringUtils.toString(byte[], CharSet)</action>
     <action issue="LANG-902" type="fix" due-to="Andrzej Winnicki">RandomStringUtils.random javadoc was incorrectly promising letters and numbers would, as opposed to may, appear</action>
     <action issue="LANG-921" type="fix" dev="britter">BooleanUtils.xor(boolean...) produces wrong results</action>



Re: svn commit: r1535519 - /commons/proper/lang/trunk/src/changes/changes.xml

Posted by Henri Yandell <fl...@gmail.com>.
I removed the full stop/period on the end of the line. Thus it was
modified. Bit weird that the diff made it -,+,+ rather than +,-,+ which
would seem more natural.

Hen


On Fri, Oct 25, 2013 at 12:50 AM, Benedikt Ritter <br...@apache.org>wrote:

> Just a technical question: why was the row about LANG-926 removed and
> re-added? SVN magic?
>
>
> 2013/10/24 <ba...@apache.org>
>
> > Author: bayard
> > Date: Thu Oct 24 20:07:24 2013
> > New Revision: 1535519
> >
> > URL: http://svn.apache.org/r1535519
> > Log:
> > Noting LANG-848
> >
> > Modified:
> >     commons/proper/lang/trunk/src/changes/changes.xml
> >
> > Modified: commons/proper/lang/trunk/src/changes/changes.xml
> > URL:
> >
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1535519&r1=1535518&r2=1535519&view=diff
> >
> >
> ==============================================================================
> > --- commons/proper/lang/trunk/src/changes/changes.xml (original)
> > +++ commons/proper/lang/trunk/src/changes/changes.xml Thu Oct 24 20:07:24
> > 2013
> > @@ -22,7 +22,8 @@
> >    <body>
> >
> >    <release version="3.2" date="TBA" description="Next release">
> > -    <action issue="LANG-926" type="add" dev="ggregory">Add
> > ArrayUtils.reverse(array, from, to) methods.</action>
> > +    <action issue="LANG-848" type="add" due-to="Alexander
> Muthmann">Added
> > StringUtils.isBlank/isEmpty CharSequence... methods</action>
> > +    <action issue="LANG-926" type="add" dev="ggregory">Added
> > ArrayUtils.reverse(array, from, to) methods</action>
> >      <action issue="LANG-795" type="add" due-to="Aaron
> > Digulla">StringUtils.toString(byte[], String) deprecated in favour of a
> new
> > StringUtils.toString(byte[], CharSet)</action>
> >      <action issue="LANG-902" type="fix" due-to="Andrzej
> > Winnicki">RandomStringUtils.random javadoc was incorrectly promising
> > letters and numbers would, as opposed to may, appear</action>
> >      <action issue="LANG-921" type="fix"
> > dev="britter">BooleanUtils.xor(boolean...) produces wrong
> results</action>
> >
> >
> >
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>

Re: svn commit: r1535519 - /commons/proper/lang/trunk/src/changes/changes.xml

Posted by Benedikt Ritter <br...@apache.org>.
Just a technical question: why was the row about LANG-926 removed and
re-added? SVN magic?


2013/10/24 <ba...@apache.org>

> Author: bayard
> Date: Thu Oct 24 20:07:24 2013
> New Revision: 1535519
>
> URL: http://svn.apache.org/r1535519
> Log:
> Noting LANG-848
>
> Modified:
>     commons/proper/lang/trunk/src/changes/changes.xml
>
> Modified: commons/proper/lang/trunk/src/changes/changes.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1535519&r1=1535518&r2=1535519&view=diff
>
> ==============================================================================
> --- commons/proper/lang/trunk/src/changes/changes.xml (original)
> +++ commons/proper/lang/trunk/src/changes/changes.xml Thu Oct 24 20:07:24
> 2013
> @@ -22,7 +22,8 @@
>    <body>
>
>    <release version="3.2" date="TBA" description="Next release">
> -    <action issue="LANG-926" type="add" dev="ggregory">Add
> ArrayUtils.reverse(array, from, to) methods.</action>
> +    <action issue="LANG-848" type="add" due-to="Alexander Muthmann">Added
> StringUtils.isBlank/isEmpty CharSequence... methods</action>
> +    <action issue="LANG-926" type="add" dev="ggregory">Added
> ArrayUtils.reverse(array, from, to) methods</action>
>      <action issue="LANG-795" type="add" due-to="Aaron
> Digulla">StringUtils.toString(byte[], String) deprecated in favour of a new
> StringUtils.toString(byte[], CharSet)</action>
>      <action issue="LANG-902" type="fix" due-to="Andrzej
> Winnicki">RandomStringUtils.random javadoc was incorrectly promising
> letters and numbers would, as opposed to may, appear</action>
>      <action issue="LANG-921" type="fix"
> dev="britter">BooleanUtils.xor(boolean...) produces wrong results</action>
>
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter