svn commit: r1671734 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/time/ test/java/org/apache/commons/lang3/reflect/ test/java/org/apache/commons/lang3/time/

2015-04-06 Thread chas
Author: chas Date: Tue Apr 7 02:40:49 2015 New Revision: 1671734 URL: http://svn.apache.org/r1671734 Log: LANG-1109 - Number percentage formatting with fractional digits Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/trunk/src/main/java/org/apache/common

svn commit: r1671690 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 20:26:25 2015 New Revision: 1671690 URL: http://svn.apache.org/r1671690 Log: Use annotation based checking for expected exceptions Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Modified: commons/proper/la

svn commit: r1671686 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 20:11:19 2015 New Revision: 1671686 URL: http://svn.apache.org/r1671686 Log: Remove another necessary assignment Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Modified: commons/proper/lang/trunk/src/test/

svn commit: r1671685 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 20:10:01 2015 New Revision: 1671685 URL: http://svn.apache.org/r1671685 Log: Remove unnecessary assignment Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Modified: commons/proper/lang/trunk/src/test/java/o

svn commit: r1671684 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 20:06:55 2015 New Revision: 1671684 URL: http://svn.apache.org/r1671684 Log: Format source code Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Modified: commons/proper/lang/trunk/src/test/java/org/apache/c

svn commit: r1671683 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 20:05:58 2015 New Revision: 1671683 URL: http://svn.apache.org/r1671683 Log: Build requires at least Java 6 - check for Java version can be removed Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Modified:

svn commit: r1671682 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 20:05:08 2015 New Revision: 1671682 URL: http://svn.apache.org/r1671682 Log: Test fields can be private Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Modified: commons/proper/lang/trunk/src/test/java/org/

svn commit: r1671680 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:59:32 2015 New Revision: 1671680 URL: http://svn.apache.org/r1671680 Log: Drop unnecessary empty lines Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Modified: commons/proper/lang/trunk/src/test/java/or

svn commit: r1671679 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:58:56 2015 New Revision: 1671679 URL: http://svn.apache.org/r1671679 Log: Use BeforeClass hook to set up test date Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Modified: commons/proper/lang/trunk/src/

svn commit: r1671675 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:48:22 2015 New Revision: 1671675 URL: http://svn.apache.org/r1671675 Log: PMD: Useless parentheses Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java Modified: commons/proper/lang/trunk/src/main/java/org/apache

svn commit: r1671674 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:45:11 2015 New Revision: 1671674 URL: http://svn.apache.org/r1671674 Log: PMD: Useless parentheses Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java Modified: commons/proper/lang/trunk/src/main/java/o

svn commit: r1671673 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:44:39 2015 New Revision: 1671673 URL: http://svn.apache.org/r1671673 Log: Use not bool instead of bool == false Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java Modified: commons/proper/lang/trunk/src/

svn commit: r1671669 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:41:06 2015 New Revision: 1671669 URL: http://svn.apache.org/r1671669 Log: PMD: Useless parentheses Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java Modified: commons/proper/lang/trunk/src/main/java/org

svn commit: r1671666 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder: CompareToBuilder.java EqualsBuilder.java HashCodeBuilder.java

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:37:04 2015 New Revision: 1671666 URL: http://svn.apache.org/r1671666 Log: Use not String.contains instead of indexOf == -1 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/CompareToBuilder.java commons/proper/lang/tru

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

2015-04-06 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39645&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 6 Apr 2015 19:20:33 + Finished at: Mon 6 Apr 2015 19:25:03 + Total time: 4m 29s Build Trigger: Schedu

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

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:21:51 2015 New Revision: 1671661 URL: http://svn.apache.org/r1671661 Log: Scope of local variabel shift can be narrower Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java Modified: commons/proper/lang/trunk/src/mai

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

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:12:23 2015 New Revision: 1671658 URL: http://svn.apache.org/r1671658 Log: PMD: Useless parentheses Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/co

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

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 19:06:07 2015 New Revision: 1671657 URL: http://svn.apache.org/r1671657 Log: PMD: Useless parentheses Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/com

svn commit: r1671636 - /commons/proper/jcs/trunk/src/changes/changes.xml

2015-04-06 Thread rmannibucau
Author: rmannibucau Date: Mon Apr 6 18:53:50 2015 New Revision: 1671636 URL: http://svn.apache.org/r1671636 Log: updating changes.xml Modified: commons/proper/jcs/trunk/src/changes/changes.xml Modified: commons/proper/jcs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/comm

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

2015-04-06 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39642&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 6 Apr 2015 18:20:25 + Finished at: Mon 6 Apr 2015 18:24:50 + Total time: 4m 24s Build Trigger: Schedu

svn commit: r1671629 - in /commons/proper/jcs/trunk/commons-jcs-core/src: main/java/org/apache/commons/jcs/auxiliary/remote/RemoteUtils.java test/java/org/apache/commons/jcs/auxiliary/remote/RemoteUti

