diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-04 10:32:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-04 10:32:41 +0000 |
commit | 6306c9dcf1b09b0de3f3afa290a45d699dda20b3 (patch) | |
tree | 0591faa39e75815123a09fd2503e659bc432cd28 | |
parent | e08ad5d533bca0201398107bb654f6bbdc53cb09 (diff) | |
download | skalibs-6306c9dcf1b09b0de3f3afa290a45d699dda20b3.tar.xz |
version: 2.6.3.0v2.6.3.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ In 2.6.3.0 - memmem wrappers: byte_search, siovec_search. - New functions: atomic_symlink, skagetlnmaxsep, child_spawn3 - New header: skalibs/posixplz.h, some header reorganization. - - New family of functions: skalibs/textmessage.h. + - New family of functions: textmessage and textclient - skalibs/environ.h and skalibs/getpeereid.h are now obsolescent. - Bugfixes. diff --git a/doc/upgrade.html b/doc/upgrade.html index 468b05d..31bd8bd 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -24,7 +24,7 @@ <li> memmem wrappers: byte_search, siovec_search. </li> <li> New functions: atomic_symlink, skagetlnmaxsep, child_spawn3 </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> New family of functions: <tt>skalibs/textmessage.h</tt>, <tt>skalibs/textclient.h</tt> </li> <li> <tt>skalibs/environ.h</tt> and <tt>skalibs/getpeereid.h</tt> are now obsolescent. </li> </ul> |