diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-19 18:00:15 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-19 18:00:15 +0000 |
| commit | 3bc748c351ea2f564ffe6f2d618750983dba356c (patch) | |
| tree | 55ea518c5c27475f445bd8a79a1d6a1e45a6689b /doc | |
| parent | 17a5c17a1304811336129c10a3742ce33bb6aff2 (diff) | |
| download | smtpd-starttls-proxy-3bc748c351ea2f564ffe6f2d618750983dba356c.tar.gz | |
Prepare for 0.0.2.1
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 10 | ||||
| -rw-r--r-- | doc/upgrade.html | 12 |
2 files changed, 17 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html index f072c14..b99def4 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.14.4.0 or later. It's a build-time requirement. It's also a run-time +2.14.5.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.13.2.0 or later. It's a build-time and run-time requirement. </li> +2.13.3.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.7.1.0 or later. It's not a requirement, but you won't be able +2.7.2.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 UCSPI-TLS server tool, and <a href="//skarnet.org/software/s6-networking/">s6-networking</a> provides a simple one. </li> @@ -57,8 +57,8 @@ provides a simple one. </li> <ul> <li> The current released version of smtpd-starttls-proxy is -<a href="smtpd-starttls-proxy-0.0.2.0.tar.gz">0.0.2.0</a>. -You can access its checksum <a href="smtpd-starttls-proxy-0.0.2.0.tar.gz.sha256">here</a>. </li> +<a href="smtpd-starttls-proxy-0.0.2.1.tar.gz">0.0.2.1</a>. +You can access its checksum <a href="smtpd-starttls-proxy-0.0.2.1.tar.gz.sha256">here</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 1504f71..b07e8d7 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,18 @@ <h1> What has changed in smtpd-starttls-proxy </h1> +<h2> in 0.0.2.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.5.0 </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.13.3.0 </li> + <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a> +recommended dependency bumped to 2.7.2.0 </li> + <li> Shared libraries are now supported on MacOS. </li> +</ul> + <h2> in 0.0.2.0 </h2> <ul> |
