diff options
author | root <jgh146exb@wizmail.org> | 2012-05-18 00:08:30 +0100 |
---|---|---|
committer | root <jgh146exb@wizmail.org> | 2012-05-18 00:08:30 +0100 |
commit | 2605c55b14a65002af9a51708adf212178772f80 (patch) | |
tree | c4ef4afbc74045cb4e7ec7f589ef6108239d2402 /doc | |
parent | f57879265211e8eee3f8e231287c71b66167afee (diff) |
Documentation update for bug 1172.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 9370f737b..b650fc39f 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -11948,6 +11948,10 @@ files, for example: Thu Oct 17 17:14:09 1995. .vindex "&$tod_epoch$&" The time and date as a number of seconds since the start of the Unix epoch. +.vitem &$tod_epoch_l$& +.vindex "&$tod_epoch_l$&" +The time and date as a number of microseconds since the start of the Unix epoch. + .vitem &$tod_full$& .vindex "&$tod_full$&" A full version of the time and date, for example: Wed, 16 Oct 1995 09:51:40 diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 2bcdea8e9..aeaf2da69 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -112,6 +112,8 @@ PP/26 Added EXPERIMENTAL_OCSP for OpenSSL. PP/27 Applied dnsdb SPF support patch from Janne Snabb. +JH/03 Added expansion variable $tod_epoch_l for a higher-precision time. + Exim version 4.77 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 9421cb504..ee267c74e 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -94,6 +94,7 @@ Version 4.80 13. ${lookup dnsdb{ }} supports now SPF record types. They are handled identically to TXT record lookups. +14. New expansion variable $tod_epoch_l for higher-precision time. Version 4.77 ------------ |