diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-17 05:23:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-17 05:23:51 +0000 |
commit | 7592b0c0805429cb8d73ce52eec4da82ce36e4bb (patch) | |
tree | 460cf356f5ded784f2a4a76231517e54f390a2d4 | |
parent | 3aa488ea774b202f2e3d1b01347084512c4048b2 (diff) | |
download | fetchmail-7592b0c0805429cb8d73ce52eec4da82ce36e4bb.tar.gz fetchmail-7592b0c0805429cb8d73ce52eec4da82ce36e4bb.tar.bz2 fetchmail-7592b0c0805429cb8d73ce52eec4da82ce36e4bb.zip |
Version bump.
svn path=/trunk/; revision=895
-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 5f91b2af..d640338b 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=3.5 +VERS=3.6 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. @@ -1,7 +1,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-3.6 () +fetchmail-3.6 (Mon Feb 17 00:19:55 EST 1997) features -- @@ -19,6 +19,10 @@ bugs -- * Yet another fix to the password-shrouding logic. +* Fix bug that screwed up IMAP mail reception in -v mode *only*. + +There are 229 people on the fetchmail-friends list. + ------------------------------------------------------------------------------ fetchmail-3.5 (Sat Feb 15 15:19:36 EST 1997) |