diff options
Diffstat (limited to 'imap')
| -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 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 | 
