1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.5" 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>Horde_Serialize</name>
4 <channel>pear.horde.org</channel>
5 <summary>Data Encapulation API</summary>
6 <description>An interface to various methods of encapsulating data.</description>
7 <lead>
8  <name>Chuck Hagenbuch</name>
9  <user>chuck</user>
10  <email>chuck@horde.org</email>
11  <active>yes</active>
12 </lead>
13 <lead>
14  <name>Jan Schneider</name>
15  <user>jan</user>
16  <email>jan@horde.org</email>
17  <active>yes</active>
18 </lead>
19 <developer>
20  <name>Michael Slusarz</name>
21  <user>slusarz</user>
22  <email>slusarz@horde.org</email>
23  <active>yes</active>
24 </developer>
25 <date>2016-02-02</date>
26 <time>09:58:28</time>
27 <version>
28  <release>2.0.5</release>
29  <api>1.0.0</api>
30 </version>
31 <stability>
32  <release>stable</release>
33  <api>stable</api>
34 </stability>
35 <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
36 <notes>
37* [jan] Mark PHP 7 as supported.
38 </notes>
39 <contents>
40  <dir baseinstalldir="/" name="/">
41   <file baseinstalldir="/" md5sum="9a8e898b20085303136ec1766a067f7a" name="doc/Horde/Serialize/examples/json.php" role="doc" />
42   <file baseinstalldir="/" md5sum="321bf41f280cf805086dd5a720b37785" name="doc/Horde/Serialize/COPYING" role="doc" />
43   <file baseinstalldir="/" md5sum="a84e82a2a7165840fabdb9a47c8fc520" name="lib/Horde/Serialize/Exception.php" role="php" />
44   <file baseinstalldir="/" md5sum="7885b08e6ead1918145aa893d0dac6c8" name="lib/Horde/Serialize.php" role="php" />
45   <file baseinstalldir="/" md5sum="56cbb0fde054a64d2f74660be92c65fb" name="test/Horde/Serialize/fixtures/badutf8.txt" role="test" />
46   <file baseinstalldir="/" md5sum="8bc9518b9c0576806c82d9413489d099" name="test/Horde/Serialize/AllTests.php" role="test" />
47   <file baseinstalldir="/" md5sum="0a5018f0726d4673850fece3ad4d72c0" name="test/Horde/Serialize/bootstrap.php" role="test" />
48   <file baseinstalldir="/" md5sum="d9f8992364c7ce43fff4dc4cb9efb878" name="test/Horde/Serialize/JsonTest.php" role="test" />
49   <file baseinstalldir="/" md5sum="090ce475b8a9773a240e954334988c75" name="test/Horde/Serialize/phpunit.xml" role="test" />
50  </dir>
51 </contents>
52 <dependencies>
53  <required>
54   <php>
55    <min>5.3.0</min>
56    <max>8.0.0alpha1</max>
57    <exclude>8.0.0alpha1</exclude>
58   </php>
59   <pearinstaller>
60    <min>1.7.0</min>
61   </pearinstaller>
62   <package>
63    <name>Horde_Exception</name>
64    <channel>pear.horde.org</channel>
65    <min>2.0.0</min>
66    <max>3.0.0alpha1</max>
67    <exclude>3.0.0alpha1</exclude>
68   </package>
69   <package>
70    <name>Horde_Util</name>
71    <channel>pear.horde.org</channel>
72    <min>2.0.0</min>
73    <max>3.0.0alpha1</max>
74    <exclude>3.0.0alpha1</exclude>
75   </package>
76  </required>
77  <optional>
78   <package>
79    <name>Horde_Imap_Client</name>
80    <channel>pear.horde.org</channel>
81    <min>2.0.0</min>
82    <max>3.0.0alpha1</max>
83    <exclude>3.0.0alpha1</exclude>
84   </package>
85   <package>
86    <name>Horde_Mime</name>
87    <channel>pear.horde.org</channel>
88    <min>2.0.0</min>
89    <max>3.0.0alpha1</max>
90    <exclude>3.0.0alpha1</exclude>
91   </package>
92   <package>
93    <name>Horde_Test</name>
94    <channel>pear.horde.org</channel>
95    <min>2.1.0</min>
96    <max>3.0.0alpha1</max>
97    <exclude>3.0.0alpha1</exclude>
98   </package>
99   <package>
100    <name>lzf</name>
101    <channel>pecl.php.net</channel>
102    <min>1.5.2</min>
103    <providesextension>lzf</providesextension>
104   </package>
105   <extension>
106    <name>bz2</name>
107   </extension>
108   <extension>
109    <name>json</name>
110   </extension>
111   <extension>
112    <name>wddx</name>
113   </extension>
114   <extension>
115    <name>zlib</name>
116   </extension>
117  </optional>
118 </dependencies>
119 <phprelease>
120  <filelist>
121   <install as="COPYING" name="doc/Horde/Serialize/COPYING" />
122   <install as="Horde/Serialize/examples/json.php" name="doc/Horde/Serialize/examples/json.php" />
123   <install as="Horde/Serialize.php" name="lib/Horde/Serialize.php" />
124   <install as="Horde/Serialize/Exception.php" name="lib/Horde/Serialize/Exception.php" />
125   <install as="Horde/Serialize/AllTests.php" name="test/Horde/Serialize/AllTests.php" />
126   <install as="Horde/Serialize/bootstrap.php" name="test/Horde/Serialize/bootstrap.php" />
127   <install as="Horde/Serialize/JsonTest.php" name="test/Horde/Serialize/JsonTest.php" />
128   <install as="Horde/Serialize/phpunit.xml" name="test/Horde/Serialize/phpunit.xml" />
129   <install as="Horde/Serialize/fixtures/badutf8.txt" name="test/Horde/Serialize/fixtures/badutf8.txt" />
130  </filelist>
131 </phprelease>
132 <changelog>
133  <release>
134   <version>
135    <release>0.0.1</release>
136    <api>0.0.1</api>
137   </version>
138   <stability>
139    <release>alpha</release>
140    <api>alpha</api>
141   </stability>
142   <date>2004-01-01</date>
143   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
144   <notes>
145Initial packaging.
146   </notes>
147  </release>
148  <release>
149   <date>2006-05-08</date>
150   <time>23:12:48</time>
151   <version>
152    <release>0.0.2</release>
153    <api>0.0.2</api>
154   </version>
155   <stability>
156    <release>alpha</release>
157    <api>alpha</api>
158   </stability>
159   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
160   <notes>
161Converted to package.xml 2.0 for pear.horde.org
162   </notes>
163  </release>
164  <release>
165   <version>
166    <release>1.0.0alpha1</release>
167    <api>1.0.0</api>
168   </version>
169   <stability>
170    <release>alpha</release>
171    <api>alpha</api>
172   </stability>
173   <date>2011-03-08</date>
174   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
175   <notes>
176* First alpha release for Horde 4.
177* Throw exceptions rather than returning PEAR_Errors.
178* Add support for limited error handling for json encoding errors (requires PHP 5.3+).
179   </notes>
180  </release>
181  <release>
182   <version>
183    <release>1.0.0beta1</release>
184    <api>1.0.0</api>
185   </version>
186   <stability>
187    <release>beta</release>
188    <api>beta</api>
189   </stability>
190   <date>2011-03-16</date>
191   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
192   <notes>
193* First beta release for Horde 4.
194   </notes>
195  </release>
196  <release>
197   <version>
198    <release>1.0.0RC1</release>
199    <api>1.0.0</api>
200   </version>
201   <stability>
202    <release>beta</release>
203    <api>beta</api>
204   </stability>
205   <date>2011-03-22</date>
206   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
207   <notes>
208* First release candidate for Horde 4.
209   </notes>
210  </release>
211  <release>
212   <version>
213    <release>1.0.0RC2</release>
214    <api>1.0.0</api>
215   </version>
216   <stability>
217    <release>beta</release>
218    <api>beta</api>
219   </stability>
220   <date>2011-03-29</date>
221   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
222   <notes>
223* Second release candidate for Horde 4.
224* [jan] Drop SQLXML serialization method (Request #9705).
225   </notes>
226  </release>
227  <release>
228   <version>
229    <release>1.0.0</release>
230    <api>1.0.0</api>
231   </version>
232   <stability>
233    <release>stable</release>
234    <api>stable</api>
235   </stability>
236   <date>2011-04-06</date>
237   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
238   <notes>
239* First stable release for Horde 4.
240   </notes>
241  </release>
242  <release>
243   <version>
244    <release>1.0.1</release>
245    <api>1.0.0</api>
246   </version>
247   <stability>
248    <release>stable</release>
249    <api>stable</api>
250   </stability>
251   <date>2011-05-03</date>
252   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
253   <notes>
254* [jan] Fix dependency.
255   </notes>
256  </release>
257  <release>
258   <version>
259    <release>1.0.2</release>
260    <api>1.0.0</api>
261   </version>
262   <stability>
263    <release>stable</release>
264    <api>stable</api>
265   </stability>
266   <date>2011-11-08</date>
267   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
268   <notes>
269* [jan] Fix unit tests.
270   </notes>
271  </release>
272  <release>
273   <version>
274    <release>2.0.0alpha1</release>
275    <api>1.0.0</api>
276   </version>
277   <stability>
278    <release>alpha</release>
279    <api>stable</api>
280   </stability>
281   <date>2012-07-05</date>
282   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
283   <notes>
284* First alpha release for Horde 5.
285   </notes>
286  </release>
287  <release>
288   <version>
289    <release>2.0.0beta1</release>
290    <api>1.0.0</api>
291   </version>
292   <stability>
293    <release>beta</release>
294    <api>stable</api>
295   </stability>
296   <date>2012-07-19</date>
297   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
298   <notes>
299* First beta release for Horde 5.
300   </notes>
301  </release>
302  <release>
303   <version>
304    <release>2.0.0</release>
305    <api>1.0.0</api>
306   </version>
307   <stability>
308    <release>stable</release>
309    <api>stable</api>
310   </stability>
311   <date>2012-10-30</date>
312   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
313   <notes>
314* First stable release for Horde 5.
315   </notes>
316  </release>
317  <release>
318   <version>
319    <release>2.0.1</release>
320    <api>1.0.0</api>
321   </version>
322   <stability>
323    <release>stable</release>
324    <api>stable</api>
325   </stability>
326   <date>2012-11-19</date>
327   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
328   <notes>
329* [mms] Use new Horde_Test layout.
330   </notes>
331  </release>
332  <release>
333   <version>
334    <release>2.0.2</release>
335    <api>1.0.0</api>
336   </version>
337   <stability>
338    <release>stable</release>
339    <api>stable</api>
340   </stability>
341   <date>2013-03-05</date>
342   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
343   <notes>
344* [jan] Improve dependency detection.
345   </notes>
346  </release>
347  <release>
348   <version>
349    <release>2.0.3</release>
350    <api>1.0.0</api>
351   </version>
352   <stability>
353    <release>stable</release>
354    <api>stable</api>
355   </stability>
356   <date>2015-01-09</date>
357   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
358   <notes>
359* [jan] Improve PSR-2 compatibility.
360* [jan] Add Composer definition.
361   </notes>
362  </release>
363  <release>
364   <version>
365    <release>2.0.4</release>
366    <api>1.0.0</api>
367   </version>
368   <stability>
369    <release>stable</release>
370    <api>stable</api>
371   </stability>
372   <date>2015-07-31</date>
373   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
374   <notes>
375* [jan] Fix Composer file.
376   </notes>
377  </release>
378  <release>
379   <version>
380    <release>2.0.5</release>
381    <api>1.0.0</api>
382   </version>
383   <stability>
384    <release>stable</release>
385    <api>stable</api>
386   </stability>
387   <date>2016-02-02</date>
388   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
389   <notes>
390* [jan] Mark PHP 7 as supported.
391   </notes>
392  </release>
393 </changelog>
394</package>
395