diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-20 01:21:08 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-20 01:21:08 +0000 |
| commit | 63c10ea49627209703d9160e3b47445f07b23f0e (patch) | |
| tree | 930c376277b41528c698a92580ed49a90a31374f /doc | |
| parent | f68c2cb9874652bbdde21704c55905c673f1fa98 (diff) | |
| download | smtpd-starttls-proxy-63c10ea49627209703d9160e3b47445f07b23f0e.tar.gz | |
Prepare for 0.1.1.0; add --qmailrundir
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 8 | ||||
| -rw-r--r-- | doc/upgrade.html | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 3121361..ee80fb5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -43,11 +43,11 @@ SMTP client. <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.15.0.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.1 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.15.0.0 or later. It's a build-time and run-time requirement. </li> +2.15.0.1 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version 2.4.1.2 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the s6-dns library. </li> @@ -66,8 +66,8 @@ if you link against the shared version of the s6-dns library. </li> <ul> <li> The current released version of smtpd-starttls-proxy is -<a href="smtpd-starttls-proxy-0.1.0.0.tar.gz">0.1.0.0</a>. -You can access its checksum <a href="smtpd-starttls-proxy-0.1.0.0.tar.gz.sha256">here</a>. </li> +<a href="smtpd-starttls-proxy-0.1.1.0.tar.gz">0.1.1.0</a>. +You can access its checksum <a href="smtpd-starttls-proxy-0.1.1.0.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 6968ffa..372aed0 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,6 +19,15 @@ <h1> What has changed in smtpd-starttls-proxy </h1> +<h2> in 0.1.1.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.15.0.1 </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.15.0.1 </li> +</ul> + <h2> in 0.1.0.0 </h2> <ul> |
