summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-13 10:21:31 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-13 10:21:31 +0000
commit12f855e5fa5e6cbca5f0ffa08ca3753497ef9424 (patch)
treed92677d74a4b3f4885e9e3df989a049e2501790f /third_party
parent8816cad9077fcf9fe51763e801a354472d5db01d (diff)
downloadchromium_src-12f855e5fa5e6cbca5f0ffa08ca3753497ef9424.zip
chromium_src-12f855e5fa5e6cbca5f0ffa08ca3753497ef9424.tar.gz
chromium_src-12f855e5fa5e6cbca5f0ffa08ca3753497ef9424.tar.bz2
Roll leveldb to r68
Changes relevant to chrome: * Do not delay for 1 second on shutdown path (issue 125) * Make InMemoryEnv return a no-op logger * Added an in-process lock table (issue 120) BUG=140543 Review URL: https://chromiumcodereview.appspot.com/11142002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161754 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 2fa56a6..66c5da5 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: r67
+Version: r68
License: New BSD
License File: src/LICENSE
Security Critical: yes