diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-22 05:28:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-22 05:28:12 +0000 |
commit | 7af182626aa7c43a54f1afeb76ee3cfde49bbb74 (patch) | |
tree | 69a5c16e717876136b7ebebe4084ee97ff07f19c | |
parent | b28a3be8aee6bdf1a1cd167f3966bad9b2bb4481 (diff) | |
download | fetchmail-7af182626aa7c43a54f1afeb76ee3cfde49bbb74.tar.gz fetchmail-7af182626aa7c43a54f1afeb76ee3cfde49bbb74.tar.bz2 fetchmail-7af182626aa7c43a54f1afeb76ee3cfde49bbb74.zip |
Version bump.
svn path=/trunk/; revision=2573
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 217e9d52..6d80ea7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.0.8 +VERSION = 5.1.0 SUBDIRS = @INTLSUB@ @POSUB@ @@ -8,7 +8,7 @@ Release Notes: -fetchmail-5.0.9 (): +fetchmail-5.0.9 (Wed Sep 22 01:27:42 EDT 1999): * CRAM-MD5 code now doublequotes usernames with embedded spaces. This will probably fail (the RFCs don't support quoting) but it's better than nothing and works with at least one server. @@ -16,10 +16,11 @@ fetchmail-5.0.9 (): * auth keyword and option changed to preauth. * Correct the exit value when .fetchmailrc permissions are wrong. * getmail/gotmail scripts by Thomas Nesges added to contrib. -* Guenther H. Leber's fix for a ptential uid.c buffer overflow. -* Todd Sabin's option to force IMAP authentication type. +* Guenther H. Leber's fix for a potential uid.c buffer overflow. +* Todd Sabin's option to force IMAP authentication type; enables working + around some broken servers. -There are 264 people on fetchmail-friends and 441 on fetchmail-announce. +There are 266 people on fetchmail-friends and 444 on fetchmail-announce. fetchmail-5.0.8 (Tue Sep 14 06:56:50 EDT 1999): * Todd Sabin's patch to accept spaces in CRAM-MD5 names. |