diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-03 14:10:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-03 14:10:16 +0000 |
commit | 81c8c02fe0aca75d8fd6517254309147c3444e51 (patch) | |
tree | a54f9ba5fbb6747ac88a10c1bf8d84038a2d66a4 /NEWS | |
parent | 6b69c1f8921d0f692e9aaa65d21349e01ecc670b (diff) | |
download | skalibs-81c8c02fe0aca75d8fd6517254309147c3444e51.tar.xz |
Doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,10 +6,11 @@ In 2.6.3.0 - New dir_fd function wrapping dirfd() (Solaris doesn't have dirfd()) - memmem implementation for platforms that don't provide it. - memmem wrappers: byte_search, siovec_search. - - New functions: atomic_symlink, skagetlnmaxsep. + - New functions: atomic_symlink, skagetlnmaxsep, child_spawn3 - New header: skalibs/posixplz.h, some header reorganization. - New family of functions: skalibs/textmessage.h. - skalibs/environ.h and skalibs/getpeereid.h are now obsolescent. + - Bugfixes. In 2.6.2.0 |