]> git.sur5r.net Git - openldap/blob - libraries/liblmdb/CHANGES
Bump version to 0.9.12
[openldap] / libraries / liblmdb / CHANGES
1 LMDB 0.9 Change Log
2
3 LMDB 0.9.12 Release (2014/06/13)
4         Fix MDB_GET_BOTH regression (ITS#7875,#7681)
5         Fix MDB_MULTIPLE writing multiple keys (ITS#7834)
6         Fix mdb_rebalance (ITS#7829)
7         Fix mdb_page_split (ITS#7815)
8         Fix md_entries count (ITS#7861,#7828,#7793)
9         Fix MDB_CURRENT (ITS#7793)
10         Fix possible crash on Windows DLL detach
11         Misc code cleanup
12         Documentation
13                 mdb_cursor_put: cursor moves on error (ITS#7771)
14
15
16 LMDB 0.9.11 Release (2014/01/15)
17         Add mdb_env_set_assert() (ITS#7775)
18         Fix: invalidate txn on page allocation errors (ITS#7377)
19         Fix xcursor tracking in mdb_cursor_del0() (ITS#7771)
20         Fix corruption from deletes (ITS#7756)
21         Fix Windows/MSVC build issues
22         Raise safe limit of max MDB_MAXKEYSIZE
23         Misc code cleanup
24         Documentation
25                 Remove spurious note about non-overlapping flags (ITS#7665)
26
27 LMDB 0.9.10 Release (2013/11/12)
28         Add MDB_NOMEMINIT option
29         Fix mdb_page_split() again (ITS#7589)
30         Fix MDB_NORDAHEAD definition (ITS#7734)
31         Fix mdb_cursor_del() positioning (ITS#7733)
32         Partial fix for larger page sizes (ITS#7713)
33         Fix Windows64/MSVC build issues
34
35 LMDB 0.9.9 Release (2013/10/24)
36         Add mdb_env_get_fd()
37         Add MDB_NORDAHEAD option
38         Add MDB_NOLOCK option
39         Avoid wasting space in mdb_page_split() (ITS#7589)
40         Fix mdb_page_merge() cursor fixup (ITS#7722)
41         Fix mdb_cursor_del() on last delete (ITS#7718)
42         Fix adding WRITEMAP on existing env (ITS#7715)
43         Fix nested txns (ITS#7515)
44         Fix mdb_env_copy() O_DIRECT bug (ITS#7682)
45         Fix mdb_cursor_set(SET_RANGE) return code (ITS#7681)
46         Fix mdb_rebalance() cursor fixup (ITS#7701)
47         Misc code cleanup
48         Documentation
49                 Note that by default, readers need write access
50
51
52 LMDB 0.9.8 Release (2013/09/09)
53         Allow mdb_env_set_mapsize() on an open environment
54         Fix mdb_dbi_flags() (ITS#7672)
55         Fix mdb_page_unspill() in nested txns
56         Fix mdb_cursor_get(CURRENT|NEXT) after a delete
57         Fix mdb_cursor_get(DUP) to always return key (ITS#7671)
58         Fix mdb_cursor_del() to always advance to next item (ITS#7670)
59         Fix mdb_cursor_set(SET_RANGE) for tree with single page (ITS#7681)
60         Fix mdb_env_copy() retry open if O_DIRECT fails (ITS#7682)
61         Tweak mdb_page_spill() to be less aggressive
62         Documentation
63                 Update caveats since mdb_reader_check() added in 0.9.7
64
65 LMDB 0.9.7 Release (2013/08/17)
66         Don't leave stale lockfile on failed RDONLY open (ITS#7664)
67         Fix mdb_page_split() ref beyond cursor depth
68         Fix read txn data race (ITS#7635)
69         Fix mdb_rebalance (ITS#7536, #7538)
70         Fix mdb_drop() (ITS#7561)
71         Misc DEBUG macro fixes
72         Add MDB_NOTLS envflag
73         Add mdb_env_copyfd()
74         Add mdb_txn_env() (ITS#7660)
75         Add mdb_dbi_flags() (ITS#7661)
76         Add mdb_env_get_maxkeysize()
77         Add mdb_env_reader_list()/mdb_env_reader_check()
78         Add mdb_page_spill/unspill, remove hard txn size limit
79         Use shorter names for semaphores (ITS#7615)
80         Build
81                 Fix install target (ITS#7656)
82         Documentation
83                 Misc updates for cursors, DB handles, data lifetime
84
85 LMDB 0.9.6 Release (2013/02/25)
86         Many fixes/enhancements
87
88 LMDB 0.9.5 Release (2012/11/30)
89         Renamed from libmdb to liblmdb
90         Many fixes/enhancements