diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-30 22:21:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-30 22:21:35 +0000 |
commit | 2ba0b0cc912695f13be4f4439b6b1b4dd12035f6 (patch) | |
tree | ca37f528570b3f53d3d297f61ceb4e186ef80ae6 | |
parent | 289d766e079dc9c695bee7c5a6655ece26b3555d (diff) | |
download | fetchmail-2ba0b0cc912695f13be4f4439b6b1b4dd12035f6.tar.gz fetchmail-2ba0b0cc912695f13be4f4439b6b1b4dd12035f6.tar.bz2 fetchmail-2ba0b0cc912695f13be4f4439b6b1b4dd12035f6.zip |
Version bump.
svn path=/trunk/; revision=1450
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index faae099b..cd2c258f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=4.2.8 +VERS=4.2.9 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -12,7 +12,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-4.2.9 () +fetchmail-4.2.9 (Tue Sep 30 18:21:35 EDT 1997) * Don't byte-stuff when writing to an MDA. * IMAP mode now does smart re-polling, eliminating connection/authentication overhead when messages are being delivered to the server mailbox while |