diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-02 18:07:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-02 18:07:51 +0000 |
commit | 69033375d8c01856b6a92652518356bab03e44f1 (patch) | |
tree | 2aab88f80ff7f609bd66ab6a8ab2112331d8d93c /NEWS | |
parent | 1c1cf8830946f754a86df82d9851cbeb0bcb45c1 (diff) | |
download | fetchmail-69033375d8c01856b6a92652518356bab03e44f1.tar.gz fetchmail-69033375d8c01856b6a92652518356bab03e44f1.tar.bz2 fetchmail-69033375d8c01856b6a92652518356bab03e44f1.zip |
Fix YA error.c problem.
svn path=/trunk/; revision=943
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -16,7 +16,7 @@ features -- * It is now possible to set a default poll interval with `set daemon'. -* -U option to force UIDL use under POP3 (thanks, Ingmar Baumgart). +* -U/uidl option to force UIDL use under POP3 (thanks, Ingmar Baumgart). bugs -- @@ -29,7 +29,11 @@ bugs -- * --nowrewrite was a no-op. Fixed. -There are 261 people on the fetchmail-friends list. +* Fetchmail was aborting with "partial message buffer overflow" on Suns + due to unreliable vsprintf return. This has been fixed with changes + to error.c. + +There are 268 people on the fetchmail-friends list. ------------------------------------------------------------------------------ fetchmail-3.8 (Fri Mar 7 17:34:02 EST 1997) |