From 3e09f26dc20faf5041ca01f2bebcd72ef28954b3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 14 Nov 2015 19:52:39 +0000 Subject: - more intuitive error message for backtick without a remainder - rc for 2.1.4.5 --- INSTALL | 2 +- doc/index.html | 4 ++-- doc/upgrade.html | 6 ++++++ package/info | 2 +- src/execline/backtick.c | 1 + 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 009a9cb..231cd7c 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.3.8.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.8.2 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/doc/index.html b/doc/index.html index f9ec4ce..a63cdb4 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.3.8.0 or later. It's a build-time requirement. It's also a run-time +2.3.8.2 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

    diff --git a/doc/upgrade.html b/doc/upgrade.html index aa0a652..19b5a07 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@

    What has changed in execline

    +

    in 2.1.4.5

    + + +

    in 2.1.4.4