diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-13 04:10:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-13 04:10:19 +0000 |
commit | 5d3e7452933653fa80fcdb3b47d337baca51ae1d (patch) | |
tree | e9565c4e40be68db41ee71e6eae88cfba4ed3b66 /NEWS | |
parent | 5dc68d27d1e979147642d4682044751f029b817c (diff) | |
download | fetchmail-5d3e7452933653fa80fcdb3b47d337baca51ae1d.tar.gz fetchmail-5d3e7452933653fa80fcdb3b47d337baca51ae1d.tar.bz2 fetchmail-5d3e7452933653fa80fcdb3b47d337baca51ae1d.zip |
Ready to ship 1.9.
svn path=/trunk/; revision=320
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -1,14 +1,23 @@ Release Notes: +fetchmail-1.9 (): + +* POP3 UID support really works now. I make rude noises at the POP3 mavens + who forced us to this with RFC1725, but thank Al Longyear <longyear@sii.com> + for fixing and verifying my slightly buggy implemntation. + +* Kerberos support ditto. Thanks to Chris Hanson <cph@martigny.mit.edu> + for this feature. + fetchmail-1.8 (Fri Oct 11 15:08:10 EDT 1996): features -- * Use kill(0, pid) to make lock handling a bit smarter (thanks to Johann - Vromans for the suggestion). + Vromans <JVromans@squirrel.nl> for the suggestion). * Arrange for timeout of client after 5 minutes if connection to server is - dropped (thanks to Gaspar Sinai). + dropped (thanks to Gaspar Sinai <gsinai@gol.com>). * All pretensions to RPOP support have been dropped. Yes, this is a feature, RPOP is very vulnerable to spoofing! Use APOP instead. @@ -88,7 +97,8 @@ bug fixes -- the md5 files (leading to harmless install-time error messages). * Fix a bonehead coding error in pop3_delete() that was masked by the - Intel register architecture. *blush* Thanks to Jay Anderson. + Intel register architecture. *blush* Thanks to Jay Anderson + <anderson@optical.bms.com>. * Fix bug that prevented SMTP from being specified on the defaults line. @@ -169,7 +179,8 @@ popclient-3.2 (Mon Sep 23 13:29:46 EDT 1996): * Ported to QNX (see the Makefile). -* Add Michael Schwendt's code for improved sizeticker. +* Add code by Michael Schwendt <3schwend@informatik.uni-hamburg.de> for + improved sizeticker. * Improved RFC822 parsing (thanks to Rob Funk). |