diff options
| author | Sam Varshavchik | 2016-04-30 11:31:45 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2016-04-30 11:31:45 -0400 | 
| commit | a4c0a0d6bacee22e53aff8d7f46829114543b225 (patch) | |
| tree | 26270742aa500d022c2ad373215b608471660acd | |
| parent | 16c6fcd893eef21c76b3130277de41f3f52f514c (diff) | |
| download | courier-libs-a4c0a0d6bacee22e53aff8d7f46829114543b225.tar.bz2 | |
Bump version
| -rw-r--r-- | imap/ChangeLog | 6 | ||||
| -rw-r--r-- | imap/configure.ac | 2 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/imap/ChangeLog b/imap/ChangeLog index e412ad4..5c8d2ed 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,9 @@ +4.17.1 + +2016-04-30  Sam Varshavchik  <mrsam@courier-mta.com> + +	* Fix TLS SNI code. +  4.17.0  2016-04-23  Sam Varshavchik  <mrsam@courier-mta.com> diff --git a/imap/configure.ac b/imap/configure.ac index 917fde3..4725ccc 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -4,7 +4,7 @@ dnl  dnl Copyright 1998 - 2016 Double Precision, Inc.  See COPYING for  dnl distribution information. -AC_INIT(courier-imap, 4.17.0, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 4.17.1, [courier-users@lists.sourceforge.net])  >confdefs.h  # Kill PACKAGE_ macros | 
