Documentation Source Text
Check-in [612e4dfe61]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:612e4dfe61e2809542197eda1392335047001f13
Date: 2010-03-09 02:22:44
User: drh
Comment:Move the proposed release date for 3.6.23 to 2010-03-10.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/changes.in

38 http://www.sqlite.org/src/timeline</a>.</p> 38 http://www.sqlite.org/src/timeline</a>.</p> 39 } 39 } 40 hd_close_aux 40 hd_close_aux 41 hd_enable_main 1 41 hd_enable_main 1 42 } 42 } 43 } 43 } 44 44 45 chng {2010 March 08 (3.6.23)} { | 45 chng {2010 March 10 (3.6.23)} { 46 <li> Added the [secure_delete pragma]. 46 <li> Added the [secure_delete pragma]. 47 <li> Added the [sqlite3_compileoption_used()] and 47 <li> Added the [sqlite3_compileoption_used()] and 48 [sqlite3_compileoption_get()] interfaces as well as the 48 [sqlite3_compileoption_get()] interfaces as well as the 49 [compile_options pragma] and the [sqlite_compileoption_used()] and 49 [compile_options pragma] and the [sqlite_compileoption_used()] and 50 [sqlite_compileoption_get()] SQL functions. 50 [sqlite_compileoption_get()] SQL functions. 51 <li> Added the [sqlite3_log()] interface together with the 51 <li> Added the [sqlite3_log()] interface together with the 52 [SQLITE_CONFIG_LOG] verb to [sqlite3_config()]. The ".log" command 52 [SQLITE_CONFIG_LOG] verb to [sqlite3_config()]. The ".log" command

Changes to pages/index.in

25 <center> 25 <center> 26 <table border="0" cellpadding="15"> 26 <table border="0" cellpadding="15"> 27 27 28 <tcl>hd_puts { 28 <tcl>hd_puts { 29 <script language="JavaScript"> 29 <script language="JavaScript"> 30 var sponsor = new Array() 30 var sponsor = new Array() 31 sponsor[0] = '<tr><td align="center">\ 31 sponsor[0] = '<tr><td align="center">\ 32 <a href="http://www.adobe.com/">\ < 33 <img src="images/foreignlogos/adobe-logo.gif" alt="adobe.com" border="0">\ < 34 </a></td><td>\ < 35 <a href="http://www.adobe.com/">Adobe</a> revolutionizes how the \ < 36 world engages with ideas and information - anywhere, anytime, and \ < 37 through any medium.</td></tr>' < 38 < 39 sponsor[1] = '<tr><td align="center">\ < 40 <a href="http://www.mozilla.com/">\ 32 <a href="http://www.mozilla.com/">\ 41 <img src="images/foreignlogos/mozilla.gif" alt="mozilla.com" border="0">\ 33 <img src="images/foreignlogos/mozilla.gif" alt="mozilla.com" border="0">\ 42 </a></td><td>\ 34 </a></td><td>\ 43 <a href="http://www.mozilla.com/">Mozilla</a> - Working to preserve \ 35 <a href="http://www.mozilla.com/">Mozilla</a> - Working to preserve \ 44 choice and innovation on the internet.</td></tr>' 36 choice and innovation on the internet.</td></tr>' 45 37 46 sponsor[2] = '<tr><td align="center">\ | 38 sponsor[1] = '<tr><td align="center">\ 47 <a href="http://www.symbian.com/">\ 39 <a href="http://www.symbian.com/">\ 48 <img src="images/foreignlogos/symbian.gif" alt="symbian.com" border="0">\ 40 <img src="images/foreignlogos/symbian.gif" alt="symbian.com" border="0">\ 49 </a></td><td>\ 41 </a></td><td>\ 50 <a href="http://www.symbian.com/">Symbian</a> - \ 42 <a href="http://www.symbian.com/">Symbian</a> - \ 51 The market-leading open operating system for advanced \ 43 The market-leading open operating system for advanced \ 52 data-enabled smartphones.</td></tr>' 44 data-enabled smartphones.</td></tr>' 53 45 54 sponsor[3] = '<tr><td align="center">\ | 46 sponsor[2] = '<tr><td align="center">\ 55 <a href="http://www.bloomberg.com/">\ 47 <a href="http://www.bloomberg.com/">\ 56 <img src="images/foreignlogos/bloomberg.gif" alt="bloomberg.com" border="0">\ 48 <img src="images/foreignlogos/bloomberg.gif" alt="bloomberg.com" border="0">\ 57 </a></td><td>\ 49 </a></td><td>\ 58 <a href="http://www.bloomberg.com/">Bloomberg</a> - \ 50 <a href="http://www.bloomberg.com/">Bloomberg</a> - \ 59 A world leader in financial-information technology.</td></tr>' 51 A world leader in financial-information technology.</td></tr>' 60 52 61 count = 4 | 53 count = 3 62 while( count>0 ){ 54 while( count>0 ){ 63 i = Math.floor(Math.random()*4) 55 i = Math.floor(Math.random()*4) 64 if( sponsor[i]!=null ){ 56 if( sponsor[i]!=null ){ 65 document.write(sponsor[i]) 57 document.write(sponsor[i]) 66 sponsor[i] = null 58 sponsor[i] = null 67 count-- 59 count-- 68 } 60 }