CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
398 stars 82 forks source link

Update native windows lmdb.dll to 0.9.19 #90

Closed JordanZaerr closed 7 years ago

JordanZaerr commented 7 years ago

It looks like the current native dll's report a version of LMDB 0.9.70: (December 19, 2015) which is somewhere between 0.9.17 (11/30/2015) and 0.9.18 (2/5/2016). These are built from the 0.9.19 (12/28/2016) source from https://github.com/LMDB/lmdb/releases

The changelog is available here.

jakoss commented 7 years ago

Seems like this update broke file growing on windows, see https://github.com/CoreyKaylor/Lightning.NET/issues/97