]> git.sur5r.net Git - openldap/blob - libraries/liblmdb/CHANGES
Bump to 0.9.9
[openldap] / libraries / liblmdb / CHANGES
1 LMDB 0.9 Change Log
2
3 LMDB 0.9.9 Release (2013/10/24)
4         Add mdb_env_get_fd()
5         Add MDB_NORDAHEAD option
6         Add MDB_NOLOCK option
7         Avoid wasting space in mdb_page_split() (ITS#7589)
8         Fix mdb_page_merge() cursor fixup (ITS#7722)
9         Fix mdb_cursor_del() on last delete (ITS#7718)
10         Fix adding WRITEMAP on existing env (ITS#7715)
11         Fixes for nested txns (ITS#7515)
12         Fix mdb_env_copy() O_DIRECT bug (ITS#7682)
13         Fix mdb_cursor_set(SET_RANGE) return code (ITS#7681)
14         Fix mdb_rebalance() cursor fixup (ITS#7701)
15         Misc code cleanup
16         Documentation
17                 Note that by default, readers need write access
18
19
20 LMDB 0.9.8 Release (2013/09/09)
21         Allow mdb_env_set_mapsize() on an open environment
22         Fix mdb_dbi_flags() (ITS#7672)
23         Fix mdb_page_unspill() in nested txns
24         Fix mdb_cursor_get(CURRENT|NEXT) after a delete
25         Fix mdb_cursor_get(DUP) to always return key (ITS#7671)
26         Fix mdb_cursor_del() to always advance to next item (ITS#7670)
27         Fix mdb_cursor_set(SET_RANGE) for tree with single page (ITS#7681)
28         Fix mdb_env_copy() retry open if O_DIRECT fails (ITS#7682)
29         Tweak mdb_page_spill() to be less aggressive
30         Documentation
31                 Update caveats since mdb_reader_check() added in 0.9.7
32
33 LMDB 0.9.7 Release (2013/08/17)
34         Don't leave stale lockfile on failed RDONLY open (ITS#7664)
35         Fix mdb_page_split() ref beyond cursor depth
36         Fix read txn data race (ITS#7635)
37         Fix mdb_rebalance (ITS#7536, #7538)
38         Fix mdb_drop() (ITS#7561)
39         Misc DEBUG macro fixes
40         Add MDB_NOTLS envflag
41         Add mdb_env_copyfd()
42         Add mdb_txn_env() (ITS#7660)
43         Add mdb_dbi_flags() (ITS#7661)
44         Add mdb_env_get_maxkeysize()
45         Add mdb_env_reader_list()/mdb_env_reader_check()
46         Add mdb_page_spill/unspill, remove hard txn size limit
47         Use shorter names for semaphores (ITS#7615)
48         Build
49                 Fix install target (ITS#7656)
50         Documentation
51                 Misc updates for cursors, DB handles, data lifetime
52
53 LMDB 0.9.6 Release (2013/02/25)
54         Many fixes/enhancements
55
56 LMDB 0.9.5 Release (2012/11/30)
57         Renamed from libmdb to liblmdb
58         Many fixes/enhancements