diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:44:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-21 15:44:44 +0000 |
commit | a1cc5ca8aa7b72eedd88d57e8e9b09a68f7c63a1 (patch) | |
tree | fd90e50db7356f53f2a454376173fa0f3da95575 | |
parent | 56c1fdfaf3d415b920aa98ab9d8f7ba2a5509708 (diff) | |
download | skalibs-a1cc5ca8aa7b72eedd88d57e8e9b09a68f7c63a1.tar.xz |
version: 2.9.1.0v2.9.1.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -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 index 314a3ce..75ecabb 100644 --- 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> |