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 /doc | |
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 'doc')
-rw-r--r-- | doc/upgrade.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index a45131d..6281e6c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,7 +19,13 @@ <h2> in 2.6.3.0 </h2> <ul> - <li> New function: atomic_symlink(). </li> + <li> memmem implementation for platforms that don't provide it. </li> + <li> memmem wrappers: byte_search, siovec_search. </li> + <li> New functions: atomic_symlink, skagetlnmaxsep. </li> + <li> New header: <tt>skalibs/posixplz.h</tt>. Some header reorganization. </li> + <li> New family of functions: <tt>skalibs/textmessage.h</tt>. </li> + <li> <tt>skalibs/environ.h</tt> and <tt>skalibs/getpeereid.h</tt> are now obsolescent. </li> + <li> <tt>skalibs/mininetstring.h</tt> and the functions are it declares now obsolescent. </li> </ul> <h2> in 2.6.2.0 </h2> |