diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-06 13:27:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-06 13:27:59 +0000 |
commit | ce4ee24fc1339454537163ea95fa4aa683193d1f (patch) | |
tree | 2b04d1b8e6c54324832ab07ead4e93832332e7d6 | |
parent | 7a126c7e024f935e3f6a7f3aa5ee49af6014514a (diff) | |
download | smtpd-starttls-proxy-ce4ee24fc1339454537163ea95fa4aa683193d1f.tar.gz smtpd-starttls-proxy-ce4ee24fc1339454537163ea95fa4aa683193d1f.tar.xz smtpd-starttls-proxy-ce4ee24fc1339454537163ea95fa4aa683193d1f.zip |
version: 0.0.1.3 v0.0.1.3
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/README b/README index 2564a70..0fc4021 100644 --- a/README +++ b/README @@ -22,4 +22,3 @@ STARTTLS on behalf of the server. Please use the <skaware at list.skarnet.org> mailing-list for questions about smtpd-starttls-proxy. - diff --git a/doc/index.html b/doc/index.html index 83d9eca..ad67ffc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -38,7 +38,7 @@ inetd-like mail servers that do not already support it. requirement if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.11.4.0 or later. It's a build-time and run-time requirement. </li> +2.12.0.0 or later. It's a build-time and run-time requirement. </li> <li> Recommended at run-time: <a href="//skarnet.org/software/s6-networking/">s6-networking</a> version 2.6.0.0 or later. It's not a requirement, but you won't be able to do much with smtpd-starttls-proxy if you don't have a suitable diff --git a/doc/upgrade.html b/doc/upgrade.html index e5648f2..445a8bd 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -24,7 +24,7 @@ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.14.0.0 </li> <li> <a href="//skarnet.org/software/s6/">s6</a> -dependency bumped to 2.11.4.0 </li> +dependency bumped to 2.12.0.0 </li> <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a> recommended dependency bumped to 2.6.0.0 </li> </ul> |