diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-02-05 05:08:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-02-05 05:08:30 +0000 |
commit | fe71846ff0c6de9c85932690e92e2b1b5abf67a6 (patch) | |
tree | 2407488c06c1d043316f970772be6e987d1302f3 | |
parent | 6d77cda6bb6871915d202999300b89aa00e7f180 (diff) | |
download | fetchmail-fe71846ff0c6de9c85932690e92e2b1b5abf67a6.tar.gz fetchmail-fe71846ff0c6de9c85932690e92e2b1b5abf67a6.tar.bz2 fetchmail-fe71846ff0c6de9c85932690e92e2b1b5abf67a6.zip |
Version bump.
svn path=/trunk/; revision=2731
-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. |