<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in manifest</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2f2c5e20 - Version 3.40.0</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#2f2c5e20</link>
        <description>Version 3.40.0FossilOrigin-Name: 89c459e766ea7e9165d0beeb124708b955a4950d0f4792f457465d71b158d318

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Wed, 16 Nov 2022 12:10:08 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>a70a01db - Previous change to the fake_big_file command in the test harness was not</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#a70a01db</link>
        <description>Previous change to the fake_big_file command in the test harness was notcorrect.  This one should fix the problem.FossilOrigin-Name: 6ee57a2e4e3399481100c40da0229d2d33cbe3290016185c8a60839d14b209f6

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Mon, 14 Nov 2022 19:42:01 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>1da477d3 - Change the fake_big_file test command so that it fails for files larger than</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#1da477d3</link>
        <description>Change the fake_big_file test command so that it fails for files larger than2MB on Windows, as we have observed that Window10 will sometimes bluescreenwhen operating on very large sparse files.FossilOrigin-Name: d39ffd2abadcc85c46ba17612f9f575005b4818e18bf39362b8ee574837cfad9

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Mon, 14 Nov 2022 18:57:21 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>cfce889c - Avoid running bigsort.test with SQLITE_DEBUG builds. The assert() statements added in [7c96a56] make it too slow.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#cfce889c</link>
        <description>Avoid running bigsort.test with SQLITE_DEBUG builds. The assert() statements added in [7c96a56] make it too slow.FossilOrigin-Name: fa68dd8928c76888d535e649794743eeefd3abe0f909792a128955710bfc948a

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Mon, 14 Nov 2022 17:48:26 +0000</pubDate>
        <dc:creator>dan &lt;Dan Kennedy&gt;</dc:creator>
    </item>
<item>
        <title>8d7b4130 - Remove some outdated code comments. No code changes.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#8d7b4130</link>
        <description>Remove some outdated code comments. No code changes.FossilOrigin-Name: 80ff592a9d0157bfa8bd1f9959c3aa26cab0ec16fdccf7b58a7523b8912c1a8c

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Sun, 13 Nov 2022 19:29:51 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>7e475e57 - Disable the ability to change the schema_version cookie when</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#7e475e57</link>
        <description>Disable the ability to change the schema_version cookie whenSQLITE_DBCONFIG_DEFENSIVE mode is enabled.  This is a securityenhancement inspired by the question in[forum:/forumpost/2b9cc3dae1f1e5f6|forum post 2b9cc3dae1f1e5f6].FossilOrigin-Name: 1d81381e8f5db5d7064cc313b8544ca3cb1ca9e8cd61e71368a2d2e598befc9c

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Sat, 12 Nov 2022 17:17:01 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>a6303704 - Remove unnecessary tabs in the ChaCha20 implementation.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#a6303704</link>
        <description>Remove unnecessary tabs in the ChaCha20 implementation.[forum:/forumpost/0cdce5db8c|Forum post 0cdce5db8c].FossilOrigin-Name: b7179efbdb2bdc878acec0abfe272821f7e0d7d9e5ef06cd7fd796ef295e54ab

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Thu, 10 Nov 2022 23:10:11 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>da264159 - Rework automatically acquired OPFS locks to be released during idle time. This eliminates the performance hit reported in [46304ba057707c].</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#da264159</link>
        <description>Rework automatically acquired OPFS locks to be released during idle time. This eliminates the performance hit reported in [46304ba057707c].FossilOrigin-Name: a7fe91afca473fe55c983bc81d214df4ef3699863c7423fa4b6b9cde23d6a3b4

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Thu, 10 Nov 2022 13:14:30 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>aafa022f - OPFS: if an op which needs a lock is called when no lock has been obtained, automatically lock it at the start of the op and unlock it at the end of that op. This is an attempt to alleviate the cross-tab contention described in [forum post 58a377083cd24a|forum:58a377083cd24a] but it increases speedtest1 run time by approximately 4x. Perhaps auto-lock can be combined with the older idle-time-based auto-unlock to unlock such locks (but not those from xLock()) to improve this?</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#aafa022f</link>
        <description>OPFS: if an op which needs a lock is called when no lock has been obtained, automatically lock it at the start of the op and unlock it at the end of that op. This is an attempt to alleviate the cross-tab contention described in [forum post 58a377083cd24a|forum:58a377083cd24a] but it increases speedtest1 run time by approximately 4x. Perhaps auto-lock can be combined with the older idle-time-based auto-unlock to unlock such locks (but not those from xLock()) to improve this?FossilOrigin-Name: 46304ba057707c3b072b6e7bb8c4af774f653aa5814099f0866cd87b2b73abeb

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Thu, 10 Nov 2022 11:35:10 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>838865c0 - Better handle an error in the fts5 integrity-check code. dbsqlfuzz e87c62f9b67ea21aebdc36ab71cab7cc3eda8dc3.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#838865c0</link>
        <description>Better handle an error in the fts5 integrity-check code. dbsqlfuzz e87c62f9b67ea21aebdc36ab71cab7cc3eda8dc3.FossilOrigin-Name: ae43e97087a3207a5ca3ffae75fbe7a33c01f4a38ce0d1d7eed8591ae3083617

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Wed, 09 Nov 2022 11:17:57 +0000</pubDate>
        <dc:creator>dan &lt;Dan Kennedy&gt;</dc:creator>
    </item>
