diff options
| author | Sam Varshavchik | 2019-03-27 19:31:40 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2019-03-27 19:31:40 -0400 | 
| commit | 90fda197edad631b39c5094ee178e4fd030f312b (patch) | |
| tree | f9623a76d2ee793b8245255d1bcd5febe6c8aa91 | |
| parent | 0877c2dea580caaeb10e5394cb859fd6ce6e1b5b (diff) | |
| download | courier-libs-90fda197edad631b39c5094ee178e4fd030f312b.tar.bz2 | |
Bump version
| -rw-r--r-- | imap/ChangeLog | 2 | ||||
| -rw-r--r-- | imap/configure.ac | 2 | ||||
| -rw-r--r-- | sqwebmail/ChangeLog | 3 | ||||
| -rw-r--r-- | sqwebmail/configure.ac | 2 | 
4 files changed, 7 insertions, 2 deletions
| diff --git a/imap/ChangeLog b/imap/ChangeLog index 71e13c9..4150b26 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,5 @@ +5.0.7 +  2019-02-24  Sam Varshavchik  <mrsam@courier-mta.com>  	* pop3dserver.c (do_retr): Use the new MIME_UNICODE_MESSAGE_TYPE diff --git a/imap/configure.ac b/imap/configure.ac index 3ed16bc..82fab4d 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -4,7 +4,7 @@ dnl  dnl Copyright 1998 - 2018 Double Precision, Inc.  See COPYING for  dnl distribution information. -AC_INIT(courier-imap, 5.0.6, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 5.0.7, [courier-users@lists.sourceforge.net])  >confdefs.h  # Kill PACKAGE_ macros diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog index 711a6a6..ca48b5b 100644 --- a/sqwebmail/ChangeLog +++ b/sqwebmail/ChangeLog @@ -1,3 +1,6 @@ +6.0.1 +	* Typo correction. +  6.0.0  2018-07-17  Sam Varshavchik  <mrsam@courier-mta.com> diff --git a/sqwebmail/configure.ac b/sqwebmail/configure.ac index c38fab4..d4ef786 100644 --- a/sqwebmail/configure.ac +++ b/sqwebmail/configure.ac @@ -2,7 +2,7 @@ dnl  dnl Copyright 1998 - 2017 Double Precision, Inc.  See COPYING for  dnl distribution information. -AC_INIT(sqwebmail, 6.0.0, [courier-sqwebmail@lists.sourceforge.net]) +AC_INIT(sqwebmail, 6.0.1, [courier-sqwebmail@lists.sourceforge.net])  >confdefs.h  # Kill PACKAGE_ macros | 
