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