From 3bc748c351ea2f564ffe6f2d618750983dba356c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 19 Aug 2025 18:00:15 +0000 Subject: Prepare for 0.0.2.1 --- INSTALL | 6 +++--- NEWS | 6 ++++++ doc/index.html | 10 +++++----- doc/upgrade.html | 12 ++++++++++++ package/info | 2 +- 5 files changed, 27 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 3509002..281c9ac 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.14.4.0 or later: https://skarnet.org/software/skalibs/ - - s6 version 2.13.2.0 or later: https://skarnet.org/software/s6/ - - (optional but recommended): s6-networking version 2.7.0.5 or later: + - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ + - s6 version 2.13.3.0 or later: https://skarnet.org/software/s6/ + - (optional but recommended): s6-networking version 2.7.2.0 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 fa2cfcb..6cc99dd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for smtpd-starttls-proxy. +In 0.0.2.1 +---------- + + - Support for shared libraries on MacOS. + + In 0.0.2.0 ---------- 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.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs 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.
  • s6 version -2.13.2.0 or later. It's a build-time and run-time requirement.
  • +2.13.3.0 or later. It's a build-time and run-time requirement.
  • Recommended at run-time: s6-networking 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 s6-networking provides a simple one.
  • @@ -57,8 +57,8 @@ provides a simple one.