Blair Zajac wrote:
> Hyrum K. Wright wrote:
>> Author: hwright
>> Date: Thu Jan 15 14:23:57 2009
>> New Revision: 35273
>>
>> Log:
>> Update the distribution scripts to ship the SQLite amalgamation.
>
>> Modified: trunk/tools/dist/construct-rolling-environment.sh
>> URL: http://svn.collab.net/viewvc/svn/trunk/tools/dist/construct-rolling-environment.sh?pathrev=35273&r1=35272&r2=35273
>> ==============================================================================
>> --- trunk/tools/dist/construct-rolling-environment.sh Thu Jan 15 14:23:49 2009 (r35272)
>> +++ trunk/tools/dist/construct-rolling-environment.sh Thu Jan 15 14:23:57 2009 (r35273)
>> @@ -10,6 +10,7 @@ APR_UTIL=apr-util-1.3.4
>> NEON=neon-0.28.3
>> SERF=serf-0.2.0
>> ZLIB=zlib-1.2.3
>> +SQLITE=sqlite-amalgamation-3.5.9
>
> Did you mean 3.6.9, because the previous amalgamation's were with that version.
No, I meant 3.5.9. That's currently the version we recommend, though we require
only 3.4.0.
If we want to bump to a more recent version, we'll need to update configure as
well as the above.
> BTW, 3.6.10 is out that fixes an issue that can lead to database corruption:
>
> http://www.sqlite.org/releaselog/3_6_10.html
-Hyrum
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1029315
Received on 2009-01-16 19:01:53 CET