Skip to content

Commit ab52379

Browse files
committed
prepare for 1.3.1 release;
git-svn-id: https://svn.php.net/repository/pear/packages/XML_Parser/trunk@266354 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent e75c469 commit ab52379

File tree

3 files changed

+68
-24
lines changed

3 files changed

+68
-24
lines changed

package.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
require_once 'PEAR/PackageFileManager.php';
44

5-
$version = '1.3.0';
5+
$version = '1.3.1';
66
$state = 'stable';
77

88
$notes = <<<EOT
9-
- switch to BSD License
10-
- switch to package.xml v2
11-
- PEAR CS cleanup
12-
- Fix Doc #13120: Mistake in example code
9+
- correct package.xml to reflect switch to BSD License
1310
EOT;
1411

1512
$description = <<<EOT
@@ -28,7 +25,7 @@
2825
'description' => $description,
2926
'version' => $version,
3027
'state' => $state,
31-
'license' => 'PHP License',
28+
'license' => 'BSD License',
3229
'filelistgenerator' => 'cvs',
3330
'ignore' => array('package.php', 'package.xml', 'package2.xml'),
3431
'notes' => $notes,
@@ -49,6 +46,7 @@
4946
$package->addMaintainer('schst', 'lead', 'Stephan Schmidt', '[email protected]');
5047
$package->addMaintainer('ssb', 'developer', 'Stig S&#230;ther Bakken', '[email protected]');
5148
$package->addMaintainer('cox', 'developer', 'Tomas V.V.Cox', '[email protected]');
49+
$package->addMaintainer('ashnazg', 'lead', 'Chuck Burgess', '[email protected]');
5250

5351
$package->addDependency('PEAR', '', 'has', 'pkg', false);
5452
$package->addDependency('php', '4.2.0', 'ge', 'php', false);

package.xml

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ Furthermore its now possible to split the parser from the handler object, so you
3636
</maintainer>
3737
</maintainers>
3838
<release>
39-
<version>1.3.0</version>
40-
<date>2008-08-24</date>
41-
<license>PHP License</license>
39+
<version>1.3.1</version>
40+
<date>2008-09-15</date>
41+
<license>BSD License</license>
4242
<state>stable</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
43+
<notes>- correct package.xml to reflect switch to BSD License
4744
</notes>
4845
<deps>
4946
<dep type="php" rel="ge" version="4.2.0" optional="no"/>
@@ -294,5 +291,24 @@ XML_Parser_Simple:
294291
- Fix Doc #13120: Mistake in example code
295292
</notes>
296293
</release>
294+
<release>
295+
<version>1.3.0</version>
296+
<date>2008-08-24</date>
297+
<license>PHP License</license>
298+
<state>stable</state>
299+
<notes>- switch to BSD License
300+
- switch to package.xml v2
301+
- PEAR CS cleanup
302+
- Fix Doc #13120: Mistake in example code
303+
</notes>
304+
</release>
305+
<release>
306+
<version>1.3.1</version>
307+
<date>2008-09-15</date>
308+
<license>BSD License</license>
309+
<state>stable</state>
310+
<notes>- correct package.xml to reflect switch to BSD License
311+
</notes>
312+
</release>
297313
</changelog>
298314
</package>

package2.xml

Lines changed: 41 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,18 @@ Furthermore its now possible to split the parser from the handler object, so you
3737
<email>[email protected]</email>
3838
<active>no</active>
3939
</developer>
40-
<date>2008-08-24</date>
41-
<time>16:53:55</time>
40+
<date>2008-09-15</date>
41+
<time>15:29:40</time>
4242
<version>
43-
<release>1.3.0</release>
44-
<api>1.3.0</api>
43+
<release>1.3.1</release>
44+
<api>1.3.1</api>
4545
</version>
4646
<stability>
4747
<release>stable</release>
48-
<api>alpha</api>
48+
<api>stable</api>
4949
</stability>
50-
<license uri="http://www.php.net/license">PHP License</license>
51-
<notes>- switch to BSD License
52-
- switch to package.xml v2
53-
- PEAR CS cleanup
54-
- Fix Doc #13120: Mistake in example code
50+
<license>BSD License</license>
51+
<notes>- correct package.xml to reflect switch to BSD License
5552

5653
</notes>
5754
<contents>
@@ -414,14 +411,32 @@ XML_Parser_Simple:
414411

415412
</notes>
416413
</release>
414+
<release>
415+
<version>
416+
<release>1.3.0a1</release>
417+
<api>1.3.0a1</api>
418+
</version>
419+
<stability>
420+
<release>alpha</release>
421+
<api>alpha</api>
422+
</stability>
423+
<date>2008-08-24</date>
424+
<license uri="http://www.php.net/license">PHP License</license>
425+
<notes>- switch to BSD License
426+
- switch to package.xml v2
427+
- PEAR CS cleanup
428+
- Fix Doc #13120: Mistake in example code
429+
430+
</notes>
431+
</release>
417432
<release>
418433
<version>
419434
<release>1.3.0</release>
420435
<api>1.3.0</api>
421436
</version>
422437
<stability>
423438
<release>stable</release>
424-
<api>alpha</api>
439+
<api>stable</api>
425440
</stability>
426441
<date>2008-08-24</date>
427442
<license uri="http://www.php.net/license">PHP License</license>
@@ -430,6 +445,21 @@ XML_Parser_Simple:
430445
- PEAR CS cleanup
431446
- Fix Doc #13120: Mistake in example code
432447

448+
</notes>
449+
</release>
450+
<release>
451+
<version>
452+
<release>1.3.1</release>
453+
<api>1.3.1</api>
454+
</version>
455+
<stability>
456+
<release>stable</release>
457+
<api>stable</api>
458+
</stability>
459+
<date>2008-09-15</date>
460+
<license uri="http://www.example.com">BSD License</license>
461+
<notes>- correct package.xml to reflect switch to BSD License
462+
433463
</notes>
434464
</release>
435465
</changelog>

0 commit comments

Comments
 (0)