Index: www/index.tcl
==================================================================
--- www/index.tcl
+++ www/index.tcl
@@ -59,18 +59,26 @@
regsub -all "\n( *\n)+" $text "
\n\n" txt
puts "
$txt
"
puts "
"
}
-newsitem {2005-Feb-01} {Version 3.1.1 (beta) Released} {
- Version 3.1.1 (beta) is now available on the
- website. Verison 3.1.1 is fully backwards compatible with the 3.0 series
- and features many new features including Autovacuum and correlated
- subqueries. The
- release notes
- From version 3.1.0 apply equally to this release beta. A stable release
- is expected within a couple of weeks.
+newsitem {2005-Feb-15} {Versions 2.8.16 and 3.1.2 Released} {
+ A critical bug in the VACUUM command that can lead to database
+ corruption has been fixed in both the 2.x branch and the main
+ 3.x line. This bug has existed in all prior versions of SQLite.
+ Even though it is unlikely you will ever encounter this bug,
+ it is suggested that all users upgrade. See
+
+ ticket #1116. for additional information.
+
+ Version 3.1.2 is also the first stable release of the 3.1
+ series. SQLite 3.1 features added support for correlated
+ subqueries, autovacuum, autoincrement, ALTER TABLE, and
+ other enhancements. See the
+ release notes
+ for version 3.1.0 for a detailed description of the
+ changes available in the 3.1 series.
}
newsitem {2004-Nov-09} {SQLite at the 2004 International PHP Conference} {
There was a talk on the architecture of SQLite and how to optimize
SQLite queries at the 2004 International PHP Conference in Frankfurt,
@@ -87,20 +95,12 @@
New Orleans. Visit
http://www.tcl.tk/ for details.
Slides from the talk are available.
}
-
-newsitem {2004-Jly-22} {Version 2.8.15} {
- SQLite version 2.8.15 is a maintenance release for the version 2.8
- series. Version 2.8 continues to be maintained with bug fixes, but
- no new features will be added to version 2.8. All the changes in
- this release are minor. If you are not having problems, there is
- there is no reason to upgrade.
-}
puts {
Old news...
}
-footer {$Id: index.tcl,v 1.105 2005/02/03 00:29:47 drh Exp $}
+footer {$Id: index.tcl,v 1.106 2005/02/15 12:51:16 drh Exp $}
Index: www/oldnews.tcl
==================================================================
--- www/oldnews.tcl
+++ www/oldnews.tcl
@@ -6,10 +6,20 @@
puts "$date - $title
"
regsub -all "\n( *\n)+" $text "\n\n" txt
puts "
$txt
"
puts "
"
}
+
+newsitem {2005-Feb-01} {Version 3.1.1 (beta) Released} {
+ Version 3.1.1 (beta) is now available on the
+ website. Verison 3.1.1 is fully backwards compatible with the 3.0 series
+ and features many new features including Autovacuum and correlated
+ subqueries. The
+ release notes
+ From version 3.1.0 apply equally to this release beta. A stable release
+ is expected within a couple of weeks.
+}
newsitem {2005-Jan-21} {Version 3.1.0 (alpha) Released} {
Version 3.1.0 (alpha) is now available on the
website. Verison 3.1.0 is fully backwards compatible with the 3.0 series
and features many new features including Autovacuum and correlated
@@ -70,10 +80,18 @@
exercises over 95% of the code.
SQLite version 3.0 is made possible in part by AOL
developers supporting and embracing great Open-Source Software.
}
+
+newsitem {2004-Jly-22} {Version 2.8.15} {
+ SQLite version 2.8.15 is a maintenance release for the version 2.8
+ series. Version 2.8 continues to be maintained with bug fixes, but
+ no new features will be added to version 2.8. All the changes in
+ this release are minor. If you are not having problems, there is
+ there is no reason to upgrade.
+}
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.
@@ -139,6 +157,6 @@
The first beta is schedule for release on 2004-July-01.
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.9 2005/02/03 00:29:48 drh Exp $}
+footer {$Id: oldnews.tcl,v 1.10 2005/02/15 12:51:16 drh Exp $}