diff --git a/ChangeLog b/ChangeLog
index 61e82aa..ecf6f4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
E-MailRelay Change Log
======================
+1.3 -> 1.3.1
+------------
+* Windows resource leak from CreateProcess() fixed.
+* Windows dialog box double-close fix.
+* Some documentation for the "--scanner" switch.
+* New usage patterns section in the user guide.
+
1.2 -> 1.3
----------
* Client protocol waits for a greeting from the server on startup [bug-id 842156].
diff --git a/README b/README
index 5b52dc0..75881da 100644
--- a/README
+++ b/README
@@ -79,7 +79,7 @@ The code was originally developed on SuSE Linux 7.1 using:
* glibc 2.2.4 (libc.so.6)
* autoconf 2.52
-and ported to Windows 98 using:
+and to Windows 98 using:
* MSVC 6.0
Recent releases were developed on SuSE Linux 9.0 using:
@@ -87,6 +87,9 @@ Recent releases were developed on SuSE Linux 9.0 using:
* gcc 3.3.1
* autoconf 2.57
+and on Windows NT4 SP6 using:
+* MSVC 6.0 SP3
+
The code has also been built successfully on:
* MacOS X
* FreeBSD on Intel hardware
diff --git a/configure b/configure
index 476bf84..f319170 100755
--- a/configure
+++ b/configure
@@ -1557,7 +1557,7 @@ fi
# Define the identity of the package.
PACKAGE=emailrelay
- VERSION=1.3
+ VERSION=1.3.1
cat >>confdefs.h <<_ACEOF
diff --git a/configure.ac b/configure.ac
index 262ae66..36683aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(src/gsmtp/gsmtp.h)
-AM_INIT_AUTOMAKE(emailrelay,1.3)
+AM_INIT_AUTOMAKE(emailrelay,1.3.1)
AM_CONFIG_HEADER(config.h)
dnl ===
diff --git a/doc/emailrelay-man.html b/doc/emailrelay-man.html
index f7579a1..3d1a02b 100644
--- a/doc/emailrelay-man.html
+++ b/doc/emailrelay-man.html
@@ -97,7 +97,7 @@ Enables authentication with remote server, using the given secrets file.
-Y,--client-filter program
-Defines a mail processor program for when forwarding.
+Specifies an external program to process messages when they are forwarded.
-e,--close-stderr
@@ -117,15 +117,15 @@ Sets an override for the host's fully qualified domain name.
-X,--dont-listen
-Dont listen for smtp connections (usually used with --admin).
+Disables listening for smtp connections (usually used with --admin).
-x,--dont-serve
-Dont act as a server (usually used with --forward).
+Disables acting as a server (usually used with --forward).
-z,--filter program
-Defines a mail processor program for when storing.
+Specifies an external program to process messages as they are stored.
-f,--forward
@@ -141,11 +141,11 @@ Displays help text and exits.
-m,--immediate
-Forwards each message as soon as it is received (requires --forward-to).
+Enables immediating forwarding of messages as soon as they are received (requires --forward-to).
-I,--interface ip-address
-Listen on a specific interface.
+Defines the listening interface for new connections.
-l,--log
@@ -165,7 +165,7 @@ Disables syslog output.
-i,--pid-file pid-file
-Records the daemon process-id in the given file.
+Defines a file for storing the daemon process-id.
-O,--poll period
@@ -177,7 +177,7 @@ Specifies the smtp listening port number.
-P,--postmaster
-Allow delivery to postmaster but reject all other local mailbox addresses.
+Allows delivery to the postmaster but rejects all other local mailbox addresses.
-r,--remote-clients
@@ -186,6 +186,10 @@ Allows remote clients to connect.
Sets the response timeout (in seconds) when talking to a remote server (default is 1800).
+-R,--scanner host:port
+
+
+Specifies an external network server to process messages when they are stored.
-S,--server-auth file
@@ -205,7 +209,7 @@ Generates more verbose output (works with --help and --log).
-Z,--verifier program
-Defines an external address verifier program.
+Specifies an external program for address verification.
-V,--version
@@ -464,7 +468,7 @@ Graeme Walker, mailto:graem
This document was created by
man2html,
using the manual pages.
-Time: 20:53:37 GMT, February 26, 2004
+Time: 15:37:43 GMT, May 09, 2004