skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 2bc71103355d4bd63086a40b013667e1acbf810a
parent baa4044ea53d50271af375dbe97ce6226b865781
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Fri, 25 Feb 2022 22:53:54 +0000

 Prepare for 2.11.2.0

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
MNEWS | 10++++++++++
Mdoc/index.html | 2+-
Mdoc/upgrade.html | 9+++++++++
Mpackage/info | 2+-
4 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS @@ -1,5 +1,15 @@ Changelog for skalibs. +In 2.11.2.0 +----------- + + - Bugfixes. + - User-provided CPPFLAGS, CFLAGS and LDFLAGS are now honored in + sysdep autodetection. + - envdir_internal() now supports a SKALIBS_ENVDIR_NOCLAMP option, for + unlimited-size variable reading. + + In 2.11.1.0 ----------- diff --git a/doc/index.html b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment </li> <h3> Download </h3> <ul> - <li> The current released version of skalibs is <a href="skalibs-2.11.1.0.tar.gz">2.11.1.0</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.11.2.0.tar.gz">2.11.2.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/skalibs/">skalibs git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html @@ -16,6 +16,15 @@ <a href="//skarnet.org/">skarnet.org</a> </p> +<h2> in 2.11.2.0 </h2> + +<ul> + <li> User-provided CPPFLAGS, CFLAGS and LDFLAGS are now honored during +sysdeps autodetection. </li> + <li> <tt>envdir_internal()</tt> now has a SKALIBS_ENVDIR_NOCLAMP option +allowing reading of unlimited-size variables. </li> +</ul> + <h2> in 2.11.1.0 </h2> <ul> diff --git a/package/info b/package/info @@ -1,4 +1,4 @@ package=skalibs -version=2.11.1.0 +version=2.11.2.0 category=prog package_macro_name=SKALIBS