diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-02-25 22:53:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-02-25 22:53:54 +0000 |
commit | 2bc71103355d4bd63086a40b013667e1acbf810a (patch) | |
tree | 3e124ec4f1597248d78b068886c0758c91d35678 /doc | |
parent | baa4044ea53d50271af375dbe97ce6226b865781 (diff) | |
download | skalibs-2bc71103355d4bd63086a40b013667e1acbf810a.tar.xz |
Prepare for 2.11.2.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index b1e9fa0..ac4bbb7 100644 --- 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 index 90d478f..8ac3b8b 100644 --- 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> |