diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-11-29 13:44:51 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2022-11-29 13:44:51 +0000 |
| commit | d01ed362b59514b4482168dd5cc855ace79537b9 (patch) | |
| tree | f318b717be101c566b0700cdd952f4871de74627 /doc | |
| parent | 68bc76af1593749b9788db649a4222c17fb7959c (diff) | |
| download | smtpd-starttls-proxy-d01ed362b59514b4482168dd5cc855ace79537b9.tar.gz | |
Prepare for 0.0.1.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 8 | ||||
| -rw-r--r-- | doc/upgrade.html | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 5539cdf..f815fcd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -34,13 +34,13 @@ inetd-like mail servers that do not already support it. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.11.1.0 or later. It's a build-time requirement. It's also a run-time +2.13.0.0 or later. It's a build-time requirement. It's also a run-time 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.0.1 or later. It's a build-time and run-time requirement. </li> +2.11.2.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.5.1.0 or later. It's not a requirement, but you won't be able +2.5.1.2 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 UCSPI-TLS server tool, and <a href="//skarnet.org/software/s6-networking/">s6-networking</a> provides a simple one. </li> @@ -57,7 +57,7 @@ provides a simple one. </li> <ul> <li> The current released version of smtpd-starttls-proxy is -<a href="smtpd-starttls-proxy-0.0.1.1.tar.gz">0.0.1.1</a>. </li> +<a href="smtpd-starttls-proxy-0.0.1.2.tar.gz">0.0.1.2</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/smtpd-starttls-proxy/">smtpd-starttls-proxy git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index eee628b..4126098 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,17 @@ <h1> What has changed in smtpd-starttls-proxy </h1> +<h2> in 0.0.1.2 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.13.0.0 </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.11.2.0 </li> + <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a> +recommended dependency bumped to 2.5.1.2 </li> +</ul> + <h2> in 0.0.1.1 </h2> <ul> |
