diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-19 18:17:33 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-19 18:17:33 +0000 |
| commit | 3b2597f2940d68d6efbfe0e6612f7df370b4cc92 (patch) | |
| tree | 959dd3d2a980fe63ea9724ff05c5a722431c6d91 | |
| parent | 4813dd0cc1b8f408c8a46299acdc666e0e03831e (diff) | |
| download | apaste-3b2597f2940d68d6efbfe0e6612f7df370b4cc92.tar.gz | |
Prepare for 0.0.3.1
| -rw-r--r-- | INSTALL | 4 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | doc/index.html | 8 | ||||
| -rw-r--r-- | doc/upgrade.html | 8 | ||||
| -rw-r--r-- | package/info | 2 |
5 files changed, 21 insertions, 7 deletions
@@ -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: @@ -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. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> 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. </li> <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a> 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. </li> </ul> @@ -54,8 +54,8 @@ that provides the network connection. </li> <ul> <li> The current released version of apaste is -<a href="apaste-0.0.3.0.tar.gz">0.0.3.0</a>. -You can access its checksum <a href="apaste-0.0.3.0.tar.gz.sha256">here</a>. </li> +<a href="apaste-0.0.3.1.tar.gz">0.0.3.1</a>. +You can access its checksum <a href="apaste-0.0.3.1.tar.gz.sha256">here</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/apaste/">apaste git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 19d7f95..b4923c1 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,14 @@ <h1> What has changed in apaste </h1> +<h2> in 0.0.3.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.5.0. </li> + <li> Shared libraries are now supported on MacOS. </li> +</ul> + <h2> in 0.0.3.0 </h2> <ul> diff --git a/package/info b/package/info index 3d4922b..38abac2 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=apaste -version=0.0.3.0 +version=0.0.3.1 category=web package_macro_name=APASTE |
