diff options
| author | Sam Varshavchik | 2014-09-01 08:39:56 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2014-09-01 08:39:56 -0400 | 
| commit | 21589f15fffe8eaaa2aef280230bc85f90d44eb7 (patch) | |
| tree | 9936e9f96530c8a60a10cfc0a84310a38f70aedf /imap | |
| parent | ce79e4e170f3553b85d1cd8273eb62d850bb5e09 (diff) | |
| download | courier-libs-21589f15fffe8eaaa2aef280230bc85f90d44eb7.tar.bz2 | |
Bump release
Diffstat (limited to 'imap')
| -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 | 
