diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-03 08:36:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-03 08:36:00 +0000 |
commit | 41c874eac272007fefac8d3a67aa63966ee17305 (patch) | |
tree | c7c36a6403118d73b125d4a9edf0c1aeb9b14cd3 | |
parent | c306c8b3aef546e0584b8625176058956becc675 (diff) | |
download | fetchmail-41c874eac272007fefac8d3a67aa63966ee17305.tar.gz fetchmail-41c874eac272007fefac8d3a67aa63966ee17305.tar.bz2 fetchmail-41c874eac272007fefac8d3a67aa63966ee17305.zip |
Fixed that core-dump bug.
svn path=/trunk/; revision=208
-rw-r--r-- | NEWS | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,8 +1,8 @@ To-do list: At this point, the fetchmail code appears to be stable and free of -known bugs. It will probably undergo substantial change only if and -when support for a new retrieval protocol is added. +bugs affecting normal operation. It will probably undergo substantial +change only if and when support for a new retrieval protocol is added. Test RPOP feature against a Unix server that has it. The protocol transactions are certainly OK, the question is whether the rresvport() @@ -15,6 +15,17 @@ Inflict severe pain on the person(s) responsible for removing LAST from POP3. Release Notes: +fetchmail-1.5 (Thu Oct 3 04:35:15 EDT 1996): + +* Naturally, my decision to announce 1.4 on comp.os.linux.announce + immediately caused the code to manifest its first real bug -- + a core dump when the "From:" header is spelled "from:" (all lower + case). Fixed. + +* Update and expansion of NOTES. + +* The --all and --flush flag validity checks move to driver.c. + fetchmail-1.4 (Wed Oct 2 09:22:37 1996): * More man page improvements. |