diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-04-16 07:47:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-04-16 07:47:06 +0000 |
commit | 3f552680b4b9360a2c63357e3a6239025ba23415 (patch) | |
tree | 894ad701b55172bdde51094e16258268b40b938c | |
parent | 3a1c4bdb1899c8a4c6ab33424f5f2934f33a414a (diff) | |
download | fetchmail-3f552680b4b9360a2c63357e3a6239025ba23415.tar.gz fetchmail-3f552680b4b9360a2c63357e3a6239025ba23415.tar.bz2 fetchmail-3f552680b4b9360a2c63357e3a6239025ba23415.zip |
Ready to ship.
svn path=/trunk/; revision=2877
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 29a1c86c..846c734f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.3.6 +VERSION = 5.3.7 SUBDIRS = @INTLSUB@ @POSUB@ @@ -2,12 +2,18 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.3.7 (Sun Apr 16 03:46:13 EDT 2000), 18975 lines: + * Updated and corrected version of contrib/domino. * Galician translation added, courtesy of Jesus Bravo Alvarez <jba@pobox.com>. * Spanish translation updated, courtesy of Javier Kohen. * Removed an unnecessary Kereberos check that seemed to be causing lossage. * FETCHMAILHOME environment variable introduced to optionally override the normal $HOME location of fetchmail's rc, id, and pid files. +* Fixed a bug in the SEARCH UNSEEN code that resulted in only half the + available messages getting fetched each run. + +There are 290 people on fetchmail-friends and 511 on fetchmail-announce. fetchmail-5.3.6 (Sat Apr 8 03:54:04 EDT 2000), 18947 lines: |