diff options
| author | Sam Varshavchik | 2019-01-30 08:24:34 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2019-01-30 08:24:34 -0500 |
| commit | a6868f558661375ef3873ab54b39d282e09868fc (patch) | |
| tree | c2e37baa80d8e4b909bf6354880fa50422750b87 | |
| parent | e17b57ecbd5e1dfdc57ac8946393521d6537017c (diff) | |
| download | courier-libs-a6868f558661375ef3873ab54b39d282e09868fc.tar.bz2 | |
Bump version
| -rw-r--r-- | imap/ChangeLog | 7 | ||||
| -rw-r--r-- | imap/configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog index 9fb7b13..c7c9755 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,10 @@ +5.0.6 + +2019-01-30 Sam Varshavchik <mrsam@courier-mta.com> + + * pop3dserver.c: Fix parsing of pop3d file cache, on some + architectures. + 2019-01-08 Sam Varshavchik <mrsam@courier-mta.com> * tcpd/libcouriertls.c: Ignore unreadable cert files. diff --git a/imap/configure.ac b/imap/configure.ac index b3b8188..3ed16bc 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.5, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 5.0.6, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
