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/11/19 00:32:07 UTC

svn commit: r1715081 - /commons/proper/validator/trunk/RELEASE-NOTES.txt

Author: sebb
Date: Wed Nov 18 23:32:07 2015
New Revision: 1715081

URL: http://svn.apache.org/viewvc?rev=1715081&view=rev
Log:
Recent changes

Modified:
    commons/proper/validator/trunk/RELEASE-NOTES.txt

Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/RELEASE-NOTES.txt?rev=1715081&r1=1715080&r2=1715081&view=diff
==============================================================================
--- commons/proper/validator/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/validator/trunk/RELEASE-NOTES.txt Wed Nov 18 23:32:07 2015
@@ -36,6 +36,11 @@ o VALIDATOR-341:  Make TLD list configur
                   both generic and country-code now support addition and removal
 
 Fixed Bugs:
+o VALIDATOR-364:  Email Validator does not support quoted/escaped character in the local part of the email address Thanks to teo bran.
+o VALIDATOR-381:  Update commons-collections from 3.2.1 to 3.2.2.
+o VALIDATOR-363:  UrlValidator rejects path having two or more successive dots
+o VALIDATOR-330:  IBANCheckDigit.isValid() returns True for some invalid IBANs
+o VALIDATOR-380:  UrlValidator does not allow for optional port digits
 o VALIDATOR-369:  DateValidatorTest.testCompare() fails with GMT-12
 o VALIDATOR-375:  UrlValidator fails on IPv6 URL
 o VALIDATOR-374:  Email Validator : .school domain is being rejected
@@ -47,6 +52,9 @@ o VALIDATOR-362:  Local part of the emai
 o VALIDATOR-356:  IDN.toASCII drops trailing dot in Java 6 & 7
 
 Changes:
+o VALIDATOR-332:  IIBANCheckDigit.calculate does not enforce initial checksum value
+                  Checkdigit field is now unconditionally set to "00" to ensure correct generation
+o VALIDATOR-353:  UrlValidator does not allow for optional userinfo in the authority
 o VALIDATOR-355:  Update to Java 6
 
 Removed: