Skip to content

Commit a8187a6

Browse files
committed
prepare for 1.3.0a1 release
git-svn-id: https://svn.php.net/repository/pear/packages/XML_Parser/trunk@265445 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent a73a054 commit a8187a6

File tree

3 files changed

+69
-48
lines changed

3 files changed

+69
-48
lines changed

package.php

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,17 @@
11
<?php
2-
/**
3-
* script to automate the generation of the
4-
* package.xml file.
5-
*
6-
* $Id$
7-
*
8-
* @author Stephan Schmidt <[email protected]>
9-
* @package XML_Parser
10-
* @subpackage Tools
11-
*/
122

13-
/**
14-
* uses PackageFileManager
15-
*/
163
require_once 'PEAR/PackageFileManager.php';
174

18-
/**
19-
* current version
20-
*/
21-
$version = '1.2.8';
5+
$version = '1.3.0a1';
6+
$state = 'alpha';
227

23-
/**
24-
* current state
25-
*/
26-
$state = 'stable';
27-
28-
/**
29-
* release notes
30-
*/
318
$notes = <<<EOT
32-
- fixed bug #5557: Raise a more useful error message when using invalid source encoding
33-
- fixed bug #6078: func-mode does not handle all allowed letters in tags
9+
- switch to BSD License
10+
- switch to package.xml v2
11+
- PEAR CS cleanup
12+
- Fix Doc #13120: Mistake in example code
3413
EOT;
3514

36-
/**
37-
* package description
38-
*/
3915
$description = <<<EOT
4016
This is an XML parser based on PHPs built-in xml extension.
4117
It supports two basic modes of operation: "func" and "event". In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks.
@@ -87,4 +63,4 @@
8763
echo $result->getMessage();
8864
die();
8965
}
90-
?>
66+
?>

package.xml

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
3-
<package version="1.0" packagerversion="1.4.11">
3+
<package version="1.0" packagerversion="1.7.2">
44
<name>XML_Parser</name>
55
<summary>XML parsing class based on PHP&apos;s bundled expat</summary>
66
<description>This is an XML parser based on PHPs built-in xml extension.
@@ -28,14 +28,22 @@ Furthermore its now possible to split the parser from the handler object, so you
2828
<email>[email protected]</email>
2929
<role>developer</role>
3030
</maintainer>
31+
<maintainer>
32+
<user>ashnazg</user>
33+
<name>Chuck Burgess</name>
34+
<email>[email protected]</email>
35+
<role>lead</role>
36+
</maintainer>
3137
</maintainers>
3238
<release>
33-
<version>1.2.8</version>
34-
<date>2006-12-01</date>
39+
<version>1.3.0a1</version>
40+
<date>2008-08-24</date>
3541
<license>PHP License</license>
36-
<state>stable</state>
37-
<notes>- fixed bug #5557: Raise a more useful error message when using invalid source encoding
38-
- fixed bug #6078: func-mode does not handle all allowed letters in tags
42+
<state>alpha</state>
43+
<notes>- switch to BSD License
44+
- switch to package.xml v2
45+
- PEAR CS cleanup
46+
- Fix Doc #13120: Mistake in example code
3947
</notes>
4048
<deps>
4149
<dep type="php" rel="ge" version="4.2.0" optional="no"/>
@@ -275,5 +283,16 @@ XML_Parser_Simple:
275283
- fixed bug #6078: func-mode does not handle all allowed letters in tags
276284
</notes>
277285
</release>
286+
<release>
287+
<version>1.3.0a1</version>
288+
<date>2008-08-24</date>
289+
<license>PHP License</license>
290+
<state>alpha</state>
291+
<notes>- switch to BSD License
292+
- switch to package.xml v2
293+
- PEAR CS cleanup
294+
- Fix Doc #13120: Mistake in example code
295+
</notes>
296+
</release>
278297
</changelog>
279298
</package>

package2.xml

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<package packagerversion="1.4.11" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
2+
<package packagerversion="1.7.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
33
http://pear.php.net/dtd/tasks-1.0.xsd
44
http://pear.php.net/dtd/package-2.0
55
http://pear.php.net/dtd/package-2.0.xsd">
@@ -17,33 +17,41 @@ Furthermore its now possible to split the parser from the handler object, so you
1717
<name>Stephan Schmidt</name>
1818
<user>schst</user>
1919
<email>[email protected]</email>
20+
<active>no</active>
21+
</lead>
22+
<lead>
23+
<name>Chuck Burgess</name>
24+
<user>ashnazg</user>
25+
<email>[email protected]</email>
2026
<active>yes</active>
2127
</lead>
2228
<developer>
2329
<name>Stig S&amp;#230;ther Bakken</name>
2430
<user>ssb</user>
2531
<email>[email protected]</email>
26-
<active>yes</active>
32+
<active>no</active>
2733
</developer>
2834
<developer>
2935
<name>Tomas V.V.Cox</name>
3036
<user>cox</user>
3137
<email>[email protected]</email>
32-
<active>yes</active>
38+
<active>no</active>
3339
</developer>
34-
<date>2006-12-01</date>
35-
<time>17:23:55</time>
40+
<date>2008-08-24</date>
41+
<time>16:53:55</time>
3642
<version>
37-
<release>1.2.8</release>
38-
<api>1.2.8</api>
43+
<release>1.3.0a1</release>
44+
<api>1.3.0a1</api>
3945
</version>
4046
<stability>
41-
<release>stable</release>
42-
<api>stable</api>
47+
<release>alpha</release>
48+
<api>alpha</api>
4349
</stability>
4450
<license uri="http://www.php.net/license">PHP License</license>
45-
<notes>- fixed bug #5557: Raise a more useful error message when using invalid source encoding
46-
- fixed bug #6078: func-mode does not handle all allowed letters in tags
51+
<notes>- switch to BSD License
52+
- switch to package.xml v2
53+
- PEAR CS cleanup
54+
- Fix Doc #13120: Mistake in example code
4755

4856
</notes>
4957
<contents>
@@ -404,6 +412,24 @@ XML_Parser_Simple:
404412
<notes>- fixed bug #5557: Raise a more useful error message when using invalid source encoding
405413
- fixed bug #6078: func-mode does not handle all allowed letters in tags
406414

415+
</notes>
416+
</release>
417+
<release>
418+
<version>
419+
<release>1.3.0a1</release>
420+
<api>1.3.0a1</api>
421+
</version>
422+
<stability>
423+
<release>alpha</release>
424+
<api>alpha</api>
425+
</stability>
426+
<date>2008-08-24</date>
427+
<license uri="http://www.php.net/license">PHP License</license>
428+
<notes>- switch to BSD License
429+
- switch to package.xml v2
430+
- PEAR CS cleanup
431+
- Fix Doc #13120: Mistake in example code
432+
407433
</notes>
408434
</release>
409435
</changelog>

0 commit comments

Comments
 (0)