diff options
-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> |