diff options
| -rw-r--r-- | imap/ChangeLog | 7 | ||||
| -rw-r--r-- | imap/configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog index 32ae232..1ce912c 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,10 @@ +4.15.1 + +2014-09-01 Sam Varshavchik <mrsam@courier-mta.com> + + * tcpd/libcouriergnutls.c: remove any slashes from the server + hostname. + 2014-07-21 Sam Varshavchik <mrsam@courier-mta.com> * gpglib, rfc2045: fix makefiles. diff --git a/imap/configure.ac b/imap/configure.ac index 6214f46..291fb5a 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -4,7 +4,7 @@ dnl dnl Copyright 1998 - 2013 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(courier-imap, 4.15.0, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 4.15.1, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
