From 119df987fde9f4efd707217fcfdc7eae083888ec Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 19 Dec 2021 08:27:38 +0000 Subject: Prepare for 0.0.1.1 Signed-off-by: Laurent Bercot --- INSTALL | 6 +++--- NEWS | 6 ++++++ doc/index.html | 8 ++++---- doc/upgrade.html | 9 +++++++++ package/info | 2 +- 5 files changed, 23 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 844da2d..90401d2 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.11.0.0 or later: https://skarnet.org/software/skalibs/ - - s6 version 2.11.0.0 or later: https://skarnet.org/software/s6/ - - (optional but recommended): s6-networking version 2.5.0.0 or later: + - skalibs version 2.11.1.0 or later: https://skarnet.org/software/skalibs/ + - s6 version 2.11.0.1 or later: https://skarnet.org/software/s6/ + - (optional but recommended): s6-networking version 2.5.1.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 4ffcfc6..764dd8f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for smtpd-starttls-proxy. +In 0.0.1.1 +---------- + + - Bugfixes. + + In 0.0.1.0 ---------- diff --git a/doc/index.html b/doc/index.html index d27ae6d..5539cdf 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.11.0.0 or later. It's a build-time requirement. It's also a run-time +2.11.1.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.0.0 or later. It's a build-time and run-time requirement.
  • +2.11.0.1 or later. It's a build-time and run-time requirement.
  • Recommended at run-time: s6-networking version -2.5.0.0 or later. It's not a requirement, but you won't be able +2.5.1.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.