]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/CHANGES
ITS#8336
[openldap] / libraries / liblmdb / CHANGES
index cc88d8c8e6ec8ecac1d359a7369c4a62d68a1c21..6892dde1ef8cb7330f1f004a4039af57dd89d745 100644 (file)
@@ -1,6 +1,17 @@
 LMDB 0.9 Change Log
 
-LMDB 0.9.17 Release Engineering
+LMDB 0.9.18 Release Engineering
+       Fix robust mutex detection on glibc 2.10-11 (ITS#8330)
+       Fix page_search_root assert on FreeDB (ITS#8336)
+       Check for utf8_to_utf16 failures (ITS#7992)
+       Catch strdup failure in mdb_dbi_open
+       Build
+               Additional makefile var tweaks (ITS#8169)
+       Documentation
+               Add Getting Started page
+       
+
+LMDB 0.9.17 Release (2015/11/30)
        Fix ITS#7377 catch calloc failure
        Fix ITS#8237 regression from ITS#7589
        Fix ITS#8238 page_split for DUPFIXED pages