aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-10-21 10:08:21 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-10-21 10:08:21 +0000
commit7c57be7e7568fd784adf044bbe1af088f726ccf4 (patch)
treead798790fc3422da29c33880a4f85e31d2642c50 /NEWS
parent5e02700dbbd1146d4d7970b9d8555bf9694a4b72 (diff)
downloadfetchmail-7c57be7e7568fd784adf044bbe1af088f726ccf4.tar.gz
fetchmail-7c57be7e7568fd784adf044bbe1af088f726ccf4.tar.bz2
fetchmail-7c57be7e7568fd784adf044bbe1af088f726ccf4.zip
Global variable cleanup, to fix daemon mode reinitialization problems.
Patch by Sunil Shetye. svn path=/trunk/; revision=4362
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7163157..8903fddb 100644
--- a/NEWS
+++ b/NEWS
@@ -234,6 +234,8 @@ fetchmail 6.3.0 (not yet released officially):
saved run control file. Matthias Andree
* Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz
Miƛkiewicz. (MA)
+* Global variable cleanup, to fix daemon mode reinitialization problems. Patch
+ by Sunil Shetye. (MA)
# INTERNAL CHANGES
* Switched to automake. Matthias Andree.