diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-01-30 09:19:14 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-01-30 09:19:14 +0000 |
commit | 9325fa450d445c50456d6df8391833a4c13ce329 (patch) | |
tree | e860ba9d8021b4bece7924e116b33e7da64bad49 | |
parent | f6a2380b73de5b9c5fe306f362c8f5597749c552 (diff) | |
download | fetchmail-9325fa450d445c50456d6df8391833a4c13ce329.tar.gz fetchmail-9325fa450d445c50456d6df8391833a4c13ce329.tar.bz2 fetchmail-9325fa450d445c50456d6df8391833a4c13ce329.zip |
Update info on netrc segfault.
svn path=/branches/BRANCH_6-3/; revision=4685
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -28,8 +28,10 @@ fetchmail 6.3.3 (not yet released): # BUG FIXES: * Do not attempt to overwrite the netrc password if none has been specified. - This fixes a segmentation fault. BerliOS bug #6234. BerliOS patch #804 by - Craig Leres. + This fixes a segmentation fault bug introduced into 6.3.2. + Fixes BerliOS bug #6234. BerliOS patch #804 by Craig Leres. + The patch, as accepted into fetchmail, was available separately from + <http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff> fetchmail 6.3.2 (released 2006-01-22): |