diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-22 20:57:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-22 20:57:23 +0000 |
commit | cb022a3a381d57f3d64c5d4436130da4527571d4 (patch) | |
tree | 91021b97604001781c2bc7235a5749cc9c07c079 | |
parent | dee11faced4ebb3835426e61e24912458b482208 (diff) | |
download | fetchmail-cb022a3a381d57f3d64c5d4436130da4527571d4.tar.gz fetchmail-cb022a3a381d57f3d64c5d4436130da4527571d4.tar.bz2 fetchmail-cb022a3a381d57f3d64c5d4436130da4527571d4.zip |
Version bump.
svn path=/trunk/; revision=2835
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 5b69f52a..66521fa4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.3.3 +VERSION = 5.3.4 SUBDIRS = @INTLSUB@ @POSUB@ @@ -2,12 +2,16 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.3.4 (Wed Mar 22 15:55:51 EST 2000), 18819 lines: + * Added FAQ item on performance under load. * Fix Debian bug #60202 (segfaults when given command line arguments). This only applied to `antispam', as it turned out. * Work around InterChange's bug with attachments as suggested by paul666@mailandnews.com. -* Enable checks on multiople folders. +* Enable checks on multiple folders. + +There are 294 people on fetchmail-friends and 504 on fetchmail-announce. fetchmail-5.3.3 (Mon Mar 13 16:34:29 EST 2000), 18763 lines: |