mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
Note changes for LMDB 0.9.11
This commit is contained in:
parent
98f3bc88bf
commit
ec97f49a65
1 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,16 @@
|
||||||
LMDB 0.9 Change Log
|
LMDB 0.9 Change Log
|
||||||
|
|
||||||
|
LMDB 0.9.11 Release (2014/01/15)
|
||||||
|
Add mdb_env_set_assert() (ITS#7775)
|
||||||
|
Fix: invalidate txn on page allocation errors (ITS#7377)
|
||||||
|
Fix xcursor tracking in mdb_cursor_del0() (ITS#7771)
|
||||||
|
Fix corruption from deletes (ITS#7756)
|
||||||
|
Fix Windows/MSVC build issues
|
||||||
|
Raise safe limit of max MDB_MAXKEYSIZE
|
||||||
|
Misc code cleanup
|
||||||
|
Documentation
|
||||||
|
Remove spurious note about non-overlapping flags (ITS#7665)
|
||||||
|
|
||||||
LMDB 0.9.10 Release (2013/11/12)
|
LMDB 0.9.10 Release (2013/11/12)
|
||||||
Add MDB_NOMEMINIT option
|
Add MDB_NOMEMINIT option
|
||||||
Fix mdb_page_split() again (ITS#7589)
|
Fix mdb_page_split() again (ITS#7589)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue