-C Disable\ssynchronous\swrites\sto\sthe\smaster\sjournal\swhen\sPRAGMA\ssynchronous=OFF\nfor\sall\sdatabase\sfiles.\s\sTicket\s#1375.\s(CVS\s2630)
-D 2005-08-27T16:36:49
+C Increase\sthe\sversion\snumber\sand\supdate\sweb\spages\sfor\sthe\snext\srelease.\s(CVS\s2631)
+D 2005-08-27T17:06:16
F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
-F VERSION ecc511d6f3cf01f5fdcb1707f9aee0cbb41ea35d
+F VERSION fa4c8c617dc18af3e81868e75735108e8e204938
F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd
F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248
F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2
F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
F www/capi3ref.tcl 885f2aa112e2e9b8822753bf2972d5afd0cfeba9
-F www/changes.tcl 06318d864d7667972bb2c2f47a335e6463e6989a
+F www/changes.tcl 376f1ef5910b1cac3a4966a1f6e94540c3cec171
F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
-F www/index.tcl 6ab20018db082b73219e4f3bed1d72af8fd68181
+F www/index.tcl b143f5fb13047c3f994d964ad0ae5133684efc36
F www/lang.tcl 9e27ecd2a2d3194191f820068f7bc70714178882
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
-F www/oldnews.tcl 01fcaa22e6343b03acddaebe534b831f2ac71ae0
+F www/oldnews.tcl 1a808d86882621557774bf7741ed81c7f4ef9f19
F www/omitted.tcl f1e57977299c3ed54fbae55e4b5ea6a64de39e19
F www/opcode.tcl 5bd68059416b223515a680d410a9f7cb6736485f
F www/optimizing.tcl f0b2538988d1bbad16cbfe63ec6e8f48c9eb04e5
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 51a381345db45967567dd0a18905d352bf1081e0
-R 4f5f18e550ba91f695166764c512671e
+P 644b96aa23de7e828280d35785db840a4fa9413d
+R 05eafff09e20b0178e08a6577cb4d238
U drh
-Z d452b4201f127e09042815840df7485c
+Z 2726bb1db8e22e2fb1720ab9d1cc7e76
-644b96aa23de7e828280d35785db840a4fa9413d
\ No newline at end of file
+e6039e909a3fe807e1499fa99265ffe6c5c2008e
\ No newline at end of file
puts "<DD><P><UL>$desc</UL></P></DD>"
}
+chng {2005 August 25 (3.2.5)} {
+<li>Fix a bug effecting DELETE and UPDATE statements that changed
+more than 40960 rows.</li>
+<li>Change the makefile so that it no longer requires GNUmake extensions</li>
+<li>Fix the --enable-threadsafe option on the configure script</li>
+<li>Fix a code generator bug that occurs when the left-hand side of an IN
+operator is constant and the right-hand side is a SELECT statement</li>
+<li>The PRAGMA synchronous=off statement now disables syncing of the
+master journal file in addition to the normal rollback journals</li>
+}
+
chng {2005 August 24 (3.2.4)} {
<li>Fix a bug introduced in the previous release
that can cause a segfault while generating code
<td width="50%" valign="top">
<h2>About SQLite</h2>
<p>
+ <table align="right" border="0"><tr><td>
+ <a href="http://osdir.com/Article6677.phtml">
+ <img src="2005osaward.gif"></a>
+ </td></tr></table>
SQLite is a small
C library that implements a self-contained, embeddable,
-zero-configuration,
-<a href="http://osdir.com/Article6677.phtml">award-winning</a>
+zero-configuration
SQL database engine.
Features include:
</p>
puts "<hr width=\"50%\">"
}
+newsitem {2005-Aug-28} {Version 3.2.5} {
+ This release fixes a bug that causes DELETEs and UPDATEs to fail if
+ they attempt to changes more than 40960 rows.
+}
+
newsitem {2005-Aug-24} {Version 3.2.4} {
This release fixes a bug in the new optimizer that can lead to segfaults
when parsing very complex WHERE clauses.
}
newsitem {2005-Aug-2} {2005 Open Source Award for SQLite} {
- <table align="right" border="0"><tr><td>
- <a href="http://osdir.com/Article6677.phtml">
- <img src="2005osaward.gif"></a>
- </td></tr></table>
SQLite and its primary author D. Richard Hipp have been honored with
a <a href="http://osdir.com/Article6677.phtml">2005 Open Source
Award</a> from Google and O'Reilly.<br clear="right">
}
-newsitem {2005-Jun-13} {Version 3.2.2} {
- This release includes numerous minor bug fixes, speed improvements,
- and code size reductions. There is no reason to upgrade unless you
- are having problems or unless you just want to.
-}
-
-newsitem {2005-Mar-29} {Version 3.2.1} {
- This release fixes a memory allocation problem in the new
- <a href="lang_altertable.html">ALTER TABLE ADD COLUMN</a>
- command.
-}
-
-newsitem {2005-Mar-21} {Version 3.2.0} {
- The primary purpose for version 3.2.0 is to add support for
- <a href="lang_altertable.html">ALTER TABLE ADD COLUMN</a>.
- The new ADD COLUMN capability is made
- possible by AOL developers supporting and embracing great
- open-source software. Thanks, AOL!
-
- Version 3.2.0 also fixes an obscure but serious bug that was discovered
- just prior to release. If you have a multi-statement transaction and
- within that transaction an UPDATE or INSERT statement fails due to a
- constraint, then you try to rollback the whole transaction, the rollback
- might not work correctly. See
- <a href="http://www.sqlite.org/cvstrac/tktview?tn=1171">Ticket #1171</a>
- for details. Upgrading is recommended for all users.
-}
-
puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
-footer {$Id: index.tcl,v 1.119 2005/08/24 11:07:19 drh Exp $}
+footer {$Id: index.tcl,v 1.120 2005/08/27 17:06:16 drh Exp $}
puts "<hr width=\"50%\">"
}
+newsitem {2005-Jun-13} {Version 3.2.2} {
+ This release includes numerous minor bug fixes, speed improvements,
+ and code size reductions. There is no reason to upgrade unless you
+ are having problems or unless you just want to.
+}
+
+newsitem {2005-Mar-29} {Version 3.2.1} {
+ This release fixes a memory allocation problem in the new
+ <a href="lang_altertable.html">ALTER TABLE ADD COLUMN</a>
+ command.
+}
+
+newsitem {2005-Mar-21} {Version 3.2.0} {
+ The primary purpose for version 3.2.0 is to add support for
+ <a href="lang_altertable.html">ALTER TABLE ADD COLUMN</a>.
+ The new ADD COLUMN capability is made
+ possible by AOL developers supporting and embracing great
+ open-source software. Thanks, AOL!
+
+ Version 3.2.0 also fixes an obscure but serious bug that was discovered
+ just prior to release. If you have a multi-statement transaction and
+ within that transaction an UPDATE or INSERT statement fails due to a
+ constraint, then you try to rollback the whole transaction, the rollback
+ might not work correctly. See
+ <a href="http://www.sqlite.org/cvstrac/tktview?tn=1171">Ticket #1171</a>
+ for details. Upgrading is recommended for all users.
+}
+
newsitem {2005-Mar-16} {Version 3.1.6} {
Version 3.1.6 fixes a critical bug that can cause database corruption
when inserting rows into tables with around 125 columns. This bug was
Plans are to continue to support SQLite version 2.8 with
bug fixes. But all new development will occur in version 3.0.
}
-footer {$Id: oldnews.tcl,v 1.12 2005/08/21 18:40:21 drh Exp $}
+footer {$Id: oldnews.tcl,v 1.13 2005/08/27 17:06:16 drh Exp $}