diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-21 11:18:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-21 11:18:28 +0000 |
commit | 2990ce9b390ec1e2bfa1c043c406878e8aff86dd (patch) | |
tree | 270e5e2bfa3cdb2fc795039fc45901d93290567e /NEWS | |
parent | 933e986a9207d2b61c5119e18603b44b924e7226 (diff) | |
download | skalibs-2990ce9b390ec1e2bfa1c043c406878e8aff86dd.tar.xz |
Big 2.6.3.0 reorganization
- Add libposixplz, update headers
- Add memmem and friends
- Add textmessage to libunixonacid
- Update some sysdeps tests
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3,7 +3,13 @@ Changelog for skalibs. In 2.6.3.0 ---------- - - New function: atomic_symlink(). + - memmem implementation for platforms that don't provide it. + - memmem wrappers: byte_search, siovec_search. + - New functions: atomic_symlink, skagetlnmaxsep. + - 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. + - mininetstring* functions are now obsolescent. In 2.6.2.0 |