From 820fefdd52c6bf2b1af032f7e4dbfe568dc4d1a0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 9 Sep 2023 15:40:32 +0000 Subject: Prepare for 0.0.1.3 Signed-off-by: Laurent Bercot --- INSTALL | 6 +++--- NEWS | 6 ++++++ doc/index.html | 8 ++++---- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- 5 files changed, 25 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index a0977f2..35e12d8 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.13.0.0 or later: https://skarnet.org/software/skalibs/ - - s6 version 2.11.2.0 or later: https://skarnet.org/software/s6/ - - (optional but recommended): s6-networking version 2.5.1.2 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/ + - (optional but recommended): s6-networking version 2.5.1.4 or later: https://skarnet.org/software/s6-networking/ This software will run on any operating system that implements diff --git a/NEWS b/NEWS index b303e8c..0e5729c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for smtpd-starttls-proxy. +In 0.0.1.3 +---------- + + - Adaptation to skalibs-2.14.0.0. + + In 0.0.1.2 ---------- diff --git a/doc/index.html b/doc/index.html index f815fcd..fc43008 100644 --- a/doc/index.html +++ b/doc/index.html @@ -34,13 +34,13 @@ inetd-like mail servers that do not already support it.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.13.0.0 or later. It's a build-time requirement. It's also a run-time +2.14.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.
  • s6 version -2.11.2.0 or later. It's a build-time and run-time requirement.
  • +2.11.4.0 or later. It's a build-time and run-time requirement.
  • Recommended at run-time: s6-networking version -2.5.1.2 or later. It's not a requirement, but you won't be able +2.5.1.4 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.