summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-17 14:52:43 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-17 14:52:43 +0000
commitf7b639017a889d802b26b61df6b3f1ac46c6f4f0 (patch)
treefcaaa70babb6da53ac136fb815498f5c59c93902 /doc
parent8523533c08c018ac4b750b0e0fab6cfe611e8a49 (diff)
1. Tidies to get rid of compiler warnings from the merged Exiscan files.
2. Fixed a very old bug that sometimes lost the final 221 message after QUIT.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-misc/WishList16
-rw-r--r--doc/doc-txt/ChangeLog13
-rw-r--r--doc/doc-txt/NewStuff7
3 files changed, 29 insertions, 7 deletions
diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList
index 391bde978..1704cdbb3 100644
--- a/doc/doc-misc/WishList
+++ b/doc/doc-misc/WishList
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-misc/WishList,v 1.14 2004/12/07 14:23:56 ph10 Exp $
+$Cambridge: exim/doc/doc-misc/WishList,v 1.15 2004/12/17 14:52:43 ph10 Exp $
EXIM 4 WISH LIST
----------------
@@ -880,6 +880,11 @@ cleanly.
22-Apr-04: Implemented for domains, addresses, and local parts. Hosts are
too messy!
+
+The only sensible approach seems to be to allow IP address arguments only.
+Anything else should be diagnosed as an error. However, if a name appears in
+the list, a PTR lookup should be done. This may require a lot of refactoring
+in the code.
------------------------------------------------------------------------------
(74) 22-Jul-02 M Extend -bV to do more semantic checking
@@ -1826,5 +1831,12 @@ instead of 550, and also vary the defer code. The first digit, however, should
remain fixed. In addition to main codes, enhanced status codes (RFC 2034) were
requested. (As far as I can tell, they have never been highly popular.)
------------------------------------------------------------------------------
---- HWM 311 ------------------------------------------------------------------
+
+(312) 10-Dec-04 ? Shadow remote transports
+
+Unless a lot of work is done, this would be restricted to another remote
+transport. A similar effect could therefore be achieved with "shadow_hosts"
+which are like fallback_hosts but which operate on success.
+------------------------------------------------------------------------------
+--- HWM 312 ------------------------------------------------------------------
---------------------------- End of WishList ---------------------------------
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index c35a96f65..110a02f7d 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,10 +1,9 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.42 2004/11/25 15:29:36 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.43 2004/12/17 14:52:44 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
-
-Exim version 4.44
+Exim version 4.50
-----------------
1. Minor wording change to the doc/README.SIEVE file.
@@ -180,6 +179,14 @@ Exim version 4.44
43. Did the same fix as 41 above for OpenSSL, which had the same infelicity.
+44. The "Exiscan patch" is now merged into the mainline Exim source.
+
+45. Sometimes the final signoff response after QUIT could fail to get
+ transmitted in the non-TLS case. Testing !tls_active instead of tls_active
+ < 0 before doing a fflush(). This bug looks as though it goes back to the
+ introduction of TLS in release 3.20, but "sometimes" must have been rare
+ because the tests only now provoked it.
+
Exim version 4.43
-----------------
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index b4fda862d..16c9c4653 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.19 2004/11/25 14:31:28 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.20 2004/12/17 14:52:44 ph10 Exp $
New Features in Exim
--------------------
@@ -9,7 +9,7 @@ updated when there is a relatively large batch of changes). The doc/ChangeLog
file contains a listing of all changes, including bug fixes.
-Version 4.44
+Version 4.50
------------
1. There is a new build-time option called CONFIGURE_GROUP which works like
@@ -219,6 +219,9 @@ Version 4.44
This is helpful when the system filter adds header lines or sets filter
variables that are used by the user filter.
+19. The Exiscan patch is now merged into the main source. See src/EDITME for
+ parameters for the build.
+
Version 4.43
------------