You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/14 01:22:47 UTC

svn commit: r1695798 - in /commons/proper/validator/trunk/src: changes/changes.xml javascript/

Author: sebb
Date: Thu Aug 13 23:22:47 2015
New Revision: 1695798

URL: http://svn.apache.org/r1695798
Log:
VALIDATOR-371 Drop the Javascript code entirely

Removed:
    commons/proper/validator/trunk/src/javascript/
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=1695798&r1=1695797&r2=1695798&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Thu Aug 13 23:22:47 2015
@@ -43,11 +43,12 @@ The <action> type attribute can be add,u
   <body>
 
   <release version="1.5.0" date="tba" description="tba">
+    <action issue="VALIDATOR-371" type="remove">Drop the Javascript code entirely</action>
     <action issue="VALIDATOR-362" dev="britter" type="fix" due-to="Teo Bran">
       Local part of the email address should not be longer than 64 bytes
     </action>
     <action issue="VALIDATOR-356" dev="seb" type="fix" >
-      IDN.toASCII drops trailing dot in Java 6 & 7
+      IDN.toASCII drops trailing dot in Java 6 &amp; 7
     </action>
     <action issue="VALIDATOR-355" dev="britter" type="update" >
       Update to Java 6