diff options
| author | Sam Varshavchik | 2021-03-13 08:28:23 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2021-03-13 08:28:23 -0500 |
| commit | 3fd75acdae2bebde0b09028739b99676ebcdce73 (patch) | |
| tree | 0b3273b42dc16115a8e312228c6786367c62ad09 | |
| parent | cf15bdb799c6b8b395087480fe3e89fb8b53cc12 (diff) | |
| download | courier-libs-3fd75acdae2bebde0b09028739b99676ebcdce73.tar.bz2 | |
Bump version
| -rw-r--r-- | imap/ChangeLog | 2 | ||||
| -rw-r--r-- | imap/configure.ac | 4 | ||||
| -rw-r--r-- | maildrop/configure.ac | 4 | ||||
| -rw-r--r-- | sqwebmail/ChangeLog | 2 | ||||
| -rw-r--r-- | sqwebmail/configure.ac | 2 |
5 files changed, 9 insertions, 5 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog index f5dedf7..5d4611b 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,5 @@ +5.1.0 + 2021-02-23 Sam Varshavchik <mrsam@courier-mta.com> * Implement support for the TLS ALPN extension. diff --git a/imap/configure.ac b/imap/configure.ac index 85835e2..47aac0f 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl -dnl Copyright 1998 - 2019 Double Precision, Inc. See COPYING for +dnl Copyright 1998 - 2021 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(courier-imap, 5.0.14, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 5.1.0, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros diff --git a/maildrop/configure.ac b/maildrop/configure.ac index 0970db5..50be8f9 100644 --- a/maildrop/configure.ac +++ b/maildrop/configure.ac @@ -1,8 +1,8 @@ dnl -dnl Copyright 1998 - 2017 Double Precision, Inc. See COPYING for +dnl Copyright 1998 - 2021 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(maildrop, 3.0.2, [courier-users@lists.sourceforge.net]) +AC_INIT(maildrop, 3.0.3, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog index e051850..2a27809 100644 --- a/sqwebmail/ChangeLog +++ b/sqwebmail/ChangeLog @@ -1,3 +1,5 @@ +6.0.6 + 2021-02-19 Sam Varshavchik <mrsam@courier-mta.com> * spec file: additional fixes. diff --git a/sqwebmail/configure.ac b/sqwebmail/configure.ac index 5150fe5..58f282c 100644 --- a/sqwebmail/configure.ac +++ b/sqwebmail/configure.ac @@ -2,7 +2,7 @@ dnl dnl Copyright 1998 - 2021 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(sqwebmail, 6.0.5, [courier-sqwebmail@lists.sourceforge.net]) +AC_INIT(sqwebmail, 6.0.6, [courier-sqwebmail@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
