diff options
| author | Sam Varshavchik | 2019-12-05 23:21:07 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2019-12-05 23:21:07 -0500 | 
| commit | 308ea8eb3eed15a4b32593346d38c82cbf919f4f (patch) | |
| tree | 72382230f2d0efcfb501f0b53111ed50bfda2d64 /imap | |
| parent | a16b12fc62d7deb1ac288eddf6ff826da69787f3 (diff) | |
| download | courier-libs-308ea8eb3eed15a4b32593346d38c82cbf919f4f.tar.bz2 | |
gnutls: UTF-8 and hostname fixes.
Diffstat (limited to 'imap')
| -rw-r--r-- | imap/ChangeLog | 4 | ||||
| -rw-r--r-- | imap/configure.ac | 2 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/imap/ChangeLog b/imap/ChangeLog index f02a57e..8cd6989 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,7 @@ +2019-12-05  Sam Varshavchik  <mrsam@courier-mta.com> + +	* Fix virtual IP and hostname handling when using GnuTLS for SSL. +  2019-09-05  Sam Varshavchik  <mrsam@courier-mta.com>  	* imap, pop3: include remote port TCP port number together with the diff --git a/imap/configure.ac b/imap/configure.ac index c21a80e..92726bc 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -4,7 +4,7 @@ dnl  dnl Copyright 1998 - 2019 Double Precision, Inc.  See COPYING for  dnl distribution information. -AC_INIT(courier-imap, 5.0.8, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 5.0.8.20191205, [courier-users@lists.sourceforge.net])  >confdefs.h  # Kill PACKAGE_ macros | 
