]> granicus.if.org Git - php/commitdiff
add chregu as maintainer
authorRob Richards <rrichards@php.net>
Mon, 10 May 2004 20:46:32 +0000 (20:46 +0000)
committerRob Richards <rrichards@php.net>
Mon, 10 May 2004 20:46:32 +0000 (20:46 +0000)
prep for next release

ext/xmlreader/package.xml

index 77e6f0f3a611a1cbc745f6bdab5cd59d8ad7cc6c..45dcbc3708f1d46bd37c7c6ce656559839268e14 100644 (file)
    <email>rrichards@php.net</email>
    <role>lead</role>
   </maintainer>
+  <maintainer>
+   <user>chregu</user>
+   <role>lead</role>
+   <name>Christian Stocker</name>
+   <email>chregu@php.net</email>
+  </maintainer>
  </maintainers>
  <release>
-  <version>0.1</version>
-  <date>2004-04-27</date>
+  <version>0.2</version>
+  <date>2004-05-10</date>
   <state>beta</state>
   <notes>
-   Initital Version.
+   Allow open and XML methods to be called statically.
+   Add expand() support to export copies of nodes as DOM objects. (chregu)
+   Add next() support to skip to next sibling node. (chregu)
   </notes>
   <configureoptions>
     <configureoption name="with-xmlreader" default="autodetect" prompt="Include XMLReader support?"/>