summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-08 01:16:56 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-08 01:16:56 +0000
commitc3154b30056883945dea7bdf4e22a5889db29b04 (patch)
treef4d7af1494a2be05aedf0ea432ef450836a236c9 /third_party
parente3ffe0e315177552be38a46b7749dc766bfeff5e (diff)
downloadchromium_src-c3154b30056883945dea7bdf4e22a5889db29b04.zip
chromium_src-c3154b30056883945dea7bdf4e22a5889db29b04.tar.gz
chromium_src-c3154b30056883945dea7bdf4e22a5889db29b04.tar.bz2
Roll leveldb to r71.
The only change applicable to chromium is a fix for a bug that causes corruption. The corruption manifests as a missing sst file that renders the database unopenable. BUG=168649 Review URL: https://chromiumcodereview.appspot.com/11775018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175442 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 886d733..0febb78 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: r68
+Version: r71
License: New BSD
License File: src/LICENSE
Security Critical: yes