diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-10-13 17:21:47 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-10-13 18:31:16 +0200 |
commit | 460c55279cbe55ba56f7068ace6e7cadbb6d6df1 (patch) | |
tree | bcbb640c25636c4c0d1cc2ffaef90295976a9556 /configure.ac | |
parent | 0dd0a8e86c01f375c159ac5e538b2f983a367204 (diff) | |
download | fetchmail-460c55279cbe55ba56f7068ace6e7cadbb6d6df1.tar.gz fetchmail-460c55279cbe55ba56f7068ace6e7cadbb6d6df1.tar.bz2 fetchmail-460c55279cbe55ba56f7068ace6e7cadbb6d6df1.zip |
pidfile/lockfile handling bugfixes
pidfile/locking: log errors thru syslog, too
This works by replacing perror()/fprintf(stderr, ...)
by report() and strerror().
If the pidfile cannot be unlinked, truncate it.
Bump release version to 6.4.13.rc1, and move KNOWN BUGS section up in NEWS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a547bee1..3328ba54 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.12],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.13.rc1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |