blob: 9a7da3545923daddfc0a2e85d5e9bd5e44a5306e [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. New projects are encouraged to use this release of Apache Commons Validator.
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-317] - DomainValidator missing sTLD - "xxx".
Thanks to Ar?nas Bendoraitis.
* [VALIDATOR-327] - Missing sx tld.
Thanks to Ar?nas Bendoraitis.
* [VALIDATOR-305] - Some TLDs are missing from DomainValidator.
Thanks to Ar?nas Bendoraitis.
* [VALIDATOR-331] - IBANCheckDigitTest.createInvalidCodes(String[] codes) uses wrong values.
DEPRECATIONS
============
* [VALIDATOR-337] - Deprecate the JS part of commons validator. Thanks to Ben Ripkens.
Have fun!
-Apache Commons Validator team