diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-27 16:54:26 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-27 16:54:26 +0000 |
| commit | 2a23e74cca0bb3167916359b8eb4e2d1a55ca015 (patch) | |
| tree | 7f46a29f529d448f909d3cd34902e5e76649ff3c | |
| parent | e3f91b33a0c6566bba67da4977f52a3113c651ba (diff) | |
| download | apaste-2a23e74cca0bb3167916359b8eb4e2d1a55ca015.tar.gz | |
Prepare for next version, fix configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | INSTALL | 4 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | doc/index.html | 6 | ||||
| -rw-r--r-- | doc/upgrade.html | 7 | ||||
| -rw-r--r-- | package/info | 2 |
7 files changed, 21 insertions, 9 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2024 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2024-2025 Laurent Bercot <ska-skaware@skarnet.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -6,8 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.3.0 or later: https://skarnet.org/software/skalibs/ - - s6-networking version 2.7.0.4 or later: https://skarnet.org/software/s6-networking/ + - skalibs version 2.14.4.0 or later: https://skarnet.org/software/skalibs/ + - s6-networking version 2.7.0.5 or later: https://skarnet.org/software/s6-networking/ This software will run on any operating system that implements POSIX.1-2008, available at: @@ -1,5 +1,11 @@ Changelog for apaste. +In 0.0.2.2 +---------- + + - Bugfixes. + + In 0.0.2.1 ---------- @@ -62,9 +62,8 @@ exit 0 # If your system does not have printf, you can comment this, but it is # generally not a good idea to use echo. -# See http://etalabs.net/sh_tricks.html +# See http://www.etalabs.net/sh_tricks.html echo () { - IFS=" " printf %s\\n "$*" } diff --git a/doc/index.html b/doc/index.html index 13efa83..1406702 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.3.0 or later. It's a build-time requirement. It's also a run-time +2.14.4.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.0.4 or later. It's a build-time and run-time requirement: it's the layer +2.7.0.5 or later. It's a build-time and run-time requirement: it's the layer that provides the network connection. </li> </ul> @@ -54,7 +54,7 @@ that provides the network connection. </li> <ul> <li> The current released version of apaste is -<a href="apaste-0.0.2.1.tar.gz">0.0.2.1</a>. </li> +<a href="apaste-0.0.2.2.tar.gz">0.0.2.2</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 b91ac84..ddf07cd 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in apaste </h1> +<h2> in 0.0.2.2 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.4.0. </li> +</ul> + <h2> in 0.0.2.1 </h2> <ul> diff --git a/package/info b/package/info index e3677e3..e005c82 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=apaste -version=0.0.2.1 +version=0.0.2.2 category=web package_macro_name=APASTE |
