You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/30 13:23:24 UTC

svn commit: r1648516 - /commons/proper/validator/trunk/src/changes/changes.xml

Author: britter
Date: Tue Dec 30 12:23:24 2014
New Revision: 1648516

URL: http://svn.apache.org/r1648516
Log:
Add VALIDATOR-307 to the list of changes for release 1.4.1

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

Modified: commons/proper/validator/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1648516&r1=1648515&r2=1648516&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Tue Dec 30 12:23:24 2014
@@ -43,6 +43,9 @@ The <action> type attribute can be add,u
   <body>
 
   <release version="1.4.1" date="tba" description="Maintenance release">
+    <action dev="adrianc" type="update" issue="VALIDATOR-307">
+      isValid checks if the given address is only IPV4 address and not IPV6
+    </action>
     <action dev="britter" type="update" issue="VALIDATOR-337" due-to="Ben Ripkens" >
       Deprecate the JS part of commons validator
     </action>