-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.xml
692 lines (662 loc) · 20.7 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.2" 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">
<name>Horde_Smtp</name>
<channel>pear.horde.org</channel>
<summary>SMTP client library</summary>
<description>A library for connecting to a SMTP (RFC 5321) server to send e-mail messages.</description>
<lead>
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2022-11-05</date>
<version>
<release>2.0.0alpha4</release>
<api>2.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<notes>
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name=".github">
<dir name="workflows">
<file name="ci.yml" role="php" />
<file name="phpdoc.yml" role="php" />
<file name="update-satis.yml" role="php" />
</dir> <!-- /.github/workflows -->
</dir> <!-- /.github -->
<dir name="doc">
<dir name="Horde">
<dir name="Smtp">
<file name="CHANGES" role="doc" />
<file name="UPGRADING.rst" role="doc" />
</dir> <!-- /doc/Horde/Smtp -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
<dir name="Smtp">
<dir name="Exception">
<file name="Recipients.php" role="php" />
</dir> <!-- /lib/Horde/Smtp/Exception -->
<dir name="Filter">
<file name="Body.php" role="php" />
<file name="Data.php" role="php" />
</dir> <!-- /lib/Horde/Smtp/Filter -->
<dir name="Password">
<file name="Xoauth2.php" role="php" />
</dir> <!-- /lib/Horde/Smtp/Password -->
<file name="Connection.php" role="php" />
<file name="Debug.php" role="php" />
<file name="Exception.php" role="php" />
<file name="Lmtp.php" role="php" />
<file name="Password.php" role="php" />
<file name="Translation.php" role="php">
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config" />
</file>
</dir> <!-- /lib/Horde/Smtp -->
<file name="Smtp.php" role="php" />
</dir> <!-- /lib/Horde -->
</dir> <!-- /lib -->
<dir name="locale">
<dir name="da">
<dir name="LC_MESSAGES">
<file name="Horde_Smtp.mo" role="data" />
<file name="Horde_Smtp.po" role="data" />
</dir> <!-- /locale/da/LC_MESSAGES -->
</dir> <!-- /locale/da -->
<dir name="el">
<dir name="LC_MESSAGES">
<file name="Horde_Smtp.mo" role="data" />
<file name="Horde_Smtp.po" role="data" />
</dir> <!-- /locale/el/LC_MESSAGES -->
</dir> <!-- /locale/el -->
<dir name="es">
<dir name="LC_MESSAGES">
<file name="Horde_Smtp.mo" role="data" />
<file name="Horde_Smtp.po" role="data" />
</dir> <!-- /locale/es/LC_MESSAGES -->
</dir> <!-- /locale/es -->
<dir name="hu">
<dir name="LC_MESSAGES">
<file name="Horde_Smtp.mo" role="data" />
<file name="Horde_Smtp.po" role="data" />
</dir> <!-- /locale/hu/LC_MESSAGES -->
</dir> <!-- /locale/hu -->
<dir name="ja">
<dir name="LC_MESSAGES">
<file name="Horde_Smtp.mo" role="data" />
<file name="Horde_Smtp.po" role="data" />
</dir> <!-- /locale/ja/LC_MESSAGES -->
</dir> <!-- /locale/ja -->
<dir name="tr">
<dir name="LC_MESSAGES">
<file name="Horde_Smtp.mo" role="data" />
<file name="Horde_Smtp.po" role="data" />
</dir> <!-- /locale/tr/LC_MESSAGES -->
</dir> <!-- /locale/tr -->
<file name="Horde_Smtp.pot" role="data" />
</dir> <!-- /locale -->
<dir name="test">
<dir name="Horde">
<dir name="Smtp">
<file name="AllTests.php" role="test" />
<file name="bootstrap.php" role="test" />
<file name="conf.php.dist" role="test" />
<file name="FilterBodyTest.php" role="test" />
<file name="FilterDataTest.php" role="test" />
<file name="RemoteServerTest.php" role="test" />
<file name="Xoauth2Test.php" role="test" />
</dir> <!-- /test/Horde/Smtp -->
</dir> <!-- /test/Horde -->
</dir> <!-- /test -->
<file name="LICENSE" role="doc" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>7.4.0</min>
</php>
<pearinstaller>
<min>1.7.0</min>
</pearinstaller>
</required>
</dependencies>
<phprelease>
<filelist>
<install as="workflows/ci.yml" name=".github/workflows/ci.yml" />
<install as="workflows/phpdoc.yml" name=".github/workflows/phpdoc.yml" />
<install as="workflows/update-satis.yml" name=".github/workflows/update-satis.yml" />
<install as="Smtp/CHANGES" name="doc/Horde/Smtp/CHANGES" />
<install as="Smtp/UPGRADING.rst" name="doc/Horde/Smtp/UPGRADING.rst" />
<install as="Horde/Smtp.php" name="lib/Horde/Smtp.php" />
<install as="Horde/Smtp/Connection.php" name="lib/Horde/Smtp/Connection.php" />
<install as="Horde/Smtp/Debug.php" name="lib/Horde/Smtp/Debug.php" />
<install as="Horde/Smtp/Exception.php" name="lib/Horde/Smtp/Exception.php" />
<install as="Horde/Smtp/Exception/Recipients.php" name="lib/Horde/Smtp/Exception/Recipients.php" />
<install as="Horde/Smtp/Filter/Body.php" name="lib/Horde/Smtp/Filter/Body.php" />
<install as="Horde/Smtp/Filter/Data.php" name="lib/Horde/Smtp/Filter/Data.php" />
<install as="Horde/Smtp/Lmtp.php" name="lib/Horde/Smtp/Lmtp.php" />
<install as="Horde/Smtp/Password.php" name="lib/Horde/Smtp/Password.php" />
<install as="Horde/Smtp/Password/Xoauth2.php" name="lib/Horde/Smtp/Password/Xoauth2.php" />
<install as="Horde/Smtp/Translation.php" name="lib/Horde/Smtp/Translation.php" />
<install as="LICENSE" name="LICENSE" />
<install as="locale/da/LC_MESSAGES/Horde_Smtp.mo" name="locale/da/LC_MESSAGES/Horde_Smtp.mo" />
<install as="locale/da/LC_MESSAGES/Horde_Smtp.po" name="locale/da/LC_MESSAGES/Horde_Smtp.po" />
<install as="locale/el/LC_MESSAGES/Horde_Smtp.mo" name="locale/el/LC_MESSAGES/Horde_Smtp.mo" />
<install as="locale/el/LC_MESSAGES/Horde_Smtp.po" name="locale/el/LC_MESSAGES/Horde_Smtp.po" />
<install as="locale/es/LC_MESSAGES/Horde_Smtp.mo" name="locale/es/LC_MESSAGES/Horde_Smtp.mo" />
<install as="locale/es/LC_MESSAGES/Horde_Smtp.po" name="locale/es/LC_MESSAGES/Horde_Smtp.po" />
<install as="locale/Horde_Smtp.pot" name="locale/Horde_Smtp.pot" />
<install as="locale/hu/LC_MESSAGES/Horde_Smtp.mo" name="locale/hu/LC_MESSAGES/Horde_Smtp.mo" />
<install as="locale/hu/LC_MESSAGES/Horde_Smtp.po" name="locale/hu/LC_MESSAGES/Horde_Smtp.po" />
<install as="locale/ja/LC_MESSAGES/Horde_Smtp.mo" name="locale/ja/LC_MESSAGES/Horde_Smtp.mo" />
<install as="locale/ja/LC_MESSAGES/Horde_Smtp.po" name="locale/ja/LC_MESSAGES/Horde_Smtp.po" />
<install as="locale/tr/LC_MESSAGES/Horde_Smtp.mo" name="locale/tr/LC_MESSAGES/Horde_Smtp.mo" />
<install as="locale/tr/LC_MESSAGES/Horde_Smtp.po" name="locale/tr/LC_MESSAGES/Horde_Smtp.po" />
<install as="Horde/Smtp/AllTests.php" name="test/Horde/Smtp/AllTests.php" />
<install as="Horde/Smtp/bootstrap.php" name="test/Horde/Smtp/bootstrap.php" />
<install as="Horde/Smtp/conf.php.dist" name="test/Horde/Smtp/conf.php.dist" />
<install as="Horde/Smtp/FilterBodyTest.php" name="test/Horde/Smtp/FilterBodyTest.php" />
<install as="Horde/Smtp/FilterDataTest.php" name="test/Horde/Smtp/FilterDataTest.php" />
<install as="Horde/Smtp/RemoteServerTest.php" name="test/Horde/Smtp/RemoteServerTest.php" />
<install as="Horde/Smtp/Xoauth2Test.php" name="test/Horde/Smtp/Xoauth2Test.php" />
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-08-16</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Initial release.
</notes>
</release>
<release>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-08-22</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Deprecated the 'password_encrypt' parameter and instead support passing a Horde_Smtp_Password object into the 'password' parameter.
* [mms] Fix DIGEST-MD5 authentication method.
* [mms] Added support for the Google XOAuth2 authentication mechanism.
* [jan] Fix detecting if connection to SMTP server fails.
</notes>
</release>
<release>
<version>
<release>1.2.0</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-08-28</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Change default security to use TLS, if available.
* [mms] Fix storing password object in the Horde_Smtp object.
</notes>
</release>
<release>
<version>
<release>1.2.1</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-02</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Transparently handle required TLS connection when no security was configured.
</notes>
</release>
<release>
<version>
<release>1.2.2</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Fix aborting a pipelined DATA command if only a subset of recipients were rejected (Bug #12659).
* [mms] Don't auto-detect TLS availability again once we have done initial detection.
</notes>
</release>
<release>
<version>
<release>1.2.3</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-11</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Fix parsing SMTP error message on servers that support ENHANCEDSTATUSCODES (Bug #12666).
</notes>
</release>
<release>
<version>
<release>1.2.4</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-10-15</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Explicitly reject XOAUTH2 as a authentication mechanism if it is not configured in the client.
* [jan] Fix reading translations in PEAR-installed package.
</notes>
</release>
<release>
<version>
<release>1.2.5</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-10-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Fix escaping periods that begin a line of DATA input.
</notes>
</release>
<release>
<version>
<release>1.2.6</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-10-22</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Fix handling EOLs split on a stream bucket boundary (Bug #12763).
</notes>
</release>
<release>
<version>
<release>1.3.0</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-10-30</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Added direct TLS v1.x connection option when connecting to remote server.
* [mms] Added Horde_Smtp_Password_Xoauth2 class.
</notes>
</release>
<release>
<version>
<release>1.3.1</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-11-21</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Fix handling servers that don't support ESMTP (Bug #12853).
* [mms] Fix returning reply code in Exceptions.
</notes>
</release>
<release>
<version>
<release>1.4.0</release>
<api>1.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-02-11</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Add raw error message text (in English) to Exceptions.
</notes>
</release>
<release>
<version>
<release>1.4.1</release>
<api>1.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-04-03</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Add Danish translation (Erling Preben Hansen <[email protected]>).
* [mms] The mail submission port (587) should be default of this library.
* [mms] Better exception message for a 550 error, since it is common and may be displayed to an end user (Request #12990).
</notes>
</release>
<release>
<version>
<release>1.5.0</release>
<api>1.5.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-05-21</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Fix harmless undefined error when accessing certain configuration parameters.
* [mms] Horde_Smtp#send() now returns recipient status information if at least one recipient was successfully accepted.
* [mms] Added an LMTP (RFC 2033) driver.
* [jan] Add Hungarian translation (Andras Galos <[email protected]>).
</notes>
</release>
<release>
<version>
<release>1.5.1</release>
<api>1.5.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-06-10</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Add Japanese translation (Hiromi Kimura <[email protected]>).
</notes>
</release>
<release>
<version>
<release>1.5.2</release>
<api>1.5.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-06-17</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Add Spanish translation (Manuel Perez Ayala <[email protected]>).
</notes>
</release>
<release>
<version>
<release>1.6.0</release>
<api>1.6.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-08-04</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Added support for sending internationalized header data (RFC 6531).
</notes>
</release>
<release>
<version>
<release>1.7.0</release>
<api>1.7.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-11-23</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Added Horde_Smtp_Exception property indicating whether error is permanent or transient.
* [mms] Determine EAI and Body transport information by analyzing the message data, instead of requiring a parameter.
* [mms] Add support for ETRN extension (RFC 1985).
* [mms] Add support for BINARYMIME extension (RFC 3030).
* [mms] Add support for CHUNKING extension (RFC 3030).
</notes>
</release>
<release>
<version>
<release>1.8.0</release>
<api>1.8.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-01-07</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Failed recipients can now be determined via the Horde_Smtp_Exception_Recipients exception thrown when calling Horde_Smtp#send().
</notes>
</release>
<release>
<version>
<release>1.9.0</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-03-10</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Fix sending BODY keyword when debugging and SMTP server does not support 8BITMIME extension.
* [jan] Add parameter for stream context settings (Request #13730).
* [jan] Fix notice if server doesn't support ENHANCEDSTATUSCODES.
* [mms] Add 'localhost' parameter to Horde_Smtp (Request #13832).
</notes>
</release>
<release>
<version>
<release>1.9.1</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-04-28</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Fix issues with certain locales like Turkish.
</notes>
</release>
<release>
<version>
<release>1.9.2</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-02-02</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Mark PHP 7 as supported.
</notes>
</release>
<release>
<version>
<release>1.9.3</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-03-21</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Add Greek translation (Limperis Antonis <[email protected]>).
</notes>
</release>
<release>
<version>
<release>1.9.4</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-12-21</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Fix RFC 3030 (CHUNKING) support.
</notes>
</release>
<release>
<version>
<release>1.9.5</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-06-22</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Add Turkish translation (İTÜ BİDB <[email protected]>).
</notes>
</release>
<release>
<version>
<release>1.9.6</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2020-11-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Allow unencrypted access ([email protected], PR #1).
</notes>
</release>
<release>
<version>
<release>1.9.7</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2020-11-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* |+
</notes>
</release>
<release>
<version>
<release>2.0.0alpha1</release>
<api>2.0.0alpha1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2021-02-24</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* |
</notes>
</release>
<release>
<version>
<release>2.0.0alpha2</release>
<api>2.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2021-02-24</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* |+
</notes>
</release>
<release>
<version>
<release>2.0.0alpha3</release>
<api>2.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2022-11-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [rla] Alpha release for PHP 8.
* |+
</notes>
</release>
<release>
<version>
<release>2.0.0alpha4</release>
<api>2.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2022-11-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
</notes>
</release>
</changelog>
</package>