diff --git a/package.xml b/package.xml index 4069503..124ec7f 100644 --- a/package.xml +++ b/package.xml @@ -18,6 +18,7 @@ lead Tomas V.V.Cox cox@php.net + no pajoye @@ -45,17 +46,11 @@ - 0.6.2 + 0.6.3 beta - 2005-11-04 + 2006-11-04 -- Change licence to the new BSD License - (see http://www.opensource.org/licenses/bsd-license.php) -- The path part in uri cannot contain two slash characters. -- Refactored email() regexp, hardened hostname check (taken from uri()) (bug #5804) -- Empty quoted email recipient is not valid, must at least contain a non blank char -- Use & as delimiter as £ is problematic if the script is saved utf8 -- Enhanced uri.phpt and email.phpt tests +- class_exists call in mulitple() now passes false to the autoload param @@ -80,6 +75,20 @@ + + 0.6.2 + beta + 2005-11-04 + + - Change licence to the new BSD License + (see http://www.opensource.org/licenses/bsd-license.php) + - The path part in uri cannot contain two slash characters. + - Refactored email() regexp, hardened hostname check (taken from uri()) (bug #5804) + - Empty quoted email recipient is not valid, must at least contain a non blank char + - Use & as delimiter as £ is problematic if the script is saved utf8 + - Enhanced uri.phpt and email.phpt tests + + 0.6.1 beta