diff options
| author | Sam Varshavchik | 2022-01-16 18:40:25 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-01-16 18:40:25 -0500 |
| commit | 49028a9eb32a570b3bc73777d0474e458c1c1949 (patch) | |
| tree | eba5a578c3595b3bbf3313861c3cdf81656d97e2 | |
| parent | 04615a20f842378619121242aea8fc5c40213b9c (diff) | |
| download | courier-libs-49028a9eb32a570b3bc73777d0474e458c1c1949.tar.bz2 | |
Update versions.
| -rw-r--r-- | imap/ChangeLog | 6 | ||||
| -rw-r--r-- | imap/configure.ac | 2 | ||||
| -rw-r--r-- | maildrop/configure.ac | 2 | ||||
| -rw-r--r-- | sqwebmail/ChangeLog | 6 | ||||
| -rw-r--r-- | sqwebmail/configure.ac | 2 |
5 files changed, 15 insertions, 3 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog index c426d45..c5fea32 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,9 @@ +5.1.7 + +2022-01-16 Arjen de Korte <build+github@de-korte.org> + + * Fix linking failure on some Linux distributions. + 5.1.6 2022-01-16 Sam Varshavchik <mrsam@courier-mta.com> diff --git a/imap/configure.ac b/imap/configure.ac index 7061541..0d84dc6 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -4,7 +4,7 @@ dnl dnl Copyright 1998 - 2022 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(courier-imap, 5.1.6, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 5.1.7, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros diff --git a/maildrop/configure.ac b/maildrop/configure.ac index 1839615..18a0d03 100644 --- a/maildrop/configure.ac +++ b/maildrop/configure.ac @@ -2,7 +2,7 @@ dnl dnl Copyright 1998 - 2022 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(maildrop, 3.0.5, [courier-users@lists.sourceforge.net]) +AC_INIT(maildrop, 3.0.6, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog index d280812..32bfd96 100644 --- a/sqwebmail/ChangeLog +++ b/sqwebmail/ChangeLog @@ -1,3 +1,9 @@ +6.0.9 + +2022-01-16 Arjen de Korte <build+github@de-korte.org> + + * Fix linking failure on some Linux distributions. + 6.0.8 2022-01-16 Sam Varshavchik <mrsam@courier-mta.com> diff --git a/sqwebmail/configure.ac b/sqwebmail/configure.ac index 9bf99af..b96d606 100644 --- a/sqwebmail/configure.ac +++ b/sqwebmail/configure.ac @@ -2,7 +2,7 @@ dnl dnl Copyright 1998 - 2022 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(sqwebmail, 6.0.8, [courier-sqwebmail@lists.sourceforge.net]) +AC_INIT(sqwebmail, 6.0.9, [courier-sqwebmail@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
