Changelog for
libleveldb1-1.20-crypto.3.1.x86_64.rpm :
* Wed Jun 14 2017 marecAATTdetebe.org- Update to version 1.20:
* Increase leveldb version to 1.20.
* Separate Env tests from PosixEnv tests.
* leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit).
* Fixed path to doc file: index.md.
* Convert documentation to markdown.
* Implement support for Intel crc32 instruction (SSE 4.2)
* Including
for std::numeric_limits.
* Limit the number of read-only files the POSIX Env will have open.
* Add option for max file size. The currend hard-coded value of 2M is inefficient in colossus.
* Increase leveldb version to 1.19.
* Sat Mar 25 2017 marecAATTdetebe.org- Update to version 1.19:
* Increase leveldb version to 1.19.
* A zippy change broke test assumptions about the size of compressed output. Fix the tests by allowing more slop in zippy\'s behavior. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123432472
* fix problems in LevelDB\'s caching code
* Fix LevelDB build when asserts are enabled in release builds. (#367)
* Change std::uint64_t to uint64_t (#354)
* This CL fixes a bug encountered when reading records from leveldb files that have been split, as in a [] input task split.
* Deleted redundant null ptr check prior to delete.
* Fix signed/unsigned mismatch on VC++ builds
* Putting build artifacts in subdirectory.
* add travis build badge
* Sat May 30 2015 marecAATTdetebe.org- initial package build