diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-04-24 14:36:22 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-04-24 14:36:22 +0200 |
commit | cd0e4f55cc9ae6d7f02610f18aa69ac7d4db7a33 (patch) | |
tree | 9285bccbf013c90c98e5662668f5c2705f9b6114 | |
parent | 155b0bfa23b877110b35414d0f5d818c0f5906b6 (diff) | |
download | fetchmail-cd0e4f55cc9ae6d7f02610f18aa69ac7d4db7a33.tar.gz fetchmail-cd0e4f55cc9ae6d7f02610f18aa69ac7d4db7a33.tar.bz2 fetchmail-cd0e4f55cc9ae6d7f02610f18aa69ac7d4db7a33.zip |
Get ready for 6.4.19.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fetchmail.man | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -82,7 +82,7 @@ removed from a 6.5.0 or newer release.) server to test against. Use GSSAPI. -------------------------------------------------------------------------------- -fetchmail-6.4.19: +fetchmail-6.4.19 (released 2021-04-24, 30026 LoC): # CHANGE: * fetchmailconf: properly catch and report option parsing errors diff --git a/configure.ac b/configure.ac index 09d0265d..1575ca9f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[6.4.18],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.19],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) diff --git a/fetchmail.man b/fetchmail.man index 855bb00b..65d4df72 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@ .\" Load www macros to process .URL requests, this requires groff: .mso www.tmac .\" -.TH fetchmail 1 2021-03-13 "fetchmail 6.4.18" "fetchmail reference manual" +.TH fetchmail 1 2021-03-29 "fetchmail 6.4.19" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |