summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-07-28 23:45:20 +0000
committerLaurent Bercot <ska@appnovation.com>2021-07-28 23:45:20 +0000
commit9592bfd0dda7c575de07bce2c7a81b8432d845a4 (patch)
tree57c66c3e0dfeb63cfd3ebfef18e30a2145ae3f88 /doc
parentc15bccec3fd551583ff838673ba284ee6c7e788a (diff)
downloadskalibs-9592bfd0dda7c575de07bce2c7a81b8432d845a4.tar.xz
Huge incompatible changes.
- Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/upgrade.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 17b4ecf..36a5598 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -20,12 +20,18 @@
<ul>
<li> <tt>libbiguint</tt> removed. </li>
- <li> New <tt>skalibs/posixplz.h</tt> function: munmap_void()</tt>. </li>
+ <li> Obsolete <tt>skalibs/environ.h</tt> and <tt>skalibs/getpeereid.h</tt> headers removed. </li>
+ <li> rc4 and md5 functions removed. </li>
+ <li> All <tt>*_t</tt> types renamed without the <tt>_t</tt> suffix,
+in order to preserve POSIX namespace. </li>
+ <li> <tt>subgetopt()</tt> renamed to <tt>lgetopt()</tt>. </li>
+ <li> All signal functions entirely reworked; cruft removed. </li>
<li> <tt>skalibs/cdb_make.h</tt> renamed to <tt>skalibs/cdbmake.h</tt>;
<tt>cdbmake</tt> functions now return 1 on success and 0 on failure. </li>
<li> <tt>skalibs/cdb.h</tt> redesigned to remove reader state from the
- cdb structure itself. </li>
+cdb structure itself. </li>
<li> The unsafe <tt>cdb_successor()</tt> API has been removed.
+ <li> New <tt>skalibs/posixplz.h</tt> function: munmap_void()</tt>. </li>
</ul>
<h2> in 2.10.0.3 </h2>