[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Philip Hazel
Datum:  
To: exim-cvs
Betreff: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/src acl.c
ph10 2007/06/19 14:32:06 BST

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/src         acl.c 
  Log:
  Fix text type in ACL error message.


  Revision  Changes    Path
  1.514     +3 -0      exim/exim-doc/doc-txt/ChangeLog
  1.76      +1 -1      exim/exim-src/src/acl.c


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.513
  retrieving revision 1.514
  diff -u -r1.513 -r1.514
  --- ChangeLog    18 Jun 2007 13:57:49 -0000    1.513
  +++ ChangeLog    19 Jun 2007 13:32:05 -0000    1.514
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.513 2007/06/18 13:57:49 ph10 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.514 2007/06/19 13:32:05 ph10 Exp $


Change log file for Exim from version 4.21
-------------------------------------------
@@ -56,6 +56,9 @@

   PH/06 Added the client_condition to authenticators so that some can be skipped
         by clients under certain conditions.
  +
  +PH/07 The error message for a badly-placed control=no_multiline_responses left
  +      "_responses" off the end of the name.



Exim version 4.67

  Index: acl.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/acl.c,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- acl.c    1 Mar 2007 11:17:00 -0000    1.75
  +++ acl.c    19 Jun 2007 13:32:06 -0000    1.76
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/acl.c,v 1.75 2007/03/01 11:17:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/acl.c,v 1.76 2007/06/19 13:32:06 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
  @@ -221,7 +221,7 @@
     #endif
     US"fakedefer",
     US"fakereject",
  -  US"no_multiline",
  +  US"no_multiline_responses",
     US"no_pipelining",
     US"no_delay_flush",
     US"no_callout_flush"