Releases: sociomantic-tsunami/ebtree
Releases · sociomantic-tsunami/ebtree
v6.0.socio10
v6.0.socio9
v6.0.socio8
v6.0.socio7
v6.0.s7-rc6
Bugs fixed
- Use new debian epoch for packages (#14)
v6.0.s7-rc5
Bugs fixed
- Fix symlink path inside deb build script for libebtree-dev (#5)
v6.0.socio7-rc1
-
Fix bug in
eb128_cmp_264
Before there was no way for
eb128_cmp_264
to return 0, due to wrong comparision.
v6.0.socio6
Issues Fixed
- Workaround fpm bug when building the package
(#3)
v6.0.socio5
This is the first public release based on ebtree 6.0.
Differences with upstream:
- 128bit nodes support was added.
- All code in headers files were moved to C files so they get compiled in. This was done in order to make the library more easily accessible from other programming languages (in particular D) by just binding to a simple C API/ABI.