diff options
| -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 |
