diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-09-28 13:36:47 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-09-28 13:36:47 +0200 |
commit | 5edfcc8460c10fde4a002c685320025678c22197 (patch) | |
tree | ac491d2fe9e181c245bf86fdeeb7c4570fe63c62 | |
parent | 8e10e1fe4fb5aacbed489255d94aeefcef075e81 (diff) | |
download | fetchmail-5edfcc8460c10fde4a002c685320025678c22197.tar.gz fetchmail-5edfcc8460c10fde4a002c685320025678c22197.tar.bz2 fetchmail-5edfcc8460c10fde4a002c685320025678c22197.zip |
Fix typo.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ fetchmail-6.4.1 (released 2019-09-28, 27473 LoC): ## REGRESSION FIXES: * The bug fix Debian Bug#941129 was incomplete and caused + a regression in the default file locations, so that fetchmail was no longer - able to find it configuration files in some situations. + able to find its configuration files in some situations. Reported by Cy Schubert. + a regression under _FORTIFY_SOURCE where PATH_MAX > minimal _POSIX_PATH_MAX. |