diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-06-26 18:43:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-06-26 18:43:22 +0000 |
commit | 654c6c5cf729be4c6f6a79c4da3f93c06a5be843 (patch) | |
tree | dff3c46d872d94e7315e386d0fa356a64693060e | |
parent | 20593c1e04732f607e94f3b45777fc1797187f4a (diff) | |
download | fetchmail-654c6c5cf729be4c6f6a79c4da3f93c06a5be843.tar.gz fetchmail-654c6c5cf729be4c6f6a79c4da3f93c06a5be843.tar.bz2 fetchmail-654c6c5cf729be4c6f6a79c4da3f93c06a5be843.zip |
Ready to ship.
svn path=/trunk/; revision=2513
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index be879541..423498a9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.0.4 +VERSION = 5.0.5 SUBDIRS = @INTLSUB@ @POSUB@ @@ -8,17 +8,17 @@ Release Notes: -fetchmail-5.0.5 (): +fetchmail-5.0.5 (Sat Jun 26 14:41:27 EDT 1999): * Merged in official OpenBSD port patches. * Added Spanish and German descriptions to spec (thanks to Horst von Brand). * Moved MIME decoding earlier to avoid messing with header length after offsets have been calculated. * Make the .fetchmail_pid lockfile with O_EXCL. Duhh... -* New FAQ item RH on startup failures under Red Hat 6.0. +* New FAQ item R8 on startup failures under Red Hat 6.0 and Debian. * IMAP now skips the authorization step on a PREAUTH response. * Fix bug in defaulting of IMAP expunge period with non-LOGIN auth modes. -There are 258 people on fetchmail-friends and 412 on fetchmail-announce. +There are 260 people on fetchmail-friends and 414 on fetchmail-announce. fetchmail-5.0.4 (Fri Jun 11 18:32:58 EDT 1999): * Fixed compilation error on systems without vnsprintf. |