]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update the homepage prior to releases 2.8.16 and 3.1.2. (CVS 2333)
authordrh <drh@noemail.net>
Tue, 15 Feb 2005 12:51:16 +0000 (12:51 +0000)
committerdrh <drh@noemail.net>
Tue, 15 Feb 2005 12:51:16 +0000 (12:51 +0000)
FossilOrigin-Name: 603bbe47ddb14105da6a3435ff8f7c6c6f1929a1

manifest
manifest.uuid
www/index.tcl
www/oldnews.tcl

index 37e083d78c1e9208e9c1defb1e078f634f1cf38c..c75ec31c22c970b66f27bc68dda4d7f91b5f9a75 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Ensure\sa\sdatabase\sfile\sis\snot\struncated\swithout\san\sexclusive\slock.\r\nFix\sfor\sticket\s#1114.\s(CVS\s2332)
-D 2005-02-15T03:38:06
+C Update\sthe\shomepage\sprior\sto\sreleases\s2.8.16\sand\s3.1.2.\s(CVS\s2333)
+D 2005-02-15T12:51:16
 F Makefile.in d928187101fa3d78426cf48ca30e39d0fb714e57
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@@ -253,12 +253,12 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 1e348dec52dc0f21f4216fd6918c69c56daa4cfd
 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
 F www/formatchng.tcl bfbf14dbf5181e771d06da7797767b0200b36d8a
-F www/index.tcl 8cd6d913cccfbd8d46e9b1310fb329fdfbf6053a
+F www/index.tcl e04bbdb51ade47d8da32580e9cfcbaa2c17649a9
 F www/lang.tcl fad1d8d12b6c4e5185d9ca12c31c5cf7309b615c
 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
 F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
-F www/oldnews.tcl 5cd036f0c76e4ba3111f153a4ff4c9e5e34b6038
+F www/oldnews.tcl 1e4c67ca29b4d9621fca846e75702dd9ae9c9868
 F www/omitted.tcl 9f332aea97b47ec53234f4cd9aa4b4a6da8641ec
 F www/opcode.tcl dafa030a5a3cc24a2f9fd4cfbfb7d7323d2151b0
 F www/optimizing.tcl f0b2538988d1bbad16cbfe63ec6e8f48c9eb04e5
@@ -271,7 +271,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
-P 8514a4feb2a86e93c4251c491d394e861bb65edb
-R 68447a9e1a1587fdc5cb563c6b34ab1f
-U danielk1977
-Z 2caaa7f8c9b8fb759f5bcfb478549a3f
+P dcbc983355d3207615b52b0724405a024a1a5955
+R 172c191a1ce473af2b8dc5daebe6e1c8
+U drh
+Z 7beb827665e6158964bed98a27aa81d2
index 3ef30be8bca581632555c9f7eceb17ea0a798477..fc1d1f5491adf2de8b4a3657cdd80a8145c9b810 100644 (file)
@@ -1 +1 @@
-dcbc983355d3207615b52b0724405a024a1a5955
\ No newline at end of file
+603bbe47ddb14105da6a3435ff8f7c6c6f1929a1
\ No newline at end of file
index 8473c6a7ff18e870deb85551b8a73caab2059b2c..0d040510176d3523ddef3826afc76191a7a0d4ef 100644 (file)
@@ -61,14 +61,22 @@ proc newsitem {date title text} {
   puts "<hr width=\"50%\">"
 }
 
-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
-  <a href="http://www.sqlite.org/releasenotes310.html">release notes</a>
-  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
+  <a href="http://www.sqlite.org/cvstrac/tktview?tn=1116">
+  ticket #1116</a>. 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 
+  <a href="www.sqlite.org/releasenotes310.html">release notes
+  for version 3.1.0</a> for a detailed description of the
+  changes available in the 3.1 series.
 }
 
 newsitem {2004-Nov-09} {SQLite at the 2004 International PHP Conference} {
@@ -89,18 +97,10 @@ Annual Tcl/Tk Conference} {
   <a href="http://www.sqlite.org/tclconf2004/page-001.html">
   Slides</a> 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 {
 <p align="right"><a href="oldnews.html">Old news...</a></p>
 </td></tr></table>
 }
-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 c81dc57b89945639dcd28bda560966cd448b514e..406a11da3a2ee95c041eb86bc9448e9bc7aa1182 100644 (file)
@@ -9,6 +9,16 @@ proc newsitem {date title text} {
   puts "<hr width=\"50%\">"
 }
 
+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
+  <a href="http://www.sqlite.org/releasenotes310.html">release notes</a>
+  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
@@ -73,6 +83,14 @@ newsitem {2004-July-22} {Version 3.0.3 (beta)} {
   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
@@ -141,4 +159,4 @@ newsitem {2004-Apr-23} {Work Begins On SQLite Version 3} {
   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 $}