From c5c52f1a1f22bcd9ed2d0f2b547152b7e2d1b9ab Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 10 Nov 2023 12:10:17 +0000 Subject: Prepare for 0.0.1.4. Drop -01 from s6-ioconnect invocation. Signed-off-by: Laurent Bercot --- INSTALL | 2 +- NEWS | 6 ++++++ doc/index.html | 6 +++--- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- src/smtpd-starttls-proxy/smtpd-starttls-proxy-io.c | 3 +-- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 0fa9f0b..b5d9f14 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.14.0.0 or later: https://skarnet.org/software/skalibs/ - - s6 version 2.11.4.0 or later: https://skarnet.org/software/s6/ + - s6 version 2.12.0.1 or later: https://skarnet.org/software/s6/ - (optional but recommended): s6-networking version 2.6.0.0 or later: https://skarnet.org/software/s6-networking/ diff --git a/NEWS b/NEWS index 99be71d..9e17eb7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for smtpd-starttls-proxy. +In 0.0.1.4 +---------- + + - Drop the -01 option to s6-ioconnect invocation. + + In 0.0.1.3 ---------- diff --git a/doc/index.html b/doc/index.html index ad67ffc..95e5277 100644 --- a/doc/index.html +++ b/doc/index.html @@ -38,9 +38,9 @@ inetd-like mail servers that do not already support it. requirement if you link against the shared version of the skalibs library.
  • s6 version -2.12.0.0 or later. It's a build-time and run-time requirement.
  • +2.12.0.1 or later. It's a build-time and run-time requirement.
  • Recommended at run-time: s6-networking version -2.6.0.0 or later. It's not a requirement, but you won't be able +2.7.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 UCSPI-TLS server tool, and s6-networking provides a simple one.
  • @@ -57,7 +57,7 @@ provides a simple one.