summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2013-09-27 20:47:52 -0400
committerPhil Pennock <pdp@exim.org>2013-09-27 20:47:52 -0400
commit7142dacad308e47d3aa64fe410f1227cdf8b5a25 (patch)
tree3eab6a058af4575ea9a9c5996e8cb1255d1e8b81 /doc/doc-txt/NewStuff
parente78e6ecfb365485f1a76529278af4e84483e6916 (diff)
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.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 4de372abd..2b038e32e 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
------------