blob: 00af4b0c55de3a5ff1a594a420186192955270f9 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
$Id$
Apache Commons Validator
Version 1.4.1
Release Notes
INTRODUCTION
============
This is a maintenance release.
All projects are encouraged to update to this release of
Apache Commons Validator.
Commons Validator requires Java 1.4 or later
IMPORTANT NOTES
================
BREAKING CHANGES:
* NONE.
DEPENDENCIES
=============
The dependencies for Validator 1.4.1 have not changed since the 1.4 release.
For the current list of dependencies, please see
http://commons.apache.org/validator/dependencies.html
BUGS FROM PREVIOUS RELEASE
===========================
* [VALIDATOR-266] - DomainValidator uses an O(n) method where an O(1) would be
more appropriate. Thanks to Bruce Collie.
* [VALIDATOR-273] - EmailValidator does not support mailboxes at TLDs.
Thanks to Chris Lee.
* [VALIDATOR-305] - Some TLDs are missing from DomainValidator.
Thanks to Arūnas Bendoraitis.
* [VALIDATOR-317] - DomainValidator missing sTLD - "xxx".
Thanks to Arūnas Bendoraitis.
* [VALIDATOR-327] - Missing sx tld.
Thanks to Arūnas Bendoraitis.
* [VALIDATOR-331] - IBANCheckDigitTest.createInvalidCodes(String[] codes) uses
wrong values.
* [VALIDATOR-336] - CUSIPCheckDigit thinks invalid CUSIP is valid.
* [VALIDATOR-345] - ISINCheckDigit fails to reject invalid (non-numeric) check
digits
* [VALIDATOR-346] - SedolCheckDigit fails to reject invalid (non-numeric) check
digits
* [VALIDATOR-347] - toLowerCase() method is Locale-sensitive and should not be
used
* [VALIDATOR-348] - Update TLD list to latest version (Version 2014123000)
IMPROVEMENTS OVER PREVIOUS RELEASE
===================================
* [VALIDATOR-307] - isValid checks if the given address is only IPV4 address
and not IPV6
DEPRECATIONS
============
* [VALIDATOR-337] - Deprecate the JS part of commons validator.
Thanks to Ben Ripkens.
Have fun!
-Apache Commons Validator team