1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.6.1" 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 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3 <name>Numbers_Roman</name>
4 <channel>pear.php.net</channel>
5 <summary>Provides methods for converting to and from Roman Numerals.</summary>
6 <description>Numbers_Roman provides static methods for converting to and from Roman
7numerals. It supports Roman numerals in both uppercase and lowercase
8styles and conversion for and to numbers up to 5 999 999</description>
9 <lead>
10  <name>David Costa</name>
11  <user>gurugeek</user>
12  <email>gurugeek@php.net</email>
13  <active>yes</active>
14 </lead>
15 <developer>
16  <name>Klaus Guenther</name>
17  <user>thesaur</user>
18  <email>klaus@capitalfocus.org</email>
19  <active>yes</active>
20 </developer>
21 <date>2007-10-14</date>
22 <time>21:39:24</time>
23 <version>
24  <release>1.0.2</release>
25  <api>1.0.2</api>
26 </version>
27 <stability>
28  <release>stable</release>
29  <api>stable</api>
30 </stability>
31 <license uri="http://www.php.net/license">PHP</license>
32 <notes>QA release:
33- Fix bug with _L and _C giving wrong values (swapped)
34- Fix bug: toRoman() used $this although it&apos;s static
35- Add unit tests</notes>
36 <contents>
37  <dir name="/">
38   <file baseinstalldir="Numbers" md5sum="c8c819f78c5f1e5ca1ca927cfaf54931" name="docs/examples/example.php" role="doc" />
39   <file md5sum="df6a438490771e12bb2b0df7bf52d55e" name="tests/AllTests.php" role="test" />
40   <file md5sum="b6952302cd948f46e49a99204cfd5e8d" name="tests/Numbers_RomanTest.php" role="test" />
41   <file baseinstalldir="Numbers" md5sum="da41ac4530b53467dd66bdb67c1f67e3" name="Roman.php" role="php" />
42  </dir>
43 </contents>
44 <dependencies>
45  <required>
46   <php>
47    <min>4.3.0</min>
48   </php>
49   <pearinstaller>
50    <min>1.5.0</min>
51   </pearinstaller>
52  </required>
53 </dependencies>
54 <phprelease />
55 <changelog>
56  <release>
57   <version>
58    <release>1.0.2</release>
59    <api>1.0.2</api>
60   </version>
61   <stability>
62    <release>stable</release>
63    <api>stable</api>
64   </stability>
65   <date>2007-10-14</date>
66   <license uri="http://www.php.net/license">PHP</license>
67   <notes>QA release:
68- Fix bug with _L and _C giving wrong values (swapped)
69- Fix bug: toRoman() used $this although it&apos;s static
70- Add unit tests</notes>
71  </release>
72  <release>
73   <version>
74    <release>1.0.1</release>
75    <api>1.0.1</api>
76   </version>
77   <stability>
78    <release>beta</release>
79    <api>beta</api>
80   </stability>
81   <date>2004-04-28</date>
82   <license uri="http://www.php.net/license">PHP</license>
83   <notes>- Added support for lowercase input/output
84- Starting with this release conversion is supported from integers up to
85  5 999 999 and from the equivalent Roman Numerals
86- Added an optional HTML tag to disply roman numerals over 4000 in an
87  historically accurate fashion
88- General fixes and code rewrite maintaining backward compatibility</notes>
89  </release>
90  <release>
91   <version>
92    <release>0.2.0</release>
93    <api>0.2.0</api>
94   </version>
95   <stability>
96    <release>stable</release>
97    <api>stable</api>
98   </stability>
99   <date>2004-04-28</date>
100   <license uri="http://www.php.net/license">PHP</license>
101   <notes>- Added support for lowercase input/output
102- Starting with this release conversion is supported from integers up to
103  5 999 999 and from the equivalent Roman Numerals
104- Added an optional HTML tag to disply roman numerals over 4000 in an
105  historically accurate fashion
106- General fixes and code rewrite maintaining backward compatibility</notes>
107  </release>
108  <release>
109   <version>
110    <release>0.1.1</release>
111    <api>0.1.1</api>
112   </version>
113   <stability>
114    <release>stable</release>
115    <api>stable</api>
116   </stability>
117   <date>2004-02-26</date>
118   <license uri="http://www.php.net/license">PHP</license>
119   <notes>Fix to enable installation with PEAR installers.</notes>
120  </release>
121  <release>
122   <version>
123    <release>0.1</release>
124    <api>0.1</api>
125   </version>
126   <stability>
127    <release>stable</release>
128    <api>stable</api>
129   </stability>
130   <date>2002-01-26</date>
131   <license uri="http://www.php.net/license">PHP</license>
132   <notes>This is the initial release of the Numbers_Roman package which has
133been in php4/pear for a while.</notes>
134  </release>
135 </changelog>
136</package>
137