Skip to content

Commit

Permalink
prepared for new release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/XML_Parser/trunk@169892 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Stephan Schmidt committed Oct 4, 2004
1 parent a2c51c5 commit ed431c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
10 changes: 2 additions & 8 deletions package.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* current version
*/
$version = '1.2.0';
$version = '1.2.1';

/**
* current state
Expand All @@ -29,13 +29,7 @@
* release notes
*/
$notes = <<<EOT
- added setHandlerObj() which allows you to have the parser separate from the handler methods
- fixed bug with setMode()
- moved the init routines for the handlers in _initHandlers()
- added new examples
- fixed test files so they do not fail because of different resource ids
XML_Parser_Simple:
- added new class XML_Parser_Simple that provides a stack for the elements so the user only needs to implement one method to handle the tag and cdata.
fixed bug #2442: Call to "xmltag_ELEMENT_" not correctly managed in function funcEndHandler
EOT;

/**
Expand Down
21 changes: 11 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,11 @@ Furthermore its now possible to split the parser from the handler object, so you
</maintainer>
</maintainers>
<release>
<version>1.2.0</version>
<date>2004-05-28</date>
<version>1.2.1</version>
<date>2004-10-04</date>
<license>PHP License</license>
<state>stable</state>
<notes>- added setHandlerObj() which allows you to have the parser separate from the handler methods
- fixed bug with setMode()
- moved the init routines for the handlers in _initHandlers()
- added new examples
- fixed test files so they do not fail because of different resource ids
XML_Parser_Simple:
- added new class XML_Parser_Simple that provides a stack for the elements so the user only needs to implement one method to handle the tag and cdata.</notes>
<notes>fixed bug #2442: Call to &quot;xmltag_ELEMENT_&quot; not correctly managed in function funcEndHandler</notes>
<deps>
<dep type="php" rel="ge" version="4.2.0" optional="no"/>
<dep type="pkg" rel="has" optional="no">PEAR</dep>
Expand Down Expand Up @@ -192,5 +186,12 @@ XML_Parser_Simple:
XML_Parser_Simple:
- added new class XML_Parser_Simple that provides a stack for the elements so the user only needs to implement one method to handle the tag and cdata.</notes>
</release>
<release>
<version>1.2.1</version>
<date>2004-10-04</date>
<license>PHP License</license>
<state>stable</state>
<notes>fixed bug #2442: Call to &quot;xmltag_ELEMENT_&quot; not correctly managed in function funcEndHandler</notes>
</release>
</changelog>
</package>
</package>

0 comments on commit ed431c5

Please sign in to comment.