diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 31e69ff8..a33d2ebc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.2.5 +VERSION = 5.2.6 SUBDIRS = @INTLSUB@ @POSUB@ @@ -19,6 +19,7 @@ The Debian bug-tracking page for fetchmail is: (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.2.5 (Sat Feb 5 00:01:53 EST 2000), 18517 lines: * Close down sockets using shutdown(2) and discarding read data until we get a TCP FIN. With any luck this will squash our socket leak. * Open the lockfile with O_SYNC, so we know the file has been written @@ -26,6 +27,7 @@ The Debian bug-tracking page for fetchmail is: * Added Martijn Lievaart's sendmail hacks for multidrop to the contrib directory. * Fix bug in processing of plugout option. +* AIX port tweak from Dave Marquardt <marquard@austin.ibm.com>. * Add support for `ssh' preauth type to suppress password prompts at startup. * Support for RFC2449 extended POP3 responses [IN-USE] and [LOGIN-DELAY]. * Log bounced messages via syslog (Debian bug #50184). @@ -33,8 +35,9 @@ The Debian bug-tracking page for fetchmail is: * Notify user by mail when pop server nonexistent (Debian bug #47143). * Debian buglist cleanup. -fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines: +There are 274 people on fetchmail-friends and 494 on fetchmail-announce. +fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines: * Fixed bugs in BSMTP generation reported by Jaap Lutz. * Make fetchmailconf better at handling backslashes in usernames and passwords. |