-C Specify\sASCII\sversions\sof\sWin32\sAPI\sfunctions.\s(CVS\s1785)
-D 2004-06-30T14:29:00
+C Up\sthe\sversion\snumber\sto\s3.0.2\sand\smake\schanges\sto\sthe\swebsite\sin\npreparation\sfor\sthe\sfirst\sbeta\srelease.\s(CVS\s1786)
+D 2004-06-30T22:35:07
F Makefile.in f5788bf4daea9b25424df5ccb529ac3438efb2b2
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
-F VERSION 34009b3459559db331ace9f14f8bb7f94cfbb787
+F VERSION 5ba9a6a95b66f82d3ceaaf701250b651e9e81e4c
F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd
F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2
F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
F www/c_interface.tcl 2176519fc2bd2d2cf6fe74fd806fc2d8362de2c8
F www/capi3.tcl 5c1cb163f4d2a54e2d0e22dcc399dd71245c8b89
F www/capi3ref.tcl ae6c0ed88f601119c15de964b7b4b2f8c9b05831
-F www/changes.tcl 29701180c74161380a4d3a1cd6640fe50bc1fae1
+F www/changes.tcl 536d9919db834ad545dc8c3820105e613b092394
F www/common.tcl f786e6be86fb2627ceb30e770e9efa83b9c67a3a
F www/conflict.tcl fb8a2ba83746c7fdfd9e52fa7f6aaf5c422b8246
F www/copyright-release.html 294e011760c439c44951a6bfecd4c81a1ae359e8
F www/faq.tcl 3a1776818d9bd973ab0c3048ec7ad6b1ad091ae5
F www/fileformat.tcl f71a06a0d533c7df408539c64113b4adeaf29764
F www/formatchng.tcl d1dfecedfb25e122ab513a1e0948b15cb4f0be46
-F www/index.tcl fe6c0eeb15cd2761b38966f493b1cbec549934be
+F www/index.tcl 963cc54d5ad111de44e1af7f2a22ab2ec152095d
F www/lang.tcl 5193e27d5ab92ffa98427ef0fcc55d7a7c0e3ac3
F www/lockingv3.tcl afcd22f0f063989cff2f4d57bbc38d719b4c6e75
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl f31330db8c978e675f5cd263067b32b822effa6f
-F www/oldnews.tcl 3cfc9685d9d25eb26a69c2ce979432b26d5ae75e
+F www/oldnews.tcl a4c1e52f500337565d020a4ce55c2671984c7d86
F www/omitted.tcl 7bd62b6f0f53b60c5360895b16b3af8407bbca03
F www/opcode.tcl e8c421fd2c70c503b25cedb3f9617a1f387ac7ea
F www/quickstart.tcl 4e97bef825e6a4153c43afb9f97235fc4da278ab
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
F www/version3.tcl 563ba3ac02f64da27ab17f3edbe8e56bfd0293fb
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P 982389b25d26201116fdfd390aa4b9964b5adf69
-R a445afa4ee22d0970e162e104688d0f4
+P 48b31540db5f0212a7e37e4833b760615afe13a3
+R 57e00a64fec64b6bc856aec68b6407c7
U drh
-Z c7a89af0952ba90c542c15f7c9130aa4
+Z 8f392c5cdced73fd13140c2e9f0d5003
-48b31540db5f0212a7e37e4833b760615afe13a3
\ No newline at end of file
+0b73b7a074896f45573e612992d08a22124fc485
\ No newline at end of file
puts "<DD><P><UL>$desc</UL></P></DD>"
}
+chng {2004 June 30 (3.0.2 beta)} {
+<li>The first beta release for SQLite 3.0.</li>
+}
+
chng {2004 June 22 (3.0.1 alpha)} {
<li><font color="red"><b>
*** Alpha Release - Research And Testing Use Only ***</b></font>
puts "<hr width=\"50%\">"
}
-newsitem {2004-Jun-25} {Website hacked} {
- The www.sqlite.org website was hacked because the lead SQLite developer
- failed to properly patch CVS. Some features of the website might be
- inaccessible or inoperative over the next several days as we rebuild
- the server from scratch. Please be patient.
-}
-
-newsitem {2004-Jun-18} {Version 3.0.0 (alpha) Released} {
- The first alpha release of SQLite version 3.0 is available for
- public review and comment. Version 3.0 enhances internationalization support
- through the use of UTF-16 and user-defined text collating sequences.
- BLOBs can now be stored directly, without encoding.
- A new file format results in databases that are 25% smaller (depending
- on content). The code is also a little faster. In spite of the many
- new features, the library footprint is still less than 240KB
- (x86, gcc -O1).
- <a href="version3.html">Additional information</a>.
+newsitem {2004-Jun-30} {Version 3.0.2 (beta) Released} {
+ The first beta release of SQLite version 3.0 is now available.
+ Version 3.0 adds support for internationalization and a new
+ more compact file format.
+ <a href="version3.html">Details.</a>
+ As of this release, the API and file format are frozen. All
+ regression tests pass (over 100000 tests) and the test suite
+ exercises over 95% of the code.
- Our intent is to freeze the file format and API on 2004-Jul-01.
- Users are encouraged to review and evaluate this alpha release carefully
- and submit any feedback prior to that date.
-
- The 2.8 series of SQLite will continue to be supported with bug
- fixes for the foreseeable future.
+ SQLite version 3.0 is made possible in part by AOL
+ developers supporting and embracing great Open-Source Software.
}
+
-newsitem {2004-Jun-09} {Version 2.8.14 Released} {
- SQLite version 2.8.14 is a patch release to the stable 2.8 series.
- There is no reason to upgrade if 2.8.13 is working ok for you.
- This is only a bug-fix release. Most developement effort is
- going into version 3.0.0 which is due out soon.
+newsitem {2004-Jun-25} {Website hacked} {
+ The www.sqlite.org website was hacked sometime around 2004-Jun-22
+ because the lead SQLite developer failed to properly patch CVS.
+ Evidence suggests that the attacker was unable to elevate privileges
+ above user "cvs". Nevertheless, as a precaution the entire website
+ has been reconstructed from scratch on a fresh machine. All services
+ should be back to normal as of 2004-Jun-28.
}
puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
-footer {$Id: index.tcl,v 1.89 2004/06/26 12:40:07 drh Exp $}
+footer {$Id: index.tcl,v 1.90 2004/06/30 22:35:07 drh Exp $}
puts "<hr width=\"50%\">"
}
+newsitem {2004-Jun-18} {Version 3.0.0 (alpha) Released} {
+ The first alpha release of SQLite version 3.0 is available for
+ public review and comment. Version 3.0 enhances internationalization support
+ through the use of UTF-16 and user-defined text collating sequences.
+ BLOBs can now be stored directly, without encoding.
+ A new file format results in databases that are 25% smaller (depending
+ on content). The code is also a little faster. In spite of the many
+ new features, the library footprint is still less than 240KB
+ (x86, gcc -O1).
+ <a href="version3.html">Additional information</a>.
+
+ Our intent is to freeze the file format and API on 2004-Jul-01.
+ Users are encouraged to review and evaluate this alpha release carefully
+ and submit any feedback prior to that date.
+
+ The 2.8 series of SQLite will continue to be supported with bug
+ fixes for the foreseeable future.
+}
+
+newsitem {2004-Jun-09} {Version 2.8.14 Released} {
+ SQLite version 2.8.14 is a patch release to the stable 2.8 series.
+ There is no reason to upgrade if 2.8.13 is working ok for you.
+ This is only a bug-fix release. Most developement effort is
+ going into version 3.0.0 which is due out soon.
+}
+
newsitem {2004-May-31} {CVS Access Temporarily Disabled} {
Anonymous access to the CVS repository will be suspended
for 2 weeks beginning on 2004-June-04. Everyone will still
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.1 2004/06/16 03:02:05 drh Exp $}
+footer {$Id: oldnews.tcl,v 1.2 2004/06/30 22:35:07 drh Exp $}