Index: VERSION ================================================================== --- VERSION +++ VERSION @@ -1,1 +1,1 @@ -3.2.4 +3.2.5 Index: www/changes.tcl ================================================================== --- www/changes.tcl +++ www/changes.tcl @@ -22,10 +22,21 @@ puts "" } puts "
$date
" puts "

" } + +chng {2005 August 25 (3.2.5)} { +
  • Fix a bug effecting DELETE and UPDATE statements that changed +more than 40960 rows.
  • +
  • Change the makefile so that it no longer requires GNUmake extensions
  • +
  • Fix the --enable-threadsafe option on the configure script
  • +
  • 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
  • +
  • The PRAGMA synchronous=off statement now disables syncing of the +master journal file in addition to the normal rollback journals
  • +} chng {2005 August 24 (3.2.4)} {
  • Fix a bug introduced in the previous release that can cause a segfault while generating code for complex WHERE clauses.
  • Index: www/index.tcl ================================================================== --- www/index.tcl +++ www/index.tcl @@ -5,14 +5,17 @@

    About SQLite

    +
    + + +
    SQLite is a small C library that implements a self-contained, embeddable, -zero-configuration, -award-winning +zero-configuration SQL database engine. Features include:

      @@ -60,10 +63,15 @@ puts "

      $date - $title

      " regsub -all "\n( *\n)+" $text "

      \n\n

      " txt puts "

      $txt

      " puts "
      " } + +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. } @@ -75,48 +83,16 @@ change log for additional information. } newsitem {2005-Aug-2} {2005 Open Source Award for SQLite} { -
      - - -
      SQLite and its primary author D. Richard Hipp have been honored with a 2005 Open Source Award from Google and O'Reilly.
      } -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 - ALTER TABLE ADD COLUMN - command. -} - -newsitem {2005-Mar-21} {Version 3.2.0} { - The primary purpose for version 3.2.0 is to add support for - ALTER TABLE ADD COLUMN. - 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 - Ticket #1171 - for details. Upgrading is recommended for all users. -} - puts {

      Old news...

    } -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 $} Index: www/oldnews.tcl ================================================================== --- www/oldnews.tcl +++ www/oldnews.tcl @@ -6,10 +6,38 @@ puts "

    $date - $title

    " regsub -all "\n( *\n)+" $text "

    \n\n

    " txt puts "

    $txt

    " puts "
    " } + +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 +
    ALTER TABLE ADD COLUMN + command. +} + +newsitem {2005-Mar-21} {Version 3.2.0} { + The primary purpose for version 3.2.0 is to add support for + ALTER TABLE ADD COLUMN. + 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 + Ticket #1171 + 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 introduced in version 3.0.0. See @@ -219,6 +247,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.12 2005/08/21 18:40:21 drh Exp $} +footer {$Id: oldnews.tcl,v 1.13 2005/08/27 17:06:16 drh Exp $}