summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-18 21:20:33 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-18 21:20:33 +0000
commit0e738cf0e0bccc076fdf8c7d144899df76baa5a1 (patch)
tree7dd7e32b1e2db186f53cb5c123e900fa75e503d8 /third_party
parent2fa16347784ef3ce77d6526f6ce9107d90ee199f (diff)
downloadchromium_src-0e738cf0e0bccc076fdf8c7d144899df76baa5a1.zip
chromium_src-0e738cf0e0bccc076fdf8c7d144899df76baa5a1.tar.gz
chromium_src-0e738cf0e0bccc076fdf8c7d144899df76baa5a1.tar.bz2
Roll leveldb from r73 to r75.
The only change relevant to chromium is an increased wait time between compaction attempts when there is an error. The previous version waited 1 second between attempts. The new version waits up to 8 seconds between attempts. There was a new file in r74 without the proper license header. This caused a license check to fail in chromium and is fixed in r75. r74 roll https://src.chromium.org/viewvc/chrome?revision=206627&view=revision r74 revert https://src.chromium.org/viewvc/chrome?revision=206682&view=revision BUG=244932 R=jsbell@chromium.org Review URL: https://codereview.chromium.org/17423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/leveldatabase/README.chromium2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium
index eea0e36..d1f08d3 100644
--- a/third_party/leveldatabase/README.chromium
+++ b/third_party/leveldatabase/README.chromium
@@ -1,7 +1,7 @@
Name: LevelDB: A Fast Persistent Key-Value Store
Short Name: leveldb
URL: http://code.google.com/p/leveldb/
-Version: r73
+Version: r75
License: New BSD
License File: src/LICENSE
Security Critical: yes