1------
2v2.2.3
3------
4
5[mjr] PHP 7.4 compatibility fixes (Remi Collet <remi@famillecollet.com>, PR
6      #2).
7
8
9------
10v2.2.2
11------
12
13[mjr] Remove dependency on Math_BigInteger.
14
15
16
17------
18v2.2.1
19------
20
21[jan] Fix RAR compressed file names with unicode characters.
22
23
24------
25v2.2.0
26------
27
28[jan] Add support for compressing TAR archives.
29[jan] Add compressDirectory().
30[jan] Fix notice when adding files older than 1988 to a ZIP archive.
31[jan] Fix reading file dates after August from ZIP files.
32
33
34------
35v2.1.6
36------
37
38[jan] Update German translation.
39
40
41------
42v2.1.5
43------
44
45[mjr] Handle overflowed timestamps on 32bit systems more gracefully.
46[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).
47
48
49------
50v2.1.4
51------
52
53[jan] Mark PHP 7 as supported.
54
55
56------
57v2.1.3
58------
59
60[jan] Updated UK translation.
61[jan] Fix Composer file.
62
63
64------
65v2.1.2
66------
67
68[jan] Fix issues with certain locales like Turkish.
69
70
71------
72v2.1.1
73------
74
75[jan] Fix fatal error due to incorrect class name case (Ralph Becker
76      <rb@stylite.de>)
77[mms] Fix leaking Horde_Date exceptions.
78[mjr] Improve detection of ORGANIZER when decoding MAPI encoded vTODOs.
79
80
81------
82v2.1.0
83------
84
85[mms] Fix decoding of Unicode Strings in TNEF MAPI attributes.
86[mjr] Fix possible fatal error when parsing certain types of Vtodo files.
87[mjr] Add support for generating vTodo from TNEF embedded MAPI TASK objects.
88[mjr] Add option to inject a logger object.
89[mjr] Improve support for decompressing TNEF data.
90
91
92------
93v2.0.8
94------
95
96[jan] Update Hungarian translation (Andras Galos <galosa@netinform.hu>).
97[jan] Update Danish translation (Erling Preben Hansen <erling@eph.dk>).
98
99
100------
101v2.0.7
102------
103
104[mjr] Fix parsing TNEF data that does not contain a meeting request (Bug
105      #12931).
106
107
108------
109v2.0.6
110------
111
112[mjr] Fix tests when Horde_Mapi is not available.
113
114
115------
116v2.0.5
117------
118
119[mjr] Add initial support for decoding TNEF meeting requests.
120
121
122------
123v2.0.4
124------
125
126[jan] Fix Dbx and Tar unpacking on PHP 5.5+.
127
128
129------
130v2.0.3
131------
132
133[jan] Update French translation (Paul De Vlieger
134      <paul.de_vlieger@moniut.univ-bpclermont.fr>).
135
136
137------
138v2.0.2
139------
140
141[jan] Update Basque translation (Ibon Igartua <ibon.igartua@ehu.es>).
142
143
144------
145v2.0.1
146------
147
148[jan] Update Dutch translation (Arjen de Korte <build+horde@de-korte.org>).
149
150
151------
152v2.0.0
153------
154
155First stable release for Horde 5.
156
157
158-----------
159v2.0.0beta2
160-----------
161
162[mms] Fix parsing UTF-16 data in TNEF driver (Bug #11390)
163      (andrey012@gmail.com).
164
165
166-----------
167v2.0.0beta1
168-----------
169
170First beta release for Horde 5.
171
172
173------------
174v2.0.0alpha1
175------------
176
177First alpha release for Horde 5.
178
179
180------
181v1.0.8
182------
183
184[mms] Fix parsing DBX data.
185
186
187------
188v1.0.7
189------
190
191[mms] Check for damaged ZIP data.
192
193
194------
195v1.0.6
196------
197
198[jan] Update Croatian translation (Valentin Vidic <Valentin.Vidic@CARNet.hr>).
199[jan] Update Estonian translation (Alar Sing <alar.sing@err.ee>).
200
201
202------
203v1.0.5
204------
205
206[mms] Detect broken RAR data so it does not cause an infinite loop.
207
208
209------
210v1.0.4
211------
212
213[jan] Update Latvian translation.
214
215
216------
217v1.0.3
218------
219
220[jan] Update Lithuanian translation.
221[jan] Update Brazilian Portuguese translation.
222
223
224------
225v1.0.2
226------
227
228[jan] Updated Slovak translation.
229
230
231------
232v1.0.1
233------
234
235[jan] Updated Spanish translation.
236
237
238------
239v1.0.0
240------
241
242First stable release for Horde 4.
243[mms] Add $canCompress and $canDecompress properties to Horde_Compress_Base.
244[mms] Drivers now extend Horde_Compress_Base.
245[mms] Add Horde_Compress_Exception.
246[mms] Do all zip compression on stream data in streams.
247
248
249---------
250v1.0.0RC2
251---------
252
253Second release candidate for Horde 4.
254
255
256---------
257v1.0.0RC1
258---------
259
260First release candidate for Horde 4.
261
262
263-----------
264v1.0.0beta1
265-----------
266
267First beta release for Horde 4.
268
269
270------------
271v1.0.0alpha1
272------------
273
274First alpha release for Horde 4.
275
276
277------
278v0.0.2
279------
280
281Added rar driver.
282Converted to package.xml 2.0 for pear.horde.org
283
284
285------
286v0.0.1
287------
288
289Initial release as a PEAR package
290