Skip to content

Commit

Permalink
bump version to 2.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed May 15, 2017
1 parent 9345ef6 commit bfc80b3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ LEX = @LEX@
COMPILE_ET = @COMPILE_ET@

PACKAGE = cyrus-imapd
VERSION = 2.4.18
VERSION = 2.4.19
GIT_VERSION = $(VERSION).git$(shell date +'%Y%m%d%H%M')

all:: xversion
Expand Down
30 changes: 30 additions & 0 deletions doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,36 @@
</head>
<body>

<h1>Changes to the Cyrus IMAP Server since 2.4.18</h1>
<ul>
<li>Complete backport of the new (2.5 and later) IMAP IDLE implementation
(thanks Thomas Jarosh). This fixes a bunch of bugs and race conditions that
were inherent to the older implementation </li>
<li>New option "imapidletimeout" overrides "timeout" specifically for
connections in IDLE state</li>
<li>OpenSSL 1.1.0 is now supported</li>
<li>Fixed: imap ENABLED doesn't print * ENABLED when nothing new enabled</li>
<li>Fixed: mailbox lock management over rename (thanks Thomas Jarosh)</li>
<li>Fixed: added overflow protection to urlfetch range checks</li>
<li>Fixed: lmtpd can now deliver when mupdate server isn't available (thanks
Michael Menge)</li>
<li>Fixed T227: service processes no longer divide by zero when invoked with
-T 0 argument (thanks Ian Batten and Jens Erat)</li>
<li>Fixed T229: ctl_cyrusdb now uses database paths from imapd.conf (thanks
Simon Matter)</li>
<li>Fixed bug #3862: mailbox database changes now rolled back on mupdate
failure during rename (thanks Michael Menge)</li>
<li>Fixed: XFER to 2.5 and later no longer downgrades index to oldest
version</li>
<li>Fixed: nonsensical "TEXT.MIME" section now handled as "HEADER"</li>
<li>Fixed: added missing 'auditlog: ' prefix to backend connections
(thanks Wolfgang Breyha)</li>
<li>Fixed: IMAP SEARCH crash on some platforms</li>
<li>Fixed: memory leaks in IMAP SEARCH and IMAP APPEND</li>
<li>Fixed issue #1967: EXISTS count reported earlier if fetching past size
of previous message set</li>
</ul>

<h1>Changes to the Cyrus IMAP Server since 2.4.17</h1>
<ul>
<li>Security fix: handle urlfetch range starting outside message range</li>
Expand Down

0 comments on commit bfc80b3

Please sign in to comment.