diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-07-23 16:43:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-07-23 16:43:57 +0000 |
commit | dd6bb6c6b8298ebeff2d1882becb36580b969d6f (patch) | |
tree | 3d922a5791e7e34e2b041ea5f3489360bfa798e1 /NEWS | |
parent | 122f9363682e5de8ce4056c4c05c1eaf8935cf19 (diff) | |
download | skalibs-dd6bb6c6b8298ebeff2d1882becb36580b969d6f.tar.xz |
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 <ska@appnovation.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ Changelog for skalibs. +In 2.11.0.0 +----------- + + - libbiguint removed. + - New posixplz function: munmap_void. + - cdb_make renamed to cdbmake; ui changed to 1=success/0=failure. + - cdb redesigned. cdb is now fixed, cdb_reader holds the state for cdb_find, + which puts data pointer and len directly into a cdb_data. A cdb + is always a map, pointers should always work. + - cdb_successor removed (unsafe to use); cdb_nextkey changed to + cdb_traverse_next, which puts key and data into two cdb_data's. + - cdb does not touch errno anymore. + + In 2.10.0.3 ----------- |