From 3b2597f2940d68d6efbfe0e6612f7df370b4cc92 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 19 Aug 2025 18:17:33 +0000 Subject: Prepare for 0.0.3.1 --- INSTALL | 4 ++-- NEWS | 6 ++++++ doc/index.html | 8 ++++---- doc/upgrade.html | 8 ++++++++ package/info | 2 +- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index adf406f..5eb5215 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,8 @@ 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-networking version 2.7.1.0 or later: https://skarnet.org/software/s6-networking/ + - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ + - 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 POSIX.1-2024, available at: diff --git a/NEWS b/NEWS index a2fddff..11d5ace 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for apaste. +In 0.0.3.1 +---------- + + - Support for shared libraries on MacOS. + + In 0.0.3.0 ---------- diff --git a/doc/index.html b/doc/index.html index 2a377ae..25cb2c2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -35,11 +35,11 @@ other protocol.
  • 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-networking version -2.7.1.0 or later. It's a build-time and run-time requirement: it's the layer +2.7.2.0 or later. It's a build-time and run-time requirement: it's the layer that provides the network connection.
  • @@ -54,8 +54,8 @@ that provides the network connection.