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 "$desc
About SQLite+
$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} { -
} -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 { |
" txt puts "
$txt
" puts "