summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-07-21 11:16:11 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-07-21 11:16:11 +0000
commite8fe8ed8117bb1a58cd588b295352875d3c08c1a (patch)
treeaa2aac4a2d2d356f8f3bb2daaa0ad19b5a616a55 /doc
parent0a181fc1b38a62e583f13ccc1550f7ffc8f5896b (diff)
downloadskalibs-e8fe8ed8117bb1a58cd588b295352875d3c08c1a.tar.xz
Remove mininetstring, absolutepath, absolutepath_tmp
Diffstat (limited to 'doc')
-rw-r--r--doc/upgrade.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html
index ee20c3b..eb10441 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -20,8 +20,12 @@
<ul>
<li> New functions: <tt>ipc_timed_sendv()</tt>, <tt>unlink_void()</tt> </li>
- <li> The <a href="djbunix.html">dir_close()</a> function now returns void
+ <li> The <a href="libstddjb/djbunix.html">dir_close()</a> function now returns void
and leaves errno unchanged. </li>
+ <li> The <tt>absolutepath()</tt> and <tt>sarealpath_tmp()</tt> functions, as well
+as the <tt>skalibs/mininetstring.h</tt> family of functions, have been removed. </li>
+ <li> <a href="libstddjb/djbunix.html">skalibs/djbunix.h</a> does not include
+<tt>skalibs/env.h</tt> anymore. </li>
</ul>
<h2> in 2.6.4.0 </h2>