<item>
        <title>ea038d3d - Additional defense against corrupt database files in dbdata.c.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#ea038d3d</link>
        <description>Additional defense against corrupt database files in dbdata.c.FossilOrigin-Name: 2e70d1e5c9b2c9e068be3ccf8a6062edf7bdde2e46d60ba8ce54eda851af6008

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Wed, 09 Nov 2022 11:02:39 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>92c0881d - Increase the precision of the nData parameter to the dbdataValue() routine</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#92c0881d</link>
        <description>Increase the precision of the nData parameter to the dbdataValue() routineinside the sqlite_dbdata virtual table, to avoid the possibility of integeroverflow.FossilOrigin-Name: 295447b44fc7658891352a9b3f792379b52a76ee5dcfd498b7028f5f87b40e9e

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Wed, 09 Nov 2022 10:17:25 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>50ba1a02 - Fix a problem with URI formatting in calls to sqlite3rbu_vacuum(zDb, NULL) causing problems on win32. First reported here &lt;https://sqlite.org/forum/forumpost/a7ae915a9d&gt;.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#50ba1a02</link>
        <description>Fix a problem with URI formatting in calls to sqlite3rbu_vacuum(zDb, NULL) causing problems on win32. First reported here &lt;https://sqlite.org/forum/forumpost/a7ae915a9d&gt;.FossilOrigin-Name: 77ccc8ea8a901df64feabe08e1210087d060f0bc133242e87a94a71b68b5b5fa

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Tue, 08 Nov 2022 20:04:05 +0000</pubDate>
        <dc:creator>dan &lt;Dan Kennedy&gt;</dc:creator>
    </item>
<item>
        <title>afe76819 - Do not attempt to run test script dbpagefault.test with SQLITE_OMIT_VIRTUALTABLE builds.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#afe76819</link>
        <description>Do not attempt to run test script dbpagefault.test with SQLITE_OMIT_VIRTUALTABLE builds.FossilOrigin-Name: 901918c4867557e51160ef9c495e4e007de26cfe07c237addc00a388662957e8

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Tue, 08 Nov 2022 19:36:26 +0000</pubDate>
        <dc:creator>dan &lt;Dan Kennedy&gt;</dc:creator>
    </item>
<item>
        <title>64c40ec2 - Fix a problem in main.mk preventing the amalgamation-testfixture target from building.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#64c40ec2</link>
        <description>Fix a problem in main.mk preventing the amalgamation-testfixture target from building.FossilOrigin-Name: ccf00a0e22a2a9815ff7db1c6c6457fce35aaf50843c1b5ff2adda22d6f70314

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Tue, 08 Nov 2022 15:49:12 +0000</pubDate>
        <dc:creator>dan &lt;Dan Kennedy&gt;</dc:creator>
    </item>
<item>
        <title>80fafc25 - Further improvements to the handling of the u32 and u16 typedefs in the</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#80fafc25</link>
        <description>Further improvements to the handling of the u32 and u16 typedefs in theshell.c source file.FossilOrigin-Name: 55a19677d723147aeb2b4a86bbd01756ddeb2072cba72c3145ad32d335e203b0

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Mon, 07 Nov 2022 19:40:20 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>d9324a52 - Improve the ability of mkshellc.tcl to remove redundant typedefs from the</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#d9324a52</link>
        <description>Improve the ability of mkshellc.tcl to remove redundant typedefs from thegenerated shell.c code.  This is needed to get shell.c to build on olderC compilers.FossilOrigin-Name: 3645585f37631d60cefab1d55cdb1ee060aae87317b9b158a01329ca8a4d3e1e

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Mon, 07 Nov 2022 18:36:02 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
<item>
        <title>40503750 - Add the sqlite3rbu_rename_handler() API. To override the default routine that RBU uses to rename files.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#40503750</link>
        <description>Add the sqlite3rbu_rename_handler() API. To override the default routine that RBU uses to rename files.FossilOrigin-Name: ebbb1f88e7b5d6cbe84d400f1a187acedb4c668d0b7e4c63bf1496e57da9b8ad

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Mon, 07 Nov 2022 18:00:18 +0000</pubDate>
        <dc:creator>dan &lt;Dan Kennedy&gt;</dc:creator>
    </item>
<item>
        <title>49507d2a - Minor doc updates in speed-check.sh. No code changes.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#49507d2a</link>
        <description>Minor doc updates in speed-check.sh. No code changes.FossilOrigin-Name: d2ed4116fbf1de3c840f84e05db6f29f7b489518ac07d56f61df153deab6bf6b

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Mon, 07 Nov 2022 17:21:53 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>54422235 - Fix an obsolete comment.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/manifest#54422235</link>
        <description>Fix an obsolete comment.FossilOrigin-Name: e377c0a1ef030395293c5f24d7cb8e5b36ce972e9fac31b99c8425075486a46a

            List of files:
            /sqlite-3.40.0/manifest</description>
        <pubDate>Mon, 07 Nov 2022 15:23:51 +0000</pubDate>
        <dc:creator>drh &lt;&gt;</dc:creator>
    </item>
</channel>
</rss>
