From 2a23e74cca0bb3167916359b8eb4e2d1a55ca015 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 27 Mar 2025 16:54:26 +0000 Subject: Prepare for next version, fix configure Signed-off-by: Laurent Bercot --- COPYING | 2 +- INSTALL | 4 ++-- NEWS | 6 ++++++ configure | 3 +-- doc/index.html | 6 +++--- doc/upgrade.html | 7 +++++++ package/info | 2 +- 7 files changed, 21 insertions(+), 9 deletions(-) diff --git a/COPYING b/COPYING index b747199..8d6ae43 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2024 Laurent Bercot +Copyright (c) 2024-2025 Laurent Bercot Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/INSTALL b/INSTALL index 003dd54..14d9512 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.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: diff --git a/NEWS b/NEWS index 6242692..dbb6b3b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for apaste. +In 0.0.2.2 +---------- + + - Bugfixes. + + In 0.0.2.1 ---------- diff --git a/configure b/configure index bd5930e..d5cc7fc 100755 --- a/configure +++ b/configure @@ -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.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs 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.
  • s6-networking 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.
  • @@ -54,7 +54,7 @@ that provides the network connection.
    • The current released version of apaste is -0.0.2.1.
    • +0.0.2.2.
    • You can checkout a copy of the apaste git repository: 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 @@

      What has changed in apaste

      +

      in 0.0.2.2

      + +
        +
      • skalibs +dependency bumped to 2.14.4.0.
      • +
      +

      in 0.0.2.1

        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 -- cgit v1.3.1