Document hexquote & udpsend in NewStuff/ChangeLog
authorPhil Pennock <pdp@exim.org>
Sat, 28 Sep 2013 00:47:52 +0000 (20:47 -0400)
committerPhil Pennock <pdp@exim.org>
Sat, 28 Sep 2013 00:47:52 +0000 (20:47 -0400)
Tony documented his new features in 7a5698fa; this change simply adds
them to the list of things that have changed.

doc/doc-txt/ChangeLog
doc/doc-txt/NewStuff

index 66b9e99d52393ddd21e4cfa9d3a7839722f7a4f5..85d4316b29f904b081abb009e265b25683f5b0e1 100644 (file)
@@ -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.
index 4de372abded8abc074d5a69656cd03fad652c833..2b038e32eecdf95026ec230763c2cc1933995ffe 100644 (file)
@@ -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
 ------------