diff --git a/package.php b/package.php index 1dabeae..4f12aac 100644 --- a/package.php +++ b/package.php @@ -2,12 +2,12 @@ require_once 'PEAR/PackageFileManager.php'; -$version = '0.5.1'; +$version = '0.5.2'; $state = 'alpha'; $notes = << - + XML_DTD Parsing of DTD files and DTD validation of XML files Parsing of DTD files and DTD validation of XML files. @@ -35,13 +35,13 @@ Currently supports most of the current XML spec, including entities, elements an - 0.5.1 - 2009-01-24 + 0.5.2 + 2009-04-27 BSD License alpha - - Dropped dependency of deprecated XML_Tree -- Introducing the all new XML_DTD_XmlParser -- Added switch to turn folding on/off + - Fixed circular reference which was leaking memory +- Due to PHP 4 and 5 differences in object handling, the XML Parser had to be rewritten to be PHP 4 compatible again. +- Error when parsing empty XML @@ -117,5 +117,15 @@ Currently supports most of the current XML spec, including entities, elements an - Added switch to turn folding on/off + + 0.5.2 + 2009-04-27 + BSD License + alpha + - Fixed circular reference which was leaking memory +- Due to PHP 4 and 5 differences in object handling, the XML Parser had to be rewritten to be PHP 4 compatible again. +- Error when parsing empty XML + + diff --git a/package2.php b/package2.php index cff296d..c52ae06 100644 --- a/package2.php +++ b/package2.php @@ -12,14 +12,14 @@ . "may still be unsupported." ; -$version = '0.5.1'; +$version = '0.5.2'; $apiver = '0.5.0'; $state = 'alpha'; $notes = << - + XML_DTD pear.php.net Parsing of DTD files and DTD validation of XML files @@ -28,10 +28,10 @@ ifeghali@php.net yes - 2009-01-24 - + 2009-04-27 + - 0.5.1 + 0.5.2 0.5.0 @@ -39,9 +39,11 @@ alpha BSD License - - Dropped dependency of deprecated XML_Tree -- Introducing the all new XML_DTD_XmlParser -- Added switch to turn folding on/off + +- Fixed circular reference which was leaking memory +- Due to PHP 4 and 5 differences in object handling, the XML Parser had to be rewritten to be PHP 4 compatible again. +- Error when parsing empty XML + @@ -92,6 +94,23 @@ + + + 0.5.2 + 0.5.0 + + + alpha + alpha + + 2009-04-27 + BSD License + +- Fixed circular reference which was leaking memory +- Due to PHP 4 and 5 differences in object handling, the XML Parser had to be rewritten to be PHP 4 compatible again. +- Error when parsing empty XML + + 0.5.1 @@ -103,9 +122,11 @@ 2009-01-24 BSD License - - Dropped dependency of deprecated XML_Tree + +- Dropped dependency of deprecated XML_Tree - Introducing the all new XML_DTD_XmlParser -- Added switch to turn folding on/off +- Added switch to turn folding on/off + @@ -118,9 +139,11 @@ 2008-08-22 BSD License - - switch to BSD license + +- switch to BSD license - add package.xml v2 (while retaining package.xml v1) -- PEAR CS cleanup +- PEAR CS cleanup + @@ -133,9 +156,11 @@ 2004-05-17 PHP License - - fixed bug 168: underscores in element names (tuupola) + +- fixed bug 168: underscores in element names (tuupola) - fixed bug 1118: missing parameters in calls to _errors() (schst) -- fixed bug 1123: incorrect line numbers in error messages (schst) +- fixed bug 1123: incorrect line numbers in error messages (schst) + @@ -148,7 +173,9 @@ 2003-09-11 PHP 3.0 - Initial release as XML_DTD (previously was DTD) + +Initial release as XML_DTD (previously was DTD) +