skalibs

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

commit a1cc5ca8aa7b72eedd88d57e8e9b09a68f7c63a1
parent 56c1fdfaf3d415b920aa98ab9d8f7ba2a5509708
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 21 Oct 2019 15:44:44 +0000

 version: 2.9.1.0

Diffstat:
MNEWS | 4+++-
Mdoc/upgrade.html | 1+
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS @@ -3,7 +3,9 @@ Changelog for skalibs. In 2.9.1.0 ---------- - - Added path_canonicalize() + - Bugfixes. + - Better support for GNU Hurd. + - Added path_canonicalize(). In 2.9.0.0 diff --git a/doc/upgrade.html b/doc/upgrade.html @@ -19,6 +19,7 @@ <h2> in 2.9.1.0 </h2> <ul> + <li> skalibs now works on GNU Hurd without patches. </li> <li> New function: <tt>path_canonicalize</tt> </li> </ul>