|
| 1 | +:tocdepth: 3 |
| 2 | + |
| 3 | +============================== |
| 4 | +Cyrus IMAP 3.2.4 Release Notes |
| 5 | +============================== |
| 6 | + |
| 7 | +Download from GitHub: |
| 8 | + |
| 9 | + * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.4/cyrus-imapd-3.2.4.tar.gz |
| 10 | + * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.4/cyrus-imapd-3.2.4.tar.gz.sig |
| 11 | + |
| 12 | +.. _relnotes-3.2.4-changes: |
| 13 | + |
| 14 | +Changes since 3.2.3 |
| 15 | +=================== |
| 16 | + |
| 17 | +Build changes |
| 18 | +------------- |
| 19 | + |
| 20 | +* Fixed :issue:`3153`: make sure xml_support.c is included in |
| 21 | + :cyrusman:`ctl_zoneinfo(8)` (thanks John M) |
| 22 | +* Fixed :issue:`3154`: crash from cyr_qsort_r on some platforms |
| 23 | +* Fixed :issue:`3163`: use `uintptr_t` instead of `unsigned long long` |
| 24 | + for storing values that may be pointers (thanks OBATA Akio) |
| 25 | +* Fixed :issue:`3157`: MKCOL failed via WebDAV |
| 26 | +* Fixed :issue:`3174`: handle platforms without `futimes` or |
| 27 | + `TIMESPEC_TO_TIMEVAL()` (thanks Andy Fiddaman) |
| 28 | +* Fixed :issue:`3183`: typo in handling of systems without `deflatePending()` |
| 29 | + (thanks Anatoli) |
| 30 | + |
| 31 | +Bug fixes |
| 32 | +--------- |
| 33 | + |
| 34 | +* Fixed :issue:`3120`: allow replication to partitions without a corresponding |
| 35 | + archive partition |
| 36 | +* Fixed :issue:`3169`: sieve scripts replicated from 2.4 with `fulldirhash` |
| 37 | + enabled were placed in wrong directory |
| 38 | +* Fixed: unescape iCalendar X-parameter TEXT values |
| 39 | +* Fixed: server-set JMAP properties now rejected in /set and /setcreate |
| 40 | + calls |
| 41 | +* Fixed: changing JMAP 'id' property now rejected in /set and /setupdate |
| 42 | +* Fixed: crash in :cyrusman:`httpd(8)` from bad Authorization headers |
| 43 | +* Fixed: invalid free on error in JMAP Contacts/set |
| 44 | +* Fixed :issue:`3212`: wrong usage statement in :cyrusman:`ctl_zoneinfo(8)` |
| 45 | + (thanks Дилян Палаузов) |
| 46 | +* Fixed :issue:`3210`: uninitialised read on error |
| 47 | +* Fixed :issue:`3209`: uninitialised read on error |
| 48 | +* Fixed :issue:`2843`: notifications for cancelled events were not handled |
| 49 | + correctly |
| 50 | +* Fixed :issue:`3191`: sync_client crashed on RESTART when TLS in use |
0 commit comments