diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,8 @@ In 2.3.6.0 - Bugfixes. - New s6dns_hosts functions. - New command: s6-dns-hosts-compile + - s6-dnsip* and s6-dnsname now support a -h option, to make +use of /etc/hosts data. In 2.3.5.5 diff --git a/doc/upgrade.html b/doc/upgrade.html index 1fe84e6..893db85 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,11 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.13.2.0. </li> + <li> New <tt>-H</tt> and <tt>-h</tt> options to +<a href="s6-dnsip.html">s6-dnsip</a>, +<a href="s6-dnsip4.html">s6-dnsip4</a>, +<a href="s6-dnsip6.html">s6-dnsip6</a>, and +<a href="s6-dnsname.html">s6-dnsname</a>. </li> </ul> <h2> in 2.3.5.5 </h2> |