aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
-rw-r--r--NEWS13
2 files changed, 12 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 78663dc5..691755ed 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.0.2
+VERS=4.0.3
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
@@ -202,7 +202,7 @@ config = $(srcdir)/Makefile.in $(srcdir)/configure.in $(srcdir)/configure \
scripts = $(srcdir)/install.sh $(srcdir)/mkinstalldirs \
$(srcdir)/specgen.sh $(srcdir)/lsmgen.sh
all = $(docs) $(config) $(srcs) $(parser) $(headers) $(extra) $(scripts) \
- $(srcdir)/contrib/* $(srcdir)/MANIFEST
+ $(srcdir)/contrib/* $(srcdir)/MANIFEST $(srcdir)/LIBOPIE.PATCH
MANIFEST: $(srcdir) Makefile.in
@echo $(all) | tr "[ \t]" '\n' | sort | sed "s/\\./fetchmail-$(VERS)/" >MANIFEST
diff --git a/NEWS b/NEWS
index 3423705f..5d7f3174 100644
--- a/NEWS
+++ b/NEWS
@@ -12,16 +12,23 @@
* Use the libmd functions for md5 under Free BSD? (Low priority.)
+ Other TO-DO items:
+
+* Get with Craig Metz to write a draft RFC on RFC1938 support in IMAP.
+
Release Notes:
------------------------------------------------------------------------------
-fetchmail 4.0.3 ()
+fetchmail 4.0.3 (Mon Jul 28 16:39:17 EDT 1997)
* Replace vsprintf with vnsprintf to avoid buffer-overrun screws.
* Added via option to make ssh configuration cleaner.
-* Added dropstatus option to cope with xbuffy.
+* Added dropstatus option.
* Allow either `login' or `user' in .netrc files.
-There are 257 people on the fetchmail-friends list.
+Interim release, mainly because I inadvertently messed up the web page.
+Note: RFC1938 support is tentative, untested, and requires a patch to the
+LIBOPIE library. See the file LIBOPIE.PATCH for the sad details.
+There are 258 people on the fetchmail-friends list.
fetchmail 4.0.2 (Mon Jul 17 20:54:30 EDT 1997)
* Experimental RFC1938 one-time password support using OPIE library,