]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/CHANGES
ITS#8336
[openldap] / libraries / liblmdb / CHANGES
index bf4486bef4f8dbf9a83eea1032f7c96e77f6f6e0..6892dde1ef8cb7330f1f004a4039af57dd89d745 100644 (file)
@@ -1,5 +1,16 @@
 LMDB 0.9 Change Log
 
+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