File: 3.2.4.rst.txt

package info (click to toggle)
cyrus-imapd 3.6.1-4%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 80,688 kB
  • sloc: ansic: 255,928; perl: 97,730; javascript: 9,266; sh: 5,537; yacc: 2,651; cpp: 2,128; makefile: 2,099; lex: 660; xml: 621; python: 388; awk: 303; asm: 262
file content (50 lines) | stat: -rw-r--r-- 1,953 bytes parent folder | download | duplicates (18)
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
:tocdepth: 3

==============================
Cyrus IMAP 3.2.4 Release Notes
==============================

Download from GitHub:

    *   https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.4/cyrus-imapd-3.2.4.tar.gz
    *   https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.4/cyrus-imapd-3.2.4.tar.gz.sig

.. _relnotes-3.2.4-changes:

Changes since 3.2.3
===================

Build changes
-------------

* Fixed :issue:`3153`: make sure xml_support.c is included in
  :cyrusman:`ctl_zoneinfo(8)` (thanks John M)
* Fixed :issue:`3154`: crash from cyr_qsort_r on some platforms
* Fixed :issue:`3163`: use `uintptr_t` instead of `unsigned long long`
  for storing values that may be pointers (thanks OBATA Akio)
* Fixed :issue:`3157`: MKCOL failed via WebDAV
* Fixed :issue:`3174`: handle platforms without `futimes` or
  `TIMESPEC_TO_TIMEVAL()` (thanks Andy Fiddaman)
* Fixed :issue:`3183`: typo in handling of systems without `deflatePending()`
  (thanks Anatoli)

Bug fixes
---------

* Fixed :issue:`3120`: allow replication to partitions without a corresponding
  archive partition
* Fixed :issue:`3169`: sieve scripts replicated from 2.4 with `fulldirhash`
  enabled were placed in wrong directory
* Fixed: unescape iCalendar X-parameter TEXT values
* Fixed: server-set JMAP properties now rejected in /set and /setcreate
  calls
* Fixed: changing JMAP 'id' property now rejected in /set and /setupdate
* Fixed: crash in :cyrusman:`httpd(8)` from bad Authorization headers
* Fixed: invalid free on error in JMAP Contacts/set
* Fixed :issue:`3212`: wrong usage statement in :cyrusman:`ctl_zoneinfo(8)`
  (thanks Дилян Палаузов)
* Fixed :issue:`3210`: uninitialised read on error
* Fixed :issue:`3209`: uninitialised read on error
* Fixed :issue:`2843`: notifications for cancelled events were not handled
  correctly
* Fixed :issue:`3191`: sync_client crashed on RESTART when TLS in use