svn commit: r1227178 - in /commons/proper/pool/tags/POOL_1_6_RC3: ./ pom.xml

2012-01-04 Thread ggregory
Author: ggregory Date: Wed Jan 4 15:05:07 2012 New Revision: 1227178 URL: http://svn.apache.org/viewvc?rev=1227178&view=rev Log: Create commons-pool-1.6-RC3 tag Added: commons/proper/pool/tags/POOL_1_6_RC3/ - copied from r1227176, commons/proper/pool/branches/POOL_1_X/ Modified: co

Nexus: Staging Repository Dropped.

2012-01-04 Thread Nexus Repository Manager
Description:Drop because build was made from SVN mixed-revision working copy.Details:The org.apache.commons-006 (u:ggregory, a:24.250.160.61) staging repository has been dropped.

Nexus: Staging Repository Dropped.

2012-01-04 Thread Nexus Repository Manager
Description:forgot to change release date.Details:The org.apache.commons-011 (u:ggregory, a:24.250.160.61) staging repository has been dropped.

svn commit: r1227188 - /commons/proper/pool/tags/POOL_1_6_RC3/

2012-01-04 Thread ggregory
Author: ggregory Date: Wed Jan 4 15:27:19 2012 New Revision: 1227188 URL: http://svn.apache.org/viewvc?rev=1227188&view=rev Log: Remove tag, forgot to edit changes.xml. Removed: commons/proper/pool/tags/POOL_1_6_RC3/

svn commit: r1227189 - in /commons/proper/pool/branches/POOL_1_X: doap_pool.rdf src/changes/changes.xml

2012-01-04 Thread ggregory
Author: ggregory Date: Wed Jan 4 15:28:58 2012 New Revision: 1227189 URL: http://svn.apache.org/viewvc?rev=1227189&view=rev Log: Adjust release dates. Modified: commons/proper/pool/branches/POOL_1_X/doap_pool.rdf commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml Modified: co

svn commit: r1227191 - in /commons/proper/pool/tags/POOL_1_6_RC3: ./ pom.xml

2012-01-04 Thread ggregory
Author: ggregory Date: Wed Jan 4 15:31:31 2012 New Revision: 1227191 URL: http://svn.apache.org/viewvc?rev=1227191&view=rev Log: Create commons-pool-1.6-RC3 tag Added: commons/proper/pool/tags/POOL_1_6_RC3/ - copied from r1227190, commons/proper/pool/branches/POOL_1_X/ Modified: co

Nexus: Staging Completed.

2012-01-04 Thread Nexus Repository Manager
Description:Commons Pool 1.6-RC3.Details:The following artifacts have been staged to the org.apache.commons-012 (u:ggregory, a:24.250.160.61) repository.commons-pool-1.6-bin.tar.gz.asccommons-pool-1.6-src.zip.asccommons-pool-1.6-src.tar.gz.asccommons-pool-1.6-javadoc.jar.asccommons-pool-1.6-bin.tar

svn commit: r1227346 - in /commons/proper/net/trunk/src: changes/ main/java/org/apache/commons/net/ftp/ main/java/org/apache/commons/net/ftp/parser/ test/java/org/apache/commons/net/ftp/parser/

2012-01-04 Thread sebb
Author: sebb Date: Wed Jan 4 22:10:17 2012 New Revision: 1227346 URL: http://svn.apache.org/viewvc?rev=1227346&view=rev Log: NET-436 - Support for SYST "Mac OS" listing Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MacOsPeterFTPEntryParser.java (with pro

svn commit: r1227468 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/transform/ test/java/org/apache/commons/math/analysis/

2012-01-04 Thread celestin
Author: celestin Date: Thu Jan 5 03:46:47 2012 New Revision: 1227468 URL: http://svn.apache.org/viewvc?rev=1227468&view=rev Log: Moved transform.FastFourierTransformer.sample(UnivariateFunction, double, double, int) to analysis.FunctionUtils.sample(UnivariateFunction, double, double, int) and cre

svn commit: r1227470 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/transform: FastFourierTransformer.java FastSineTransformer.java

2012-01-04 Thread celestin
Author: celestin Date: Thu Jan 5 03:51:56 2012 New Revision: 1227470 URL: http://svn.apache.org/viewvc?rev=1227470&view=rev Log: Inlined - transform.FastFourierTransformer.verifyDataSet(double[]) - transform.FastFourierTransformer.verifyDataSet(Object[]) to improve readability. Related to MA

svn commit: r1227475 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/transform/ test/java/org/apache/commons/math/transform/

2012-01-04 Thread celestin
Author: celestin Date: Thu Jan 5 04:08:18 2012 New Revision: 1227475 URL: http://svn.apache.org/viewvc?rev=1227475&view=rev Log: Moved - transform.FastFourierTransformer.scaleArray(Complex[], double) - transform.FastFourierTransformer.scaleArray(double[], double) to newly created class transf

svn commit: r1227476 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/transform/TransformUtils.java

2012-01-04 Thread celestin
Author: celestin Date: Thu Jan 5 04:09:55 2012 New Revision: 1227476 URL: http://svn.apache.org/viewvc?rev=1227476&view=rev Log: Javadoc Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/transform/TransformUtils.java Modified: commons/proper/math/trunk/src/main/jav

svn commit: r1227477 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/transform: FastCosineTransformer.java FastFourierTransformer.java FastHadamardTransformer.java FastSineTransf

2012-01-04 Thread celestin
Author: celestin Date: Thu Jan 5 04:15:09 2012 New Revision: 1227477 URL: http://svn.apache.org/viewvc?rev=1227477&view=rev Log: Updated serialVersionUID. Related to MATH-677. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/transform/FastCosineTransformer.java