From: timothy@apple.com Date: Mon, 4 Feb 2008 22:53:37 +0000 (+0000) Subject: Merge fix for SQLITE_FULL error X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=83d0835ba504571c6351a2d2dabe65026814adf1;ds=sidebyside Merge fix for SQLITE_FULL error is given even if the max_page_count is increased (2920) * libWebCoreSQLite3.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29980 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 2e8bc7a5db17..13177cd5d8ac 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,10 @@ +2008-02-04 Timothy Hatcher + + Merge fix for SQLITE_FULL error + is given even if the max_page_count is increased (2920) + + * libWebCoreSQLite3.a: + 2008-02-01 Steve Falkenburg Don't set DEP opt-in flag (data execution prevention) since it is incompaible with the video plugin used on CNN.com diff --git a/WebKitLibraries/libWebCoreSQLite3.a b/WebKitLibraries/libWebCoreSQLite3.a index db8e3b42abf9..c5457778a97e 100644 Binary files a/WebKitLibraries/libWebCoreSQLite3.a and b/WebKitLibraries/libWebCoreSQLite3.a differ