diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-12-12 04:12:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-12-12 04:12:37 +0000 |
commit | 15b6e12808c508e5a85031454f8149407729dfdf (patch) | |
tree | 528bd4d56006a242934f7393686ff02179e413ec | |
parent | c4432b4997d1819dbfd289ba42050e20927bde08 (diff) | |
download | fetchmail-15b6e12808c508e5a85031454f8149407729dfdf.tar.gz fetchmail-15b6e12808c508e5a85031454f8149407729dfdf.tar.bz2 fetchmail-15b6e12808c508e5a85031454f8149407729dfdf.zip |
Version bump.
svn path=/trunk/; revision=2999
-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 3fa4a9db..9917e490 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.6.0 +VERSION = 5.6.1 SUBDIRS = @INTLSUB@ @POSUB@ @@ -2,6 +2,8 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.6.1 (Mon Dec 11 23:11:59 EST 2000), 19718 lines: + * More on ETRN in the FAQ. * Horst Klokow's patch to make interface check the remote IP address. * Roger Luethi's patch to write the UIDL file when you hit a fetchlimit. @@ -13,6 +15,8 @@ * Fix UIDL handling on skip entries. * Add Don Beausee's `spambounce' option (default off). +There are 281 people on fetchmail-friends and 563 on fetchmail-announce. + ------------------------------------------------------------------------------ fetchmail-5.6.0 (Sun Nov 26 22:11:09 EST 2000), 19625 lines: |