1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.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>Net_DIME</name>
4 <channel>pear.php.net</channel>
5 <summary>The Net_DIME package implements DIME encoding and decoding</summary>
6 <description>The Net_DIME package provides an implementation of DIME as defined at http://xml.coverpages.org/draft-nielsen-dime-02.txt</description>
7 <lead>
8  <name>Jan Schneider</name>
9  <user>yunosh</user>
10  <email>jan@horde.org</email>
11  <active>yes</active>
12 </lead>
13 <lead>
14  <name>Shane Caraveo</name>
15  <user>shane</user>
16  <email>shane@caraveo.com</email>
17  <active>no</active>
18 </lead>
19 <date>2010-10-25</date>
20 <time>23:08:14</time>
21 <version>
22  <release>1.0.2</release>
23  <api>1.0.0</api>
24 </version>
25 <stability>
26  <release>stable</release>
27  <api>stable</api>
28 </stability>
29 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
30 <notes>
31Automatically built QA release
32 </notes>
33 <contents>
34  <dir baseinstalldir="Net" name="/">
35   <file baseinstalldir="Net" md5sum="ee737b13682d6e524ad702c556784b16" name="test/dime_message_test.php" role="test" />
36   <file baseinstalldir="Net" md5sum="fe97c5c8b45a77fb91141eb88cbdab5c" name="test/dime_record_test.php" role="test" />
37   <file baseinstalldir="Net" md5sum="dc3a751b94ce4e17bf886169ea2158dd" name="DIME.php" role="php" />
38  </dir>
39 </contents>
40 <dependencies>
41  <required>
42   <php>
43    <min>4.0.0</min>
44   </php>
45   <pearinstaller>
46    <min>1.4.0b1</min>
47   </pearinstaller>
48  </required>
49 </dependencies>
50 <phprelease />
51 <changelog>
52  <release>
53   <version>
54    <release>0.2</release>
55    <api>0.2</api>
56   </version>
57   <stability>
58    <release>beta</release>
59    <api>beta</api>
60   </stability>
61   <date>2002-05-12</date>
62   <license uri="http://www.php.net/license">PHP License</license>
63   <notes>
64Some of the code probably needs to be PEAR-ified a bit more.
65This needs to be integrated with streams, if there is anything needed to do that.
66More testing needs to be done, but it encodes/decodes it&apos;s own messages.
67   </notes>
68  </release>
69  <release>
70   <version>
71    <release>0.2.1</release>
72    <api>0.2.1</api>
73   </version>
74   <stability>
75    <release>beta</release>
76    <api>beta</api>
77   </stability>
78   <date>2002-05-12</date>
79   <license uri="http://www.php.net/license">PHP License</license>
80   <notes>
81Change names from DIME_* to Net_DIME_*.
82   </notes>
83  </release>
84  <release>
85   <version>
86    <release>0.3</release>
87    <api>0.3</api>
88   </version>
89   <stability>
90    <release>beta</release>
91    <api>beta</api>
92   </stability>
93   <date>2002-07-07</date>
94   <license uri="http://www.php.net/license">PHP License</license>
95   <notes>
96Updated support for the DIME spec from 17 June 2002
97   </notes>
98  </release>
99  <release>
100   <date>2008-07-15</date>
101   <version>
102    <release>1.0.0RC1</release>
103    <api>1.0.0RC1</api>
104   </version>
105   <stability>
106    <release>beta</release>
107    <api>beta</api>
108   </stability>
109   <license uri="http://www.php.net/license">PHP License</license>
110   <notes>
111Fixed a constant name typo (Aaron Nixon, Bug #5537).
112   </notes>
113  </release>
114  <release>
115   <date>2008-08-24</date>
116   <version>
117    <release>1.0.0</release>
118    <api>1.0.0</api>
119   </version>
120   <stability>
121    <release>stable</release>
122    <api>stable</api>
123   </stability>
124   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
125   <notes>
126Switched license to BSD License.
127   </notes>
128  </release>
129  <release>
130   <version>
131    <release>1.0.2</release>
132    <api>1.0.0</api>
133   </version>
134   <stability>
135    <release>stable</release>
136    <api>stable</api>
137   </stability>
138   <date>2010-10-25</date>
139   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
140   <notes>
141Automatically built QA release
142   </notes>
143  </release>
144 </changelog>
145</package>
146