]> git.sur5r.net Git - openldap/blob - libraries/liblmdb/CHANGES
Release 0.9.8
[openldap] / libraries / liblmdb / CHANGES
1 LMDB 0.9 Change Log
2
3 LMDB 0.9.8 Release (2013/09/09)
4         Allow mdb_env_set_mapsize() on an open environment
5         Fix mdb_dbi_flags() (ITS#7672)
6         Fix mdb_page_unspill() in nested txns
7         Fix mdb_cursor_get(CURRENT|NEXT) after a delete
8         Fix mdb_cursor_get(DUP) to always return key (ITS#7671)
9         Fix mdb_cursor_del() to always advance to next item (ITS#7670)
10         Fix mdb_cursor_set(SET_RANGE) for tree with single page (ITS#7681)
11         Fix mdb_env_copy() retry open if O_DIRECT fails (ITS#7682)
12         Tweak mdb_page_spill() to be less aggressive
13         Documentation
14                 Update caveats since mdb_reader_check() added in 0.9.7
15
16 LMDB 0.9.7 Release (2013/08/17)
17         Don't leave stale lockfile on failed RDONLY open (ITS#7664)
18         Fix mdb_page_split() ref beyond cursor depth
19         Fix read txn data race (ITS#7635)
20         Fix mdb_rebalance (ITS#7536, #7538)
21         Fix mdb_drop() (ITS#7561)
22         Misc DEBUG macro fixes
23         Add MDB_NOTLS envflag
24         Add mdb_env_copyfd()
25         Add mdb_txn_env() (ITS#7660)
26         Add mdb_dbi_flags() (ITS#7661)
27         Add mdb_env_get_maxkeysize()
28         Add mdb_env_reader_list()/mdb_env_reader_check()
29         Add mdb_page_spill/unspill, remove hard txn size limit
30         Use shorter names for semaphores (ITS#7615)
31         Build
32                 Fix install target (ITS#7656)
33         Documentation
34                 Misc updates for cursors, DB handles, data lifetime
35
36 LMDB 0.9.6 Release (2013/02/25)
37         Many fixes/enhancements
38
39 LMDB 0.9.5 Release (2012/11/30)
40         Renamed from libmdb to liblmdb
41         Many fixes/enhancements