2015-04-06 Thread tv
Author: tv Date: Mon Apr 6 18:17:54 2015 New Revision: 1671629 URL: http://svn.apache.org/r1671629 Log: Log error rather than throwing exceptions Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/RemoteUtils.java commons/proper/jc

svn commit: r1671628 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 18:16:37 2015 New Revision: 1671628 URL: http://svn.apache.org/r1671628 Log: Define Findbugs exlucde for internally used map key class Modified: commons/proper/lang/trunk/findbugs-exclude-filter.xml Modified: commons/proper/lang/trunk/findbugs-exclude-filter.

svn commit: r1671625 - in /commons/proper/jcs/trunk/commons-jcs-core/src: main/java/org/apache/commons/jcs/auxiliary/remote/ test/java/org/apache/commons/jcs/auxiliary/remote/

2015-04-06 Thread tv
Author: tv Date: Mon Apr 6 18:11:37 2015 New Revision: 1671625 URL: http://svn.apache.org/r1671625 Log: Better parameter parsing Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheFactory.java commons/proper/jcs/trunk/co

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

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 18:06:41 2015 New Revision: 1671624 URL: http://svn.apache.org/r1671624 Log: Simplify isNotEmpty by reusing isEmpty Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java Modified: commons/proper/lang/trunk/src/main/java/

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

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 18:02:50 2015 New Revision: 1671623 URL: http://svn.apache.org/r1671623 Log: Simplify isEmpty be reusing getLength Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java Modified: commons/proper/lang/trunk/src/main/java/o

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

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 17:58:46 2015 New Revision: 1671622 URL: http://svn.apache.org/r1671622 Log: Simplify isSameLenght implementations by reusing getLength. This also fixes a lot of the useless paranthesis warnings generated by PMD. Modified: commons/proper/lang/trunk/src/main/

svn commit: r1671620 - /commons/proper/lang/trunk/src/site/xdoc/release-history.xml

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 17:48:04 2015 New Revision: 1671620 URL: http://svn.apache.org/r1671620 Log: Document required java version for every release Modified: commons/proper/lang/trunk/src/site/xdoc/release-history.xml Modified: commons/proper/lang/trunk/src/site/xdoc/release-histo

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

2015-04-06 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39640&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 6 Apr 2015 17:20:30 + Finished at: Mon 6 Apr 2015 17:25:07 + Total time: 4m 36s Build Trigger: Schedu

svn commit: r1671600 - /commons/proper/lang/trunk/src/site/xdoc/release-history.xml

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 17:12:54 2015 New Revision: 1671600 URL: http://svn.apache.org/r1671600 Log: Use date schema from changes.xml on release history page Modified: commons/proper/lang/trunk/src/site/xdoc/release-history.xml Modified: commons/proper/lang/trunk/src/site/xdoc/relea

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

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 17:09:10 2015 New Revision: 1671594 URL: http://svn.apache.org/r1671594 Log: Add next release to changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml URL: http://svn.apache.org/vi

svn commit: r8533 - in /release/commons/lang: binaries/ source/

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 16:59:47 2015 New Revision: 8533 Log: Remove old release Removed: release/commons/lang/binaries/commons-lang3-3.3.2-bin.tar.gz release/commons/lang/binaries/commons-lang3-3.3.2-bin.tar.gz.asc release/commons/lang/binaries/commons-lang3-3.3.2-bin.tar.gz

svn commit: r1671584 - /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/AbstractDoubleLinkedListMemoryCache.java

2015-04-06 Thread tv
Author: tv Date: Mon Apr 6 16:55:52 2015 New Revision: 1671584 URL: http://svn.apache.org/r1671584 Log: No longer serializable Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/AbstractDoubleLinkedListMemoryCache.java Modified: commons/

svn commit: r1671583 - /commons/cms-site/trunk/content/xdoc/index.xml.vm

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 16:52:26 2015 New Revision: 1671583 URL: http://svn.apache.org/r1671583 Log: Break line to prevent release dates from being wrapped Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm URL: htt

svn commit: r1671579 - /commons/cms-site/trunk/conf/component_releases.properties

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 16:47:09 2015 New Revision: 1671579 URL: http://svn.apache.org/r1671579 Log: Document Commons Lang 3.4 release Modified: commons/cms-site/trunk/conf/component_releases.properties Modified: commons/cms-site/trunk/conf/component_releases.properties URL: http:/

svn commit: r1671578 - in /commons/proper/lang/trunk: README.md default.properties doap_lang.rdf pom.xml src/changes/changes.xml src/site/xdoc/release-history.xml

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 16:45:16 2015 New Revision: 1671578 URL: http://svn.apache.org/r1671578 Log: Post release clean up: bump version number, document release date, add release to doap file Modified: commons/proper/lang/trunk/README.md commons/proper/lang/trunk/default.proper

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

