From dd6bb6c6b8298ebeff2d1882becb36580b969d6f Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Fri, 23 Jul 2021 16:43:57 +0000
Subject: New 2.11.0.0 branch with several modifications
- libbiguint removed
- cdb_make changed to cdbmake (because different ui)
- cdb redesigned
Signed-off-by: Laurent Bercot
---
doc/upgrade.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
(limited to 'doc/upgrade.html')
diff --git a/doc/upgrade.html b/doc/upgrade.html
index fec512e..17b4ecf 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -16,6 +16,18 @@
skarnet.org
+ in 2.11.0.0
+
+
+ - libbiguint removed.
+ - New skalibs/posixplz.h function: munmap_void().
+ - skalibs/cdb_make.h renamed to skalibs/cdbmake.h;
+ cdbmake functions now return 1 on success and 0 on failure.
+ - skalibs/cdb.h redesigned to remove reader state from the
+ cdb structure itself.
+ - The unsafe cdb_successor() API has been removed.
+
+
in 2.10.0.3