diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-01-04 06:58:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-01-04 06:58:59 +0000 |
commit | bd791c0b1c5864ef052f5921ff7216eb6796c520 (patch) | |
tree | ef59827a650f3be8ce065a8c1f8e02964dcd5152 | |
parent | eee2c23b5d10dbcd2b96b78828dbea8ceb541754 (diff) | |
download | fetchmail-bd791c0b1c5864ef052f5921ff7216eb6796c520.tar.gz fetchmail-bd791c0b1c5864ef052f5921ff7216eb6796c520.tar.bz2 fetchmail-bd791c0b1c5864ef052f5921ff7216eb6796c520.zip |
Version bump.
svn path=/trunk/; revision=2702
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fae57439..cbf10b2c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.2.2 +VERSION = 5.2.3 SUBDIRS = @INTLSUB@ @POSUB@ @@ -9,6 +9,7 @@ a Certifying Authority we recognize?). (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.2.3 (Tue Jan 4 01:56:11 EST 2000), 18421 lines: * Ken Estes's patch to check for unreachable UIDL file due to bad NFS mount. * Jorge Godoy's replacement pt_BR.po and various minor translation fixes. * Javier Kohen's replacement for es.po. @@ -19,6 +20,8 @@ a Certifying Authority we recognize?). * Note to translators: The bodies of the login-error and timeout-error form letters have been changed in driver.c. +There are 280 people on fetchmail-friends and 483 on fetchmail-announce. + fetchmail-5.2.2 (Sun Dec 26 09:31:07 EST 1999), 18365 lines: * Arrange for fetchmail to restart itself quietly when the rc file is touched. * Improvements to IPv6 code from Jun-ichiro itojun Hagino <itojun@iijlab.net>. |