svn commit: r1161463 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.java

2011-08-25 Thread erans
Author: erans Date: Thu Aug 25 09:28:13 2011 New Revision: 1161463 URL: http://svn.apache.org/viewvc?rev=1161463view=rev Log: MATH-413 New constructor. Javadoc typos. Modified:

svn commit: r1161545 - /commons/proper/codec/trunk/src/changes/changes.xml

2011-08-25 Thread ggregory
Author: ggregory Date: Thu Aug 25 12:48:08 2011 New Revision: 1161545 URL: http://svn.apache.org/viewvc?rev=1161545view=rev Log: Move most changes to release 1.6 from 2.0. Use 2 spaces instead of 4 for indent. Modified: commons/proper/codec/trunk/src/changes/changes.xml Modified:

svn commit: r1161565 - /commons/proper/io/trunk/pom.xml

2011-08-25 Thread ggregory
Author: ggregory Date: Thu Aug 25 13:34:30 2011 New Revision: 1161565 URL: http://svn.apache.org/viewvc?rev=1161565view=rev Log: Update to [parent] POM 21 from 15. Tested with M2 and M3: Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400) Java version: 1.6.0_24 Java home: C:\Program

svn commit: r1161605 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ComparatorUtils.java

2011-08-25 Thread bayard
Author: bayard Date: Thu Aug 25 15:27:39 2011 New Revision: 1161605 URL: http://svn.apache.org/viewvc?rev=1161605view=rev Log: Rolling back r1161378. NullComparator and ReverseComparator need the NATURAL_COMPARATOR field and the ComparableComparator.INSTANCE field is not a straight replacement

svn commit: r1161997 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-08-25 Thread bayard
Author: bayard Date: Fri Aug 26 05:19:00 2011 New Revision: 1161997 URL: http://svn.apache.org/viewvc?rev=1161997view=rev Log: Deprecating chomp(String, String) per Verneri Ã…berg's report in LANG-748 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java