diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-01-17 07:38:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-01-17 07:38:49 +0000 |
commit | ce530ce94f75c642d79e96748b1579469145dc4e (patch) | |
tree | 306a9ae62d83a51626758094135232b5b0f4a493 | |
parent | df5164950561baae8f569d46937c824173ec775c (diff) | |
download | fetchmail-ce530ce94f75c642d79e96748b1579469145dc4e.tar.gz fetchmail-ce530ce94f75c642d79e96748b1579469145dc4e.tar.bz2 fetchmail-ce530ce94f75c642d79e96748b1579469145dc4e.zip |
Version bump.
svn path=/trunk/; revision=2716
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f184e931..cfc7db7a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.2.3 +VERSION = 5.2.4 SUBDIRS = @INTLSUB@ @POSUB@ @@ -15,6 +15,8 @@ package will have two security verifications instead of one... (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.2.4 (Mon Jan 17 02:37:58 EST 2000), 18445 lines: + * Fix bug introduced in 5.2.2 that stopped --syslog from working. * Update for es.po, fr.po, cs.po. * Message-string macros eliminated from driver.c so gettext can see them. @@ -22,6 +24,8 @@ package will have two security verifications instead of one... * Bernhard Rosenkraenzer's fix for broken Kerberos V configuration. * Make --logfile work in foreground. +There are 282 people on fetchmail-friends and 489 on fetchmail-announce. + 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. |