pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/leveldb



Module name:    wip
Committed by:   bubuchka
Date:           Fri Jul 26 14:10:28 UTC 2013

Modified Files:
        wip/leveldb: Makefile distinfo

Log Message:
Update leveldb to version 1.12.0. Major changes:

- Fix corruption bug found and analyzed by dhruba%gmail.com@localhost
  https://groups.google.com/d/msg/leveldb/Kc9JxuIUu5A/9P0N9RL4ar8J

- Make DB::Open fail if sst files are missing.
  Also, cleanup for Clang's -Wimplicit-fallthrough warning.

- Fixes issues 147 153 156 166
  Remove calls to exit(1).
  Fix unused-variable warnings from clang.
  Fix possible overflow error related to num_restart value >= (2^32/4).
  Add leveldbutil to .gitignore.
  Add better log messages when Write is stalled on a compaction.

- Fixes issues 161 174 178
  As well as the issue reported by edouarda14%gmail.com@localhost about
  MissingSSTFile unit test failing on windows.

- Release leveldb 1.12
  Non-functional changes only:
  1) Add Kevin Regan to the AUTHORS file
  2) Add standard license header to issues/issue178_test.cc

In addition, the package now autodetects library version.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.10 -r1.11 wip/leveldb/Makefile
cvs -z3 rdiff -u -r1.3 -r1.4 wip/leveldb/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/leveldb/Makefile?r1=1.10&r2=1.11
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/leveldb/distinfo?r1=1.3&r2=1.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index