[exim-cvs] Document hexquote & udpsend in NewStuff/ChangeLog

Top Pagina
Delete this message
Reply to this message
Auteur: Exim Git Commits Mailing List
Datum:  
Aan: exim-cvs
Onderwerp: [exim-cvs] Document hexquote & udpsend in NewStuff/ChangeLog
Gitweb: http://git.exim.org/exim.git/commitdiff/7142dacad308e47d3aa64fe410f1227cdf8b5a25
Commit:     7142dacad308e47d3aa64fe410f1227cdf8b5a25
Parent:     e78e6ecfb365485f1a76529278af4e84483e6916
Author:     Phil Pennock <pdp@???>
AuthorDate: Fri Sep 27 20:47:52 2013 -0400
Committer:  Phil Pennock <pdp@???>
CommitDate: Fri Sep 27 20:47:52 2013 -0400


    Document hexquote & udpsend in NewStuff/ChangeLog


    Tony documented his new features in 7a5698fa; this change simply adds
    them to the list of things that have changed.
---
 doc/doc-txt/ChangeLog |    2 ++
 doc/doc-txt/NewStuff  |    6 ++++++
 2 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 66b9e99..85d4316 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -197,6 +197,8 @@ PP/20 Added force_command boolean option to pipe transport.
 JH/15 AUTH support on callouts (and hence cutthrough-deliveries).
       Bugzilla 321, 823.


+TF/04 Added udpsend ACL modifer and hexquote expansion operator
+
 PP/21 Fix eximon continuous updating with timestamped log-files.
       Broken in a format-string cleanup in 4.80, missed when I repaired the
       other false fix of the same issue.
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 4de372a..2b038e3 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -148,6 +148,12 @@ Version 4.82
     provided to the authentication method which failed.  It is available
     for use in subsequent ACL processing (typically quit or notquit ACLs).


+23. New ACL modifer "udpsend" can construct a UDP packet to send to a given
+    UDP host and port.
+
+24. New ${hexquote:..string..} expansion operator converts non-printable
+    characters in the string to \xNN form.
+


Version 4.80
------------