1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.10.4" 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_Mapi</name>
4 <channel>pear.horde.org</channel>
5 <summary>MAPI utility library</summary>
6 <description>Provides various utility classes for dealing with Microsoft MAPI structured data.</description>
7 <lead>
8  <name>Michael J Rubinsky</name>
9  <user>mrubinsk</user>
10  <email>mrubinsk@horde.org</email>
11  <active>yes</active>
12 </lead>
13 <date>2019-02-16</date>
14 <time>16:51:00</time>
15 <version>
16  <release>1.0.10</release>
17  <api>1.0.0</api>
18 </version>
19 <stability>
20  <release>stable</release>
21  <api>stable</api>
22 </stability>
23 <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
24 <notes>
25* [mjr] Remove Autoloading of unused Math_BigInteger (Remi Collet &lt;remi@remirepo.net&gt;, PR #2).
26 </notes>
27 <contents>
28  <dir baseinstalldir="/" name="/">
29   <file baseinstalldir="/" md5sum="2219f5da82d50de0e314519602b3bd12" name="doc/Horde/Mapi/CHANGES" role="doc" />
30   <file baseinstalldir="/" md5sum="321bf41f280cf805086dd5a720b37785" name="doc/Horde/Mapi/COPYING" role="doc" />
31   <file baseinstalldir="/" md5sum="3aa7b50fd67c3fd384ac23eae9867959" name="lib/Horde/Mapi/Exception.php" role="php" />
32   <file baseinstalldir="/" md5sum="cd1be37fac302f7bbdb6db67b154ae27" name="lib/Horde/Mapi/Timezone.php" role="php" />
33   <file baseinstalldir="/" md5sum="e972963cfe92aaac88d92427720db5a1" name="lib/Horde/Mapi.php" role="php" />
34   <file baseinstalldir="/" md5sum="b7de7a8f7b5122b5e9d07a124e712e63" name="test/Horde/Mapi/fixtures/filetime" role="test" />
35   <file baseinstalldir="/" md5sum="8bc9518b9c0576806c82d9413489d099" name="test/Horde/Mapi/AllTests.php" role="test" />
36   <file baseinstalldir="/" md5sum="0a5018f0726d4673850fece3ad4d72c0" name="test/Horde/Mapi/bootstrap.php" role="test" />
37   <file baseinstalldir="/" md5sum="41af9176eb67aaaf7f9220fbf0a4307e" name="test/Horde/Mapi/MapiTest.php" role="test" />
38   <file baseinstalldir="/" md5sum="87464490bac3acf1e42603e11d591483" name="test/Horde/Mapi/TimezoneTest.php" role="test" />
39  </dir>
40 </contents>
41 <dependencies>
42  <required>
43   <php>
44    <min>5.3.0</min>
45    <max>8.0.0alpha1</max>
46    <exclude>8.0.0alpha1</exclude>
47   </php>
48   <pearinstaller>
49    <min>1.7.0</min>
50   </pearinstaller>
51   <package>
52    <name>Horde_Date</name>
53    <channel>pear.horde.org</channel>
54    <min>2.3.0</min>
55    <max>3.0.0alpha1</max>
56    <exclude>3.0.0alpha1</exclude>
57   </package>
58   <package>
59    <name>Horde_Exception</name>
60    <channel>pear.horde.org</channel>
61    <min>2.0.0</min>
62    <max>3.0.0alpha1</max>
63    <exclude>3.0.0alpha1</exclude>
64   </package>
65   <extension>
66    <name>bcmath</name>
67   </extension>
68  </required>
69 </dependencies>
70 <phprelease>
71  <filelist>
72   <install as="CHANGES" name="doc/Horde/Mapi/CHANGES" />
73   <install as="COPYING" name="doc/Horde/Mapi/COPYING" />
74   <install as="Horde/Mapi.php" name="lib/Horde/Mapi.php" />
75   <install as="Horde/Mapi/Exception.php" name="lib/Horde/Mapi/Exception.php" />
76   <install as="Horde/Mapi/Timezone.php" name="lib/Horde/Mapi/Timezone.php" />
77   <install as="Horde/Mapi/AllTests.php" name="test/Horde/Mapi/AllTests.php" />
78   <install as="Horde/Mapi/bootstrap.php" name="test/Horde/Mapi/bootstrap.php" />
79   <install as="Horde/Mapi/MapiTest.php" name="test/Horde/Mapi/MapiTest.php" />
80   <install as="Horde/Mapi/TimezoneTest.php" name="test/Horde/Mapi/TimezoneTest.php" />
81   <install as="Horde/Mapi/fixtures/filetime" name="test/Horde/Mapi/fixtures/filetime" />
82  </filelist>
83 </phprelease>
84 <changelog>
85  <release>
86   <version>
87    <release>1.0.0</release>
88    <api>1.0.0</api>
89   </version>
90   <stability>
91    <release>stable</release>
92    <api>stable</api>
93   </stability>
94   <date>2014-01-17</date>
95   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
96   <notes>
97* Initial release.
98   </notes>
99  </release>
100  <release>
101   <version>
102    <release>1.0.1</release>
103    <api>1.0.0</api>
104   </version>
105   <stability>
106    <release>stable</release>
107    <api>stable</api>
108   </stability>
109   <date>2014-01-18</date>
110   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
111   <notes>
112*
113   </notes>
114  </release>
115  <release>
116   <version>
117    <release>1.0.2</release>
118    <api>1.0.0</api>
119   </version>
120   <stability>
121    <release>stable</release>
122    <api>stable</api>
123   </stability>
124   <date>2014-01-18</date>
125   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
126   <notes>
127* [mjr] Clarify license is LGPL and fix package.xml/composer.json files.
128   </notes>
129  </release>
130  <release>
131   <version>
132    <release>1.0.3</release>
133    <api>1.0.0</api>
134   </version>
135   <stability>
136    <release>stable</release>
137    <api>stable</api>
138   </stability>
139   <date>2014-06-26</date>
140   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
141   <notes>
142* [mjr] Make bcmath an optional, not required, extension (Bug #13285).
143   </notes>
144  </release>
145  <release>
146   <version>
147    <release>1.0.4</release>
148    <api>1.0.0</api>
149   </version>
150   <stability>
151    <release>stable</release>
152    <api>stable</api>
153   </stability>
154   <date>2015-01-09</date>
155   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
156   <notes>
157* [jan] Improve PSR-2 compatibility.
158   </notes>
159  </release>
160  <release>
161   <version>
162    <release>1.0.5</release>
163    <api>1.0.0</api>
164   </version>
165   <stability>
166    <release>stable</release>
167    <api>stable</api>
168   </stability>
169   <date>2015-04-28</date>
170   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
171   <notes>
172* [mjr] Remove bcmath extension requirement and add PEAR Math_BigInteger package in it&apos;s place.
173   </notes>
174  </release>
175  <release>
176   <version>
177    <release>1.0.6</release>
178    <api>1.0.0</api>
179   </version>
180   <stability>
181    <release>stable</release>
182    <api>stable</api>
183   </stability>
184   <date>2016-02-01</date>
185   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
186   <notes>
187* [jan] Mark PHP 7 as supported.
188   </notes>
189  </release>
190  <release>
191   <version>
192    <release>1.0.7</release>
193    <api>1.0.0</api>
194   </version>
195   <stability>
196    <release>stable</release>
197    <api>stable</api>
198   </stability>
199   <date>2016-03-21</date>
200   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
201   <notes>
202* [mjr] Work around BC break in PHP 5.5.10 with converting timezone abbreviations to full timezone names.
203   </notes>
204  </release>
205  <release>
206   <version>
207    <release>1.0.8</release>
208    <api>1.0.0</api>
209   </version>
210   <stability>
211    <release>stable</release>
212    <api>stable</api>
213   </stability>
214   <date>2016-03-21</date>
215   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
216   <notes>
217* [mjr] Fix dependency on Horde_Date 2.3.0.
218   </notes>
219  </release>
220  <release>
221   <version>
222    <release>1.0.9</release>
223    <api>1.0.0</api>
224   </version>
225   <stability>
226    <release>stable</release>
227    <api>stable</api>
228   </stability>
229   <date>2019-02-09</date>
230   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
231   <notes>
232* [mjr] No longer support Math_BigInteger, require the bcmath extension instead.
233   </notes>
234  </release>
235  <release>
236   <version>
237    <release>1.0.10</release>
238    <api>1.0.0</api>
239   </version>
240   <stability>
241    <release>stable</release>
242    <api>stable</api>
243   </stability>
244   <date>2019-02-16</date>
245   <license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
246   <notes>
247* [mjr] Remove Autoloading of unused Math_BigInteger (Remi Collet &lt;remi@remirepo.net&gt;, PR #2).
248   </notes>
249  </release>
250 </changelog>
251</package>
252