We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb67ecd commit d0932ebCopy full SHA for d0932eb
Makefile.in
@@ -65,7 +65,7 @@ LEX = @LEX@
65
COMPILE_ET = @COMPILE_ET@
66
67
PACKAGE = cyrus-imapd
68
-VERSION = 2.3.19
+VERSION = 2.3.20
69
70
all::
71
@for d in $(SUBDIRS); \
doc/changes.html
@@ -8,6 +8,13 @@
8
</head>
9
<body>
10
11
+<h1>Changes to the Cyrus IMAP Server since 2.3.19</h1>
12
+<ul>
13
+<li>Fixed: urlfetch range checks protected against integer overflow</li>
14
+<li>Added support for OpenSSL 1.1.0</li>
15
+<li>Fixed: imapd search crash on some platforms</li>
16
+</ul>
17
+
18
<h1>Changes to the Cyrus IMAP Server since 2.3.18</h1>
19
<ul>
20
<li>Security fix: handle urlfetch range starting outside message range</li>
0 commit comments