2015-04-06 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39639&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 6 Apr 2015 16:20:28 + Finished at: Mon 6 Apr 2015 16:26:24 + Total time: 5m 56s Build Trigger: Schedu

svn commit: r1671571 - /commons/proper/lang/tags/LANG_3_4/

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 16:14:40 2015 New Revision: 1671571 URL: http://svn.apache.org/r1671571 Log: Release commons-lang 3.4 based on RC2 Added: commons/proper/lang/tags/LANG_3_4/ - copied from r1671567, commons/proper/lang/tags/LANG_3_4_RC2/

Nexus: Promotion Completed

2015-04-06 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Release Apache Commons Lang 3.4Deployer properties:"userAgent" = "Apache-Maven/3.2.5 (Java 1.7.0_75; Mac OS X 10.10.2), Apache-Maven/3.2.5 (Java 1.7.0_75; Mac OS X 10.10.2)""userId" = "britter""ip" = "188.109.100.201"Details:The following artif

svn commit: r8531 - /dev/commons/lang/ /dev/commons/lang/binaries/ /dev/commons/lang/source/ /release/commons/lang/ /release/commons/lang/binaries/ /release/commons/lang/source/

2015-04-06 Thread britter
Author: britter Date: Mon Apr 6 16:11:19 2015 New Revision: 8531 Log: Publish commons-lang 3.4 release Added: release/commons/lang/RELEASE-NOTES.txt - copied unchanged from r8530, dev/commons/lang/RELEASE-NOTES.txt release/commons/lang/binaries/commons-lang3-3.4-bin.tar.gz -

svn commit: r1671552 [1/2] - in /commons/proper/jcs/trunk: commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/ commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/be

2015-04-06 Thread tv
Author: tv Date: Mon Apr 6 15:28:10 2015 New Revision: 1671552 URL: http://svn.apache.org/r1671552 Log: JCS-147: Provide file size limitation for Block Disk Cache and Indexed Disk Cache Added: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/utils/struct/Abstr

svn commit: r1671552 [2/2] - in /commons/proper/jcs/trunk: commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/ commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/be

2015-04-06 Thread tv
Modified: commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/disk/indexed/IndexDiskCacheUnitTest.java URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/disk/indexed/IndexDiskCacheUnitTes

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

2015-04-06 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39638&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 6 Apr 2015 15:20:23 + Finished at: Mon 6 Apr 2015 15:26:41 + Total time: 6m 18s Build Trigger: Schedu

Build failed in Jenkins: Commons Math #149

2015-04-06 Thread Apache Jenkins Server
See -- [...truncated 1039 lines...] [WARNING] :275: warning - @inheritDoc used but n

svn commit: r1671544 - in /commons/proper/jcs/trunk: commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/ commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remo

2015-04-06 Thread tv
Author: tv Date: Mon Apr 6 14:53:51 2015 New Revision: 1671544 URL: http://svn.apache.org/r1671544 Log: Fix JCS-96: Incomplete shutdown of RemoteCacheServer Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheServer.jav

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

2015-04-06 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39637&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 6 Apr 2015 14:20:31 + Finished at: Mon 6 Apr 2015 14:25:23 + Total time: 4m 52s Build Trigger: Schedu

svn commit: r1671537 - in /commons/proper/jcs/trunk: commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/block/ commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/in

2015-04-06 Thread tv
Author: tv Date: Mon Apr 6 14:01:39 2015 New Revision: 1671537 URL: http://svn.apache.org/r1671537 Log: Fix JCS-148: Unnecessary use of FileChannel.force() in Indexed and Block Disk Caches Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/di

svn commit: r1671536 [2/2] - in /commons/proper/jcs/trunk/commons-jcs-core/src: main/java/org/apache/commons/jcs/auxiliary/ main/java/org/apache/commons/jcs/auxiliary/disk/ main/java/org/apache/common

2015-04-06 Thread tv
Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPSender.java URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPSende

svn commit: r1671536 [1/2] - in /commons/proper/jcs/trunk/commons-jcs-core/src: main/java/org/apache/commons/jcs/auxiliary/ main/java/org/apache/commons/jcs/auxiliary/disk/ main/java/org/apache/common

2015-04-06 Thread tv
Author: tv Date: Mon Apr 6 13:54:48 2015 New Revision: 1671536 URL: http://svn.apache.org/r1671536 Log: FIrst part of JCS-130: Remove static managers and give factories a real life cycle. Added: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/Abstra

svn commit: r1671535 - /commons/proper/jcs/trunk/src/changes/changes.xml

2015-04-06 Thread tv
Author: tv Date: Mon Apr 6 13:47:10 2015 New Revision: 1671535 URL: http://svn.apache.org/r1671535 Log: Document changes Modified: commons/proper/jcs/trunk/src/changes/changes.xml Modified: commons/proper/jcs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/jc