diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-27 18:49:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-27 18:49:59 +0000 |
commit | 74e6ee2aad79665806facb88fca3185cb664582c (patch) | |
tree | 63330551536bb4831a8ae4d9d3b3277d53fbff78 | |
parent | 60f60b28a92fdbf2139ff67a95bac996052d7c2b (diff) | |
download | skalibs-74e6ee2aad79665806facb88fca3185cb664582c.tar.xz |
version: 2.6.2.0v2.6.2.0
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -29,4 +29,3 @@ Thanks to: Yannick DuchĂȘne <yannick_duchene@yahoo.fr Martin Misuth <et.code@ethome.sk> Michael Zuo <muh.muhten@gmail.com> - Rasmus Villemoes <rv@rasmusvillemoes.dk> @@ -3,7 +3,8 @@ Changelog for skalibs. In 2.6.2.0 ---------- - - New function: skaclient_timed_aflush(). + - New functions: access_at() (MacOS and Solaris don't support faccessat), +skaclient_timed_aflush(). - stralloc.h and tai.h are suitable for inclusion in C++ headers. - New sysdep: SKALIBS_HASODIRECTORY. (MacOS doesn't support O_DIRECTORY.) diff --git a/doc/upgrade.html b/doc/upgrade.html index 085ba83..536e079 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,7 +19,7 @@ <h2> in 2.6.2.0 </h2> <ul> - <li> New function: skaclient_timed_aflush(). </li> + <li> New functions: access_at(), skaclient_timed_aflush(). </li> </ul> <h2> in 2.6.1.0 </h2> |