From 9ab9af4f54737e6534d691cc8d149137c32a30a9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 21 Jul 2018 16:39:59 +0000 Subject: Adapt to skalibs-2.7.0.0, prepare for 2.5.0.1 --- INSTALL | 2 +- NEWS | 6 ++++++ doc/index.html | 4 ++-- doc/upgrade.html | 6 ++++++ package/info | 2 +- src/execline/backtick.c | 1 + src/execline/shift.c | 1 + src/execline/withstdinas.c | 1 + 8 files changed, 19 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 2c96472..206a376 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.6.4.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.7.0.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index 089b36d..7f223a6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for execline. +In 2.5.0.1 +---------- + + - Compatibility with skalibs-2.7.0.0. + + In 2.5.0.0 ---------- diff --git a/doc/index.html b/doc/index.html index b730778..9a68d5f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later.
  • skalibs version -2.6.4.0 or later. It's a build-time requirement. It's also a run-time +2.7.0.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.
  • @@ -66,7 +66,7 @@ library.

    Download