hamsterdb 1.1.2 - Release Notes
This release fixed a few bugs and refactored lots of code. Additionally,
a new feature was introduced: duplicate keys can now be sorted.
New Features
- Duplicate keys can now be sorted (see ham_set_duplicate_compare_func and
HAM_SORT_DUPLICATES) the flag HAM_DIRECT_ACCES (only for In-Memory Databases)
Bugfixes
- If multiple Databases in an Environment are open, an open
Transaction was not immediately closed when the first Database
was closed (with ham_close)
- If multiple Databases in an Environment are open, and just one
Database was closed, then the pages of this Database were not flushed
correctly
- Fixed crash on Linux 64bit/gcc 4.4 with compiler optimization
Other Changes
- The documentation is now reduced to public interfaces; internal
documentation is only built when requested
- A lot of refactoring and code improvements
Known Issues
For more information, read the README and the CHANGELOG.