summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-20 18:13:50 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-20 18:13:50 +0000
commite8c8d071a863f9f1844ff0dd824c651ebe6d9c0b (patch)
treef0b9ca99e841201f18e5e05ff0dcbf0bbdf26371 /third_party
parenta23950fb01d741fdc456991f80db21c276e3fbfd (diff)
downloadchromium_src-e8c8d071a863f9f1844ff0dd824c651ebe6d9c0b.zip
chromium_src-e8c8d071a863f9f1844ff0dd824c651ebe6d9c0b.tar.gz
chromium_src-e8c8d071a863f9f1844ff0dd824c651ebe6d9c0b.tar.bz2
Roll leveldb to r77.
Biggest change for chromium is no longer using .sst as the sstable file extension. The .sst extension caused windows system restore to corrupt databases (error message: Corruption: 1 missing files; e.g...). The only other change that could affect chromium is a bugfix, where changing directions on an iterator could yield the wrong value. (https://code.google.com/p/leveldb/issues/detail?id=200) BUG=261623 R=jsbell@chromium.org Review URL: https://codereview.chromium.org/23976008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224433 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 1462c90..32670a7 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: r76
+Version: r77
License: New BSD
License File: src/LICENSE
Security Critical: yes