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