]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Put in the correct release date for version 3.3.3. (CVS 3045)
authordrh <drh@noemail.net>
Tue, 31 Jan 2006 16:20:50 +0000 (16:20 +0000)
committerdrh <drh@noemail.net>
Tue, 31 Jan 2006 16:20:50 +0000 (16:20 +0000)
FossilOrigin-Name: 1133a84039e6a81855445b5309b36136f0a7d149

manifest
manifest.uuid
www/changes.tcl
www/index.tcl

index 451feb4c449628ba581e55715329ca80d8e06d09..9136591eafdf3db7755ec7a73d5a67f964051d24 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\san\sproblem\sin\sthe\stest\sscripts\sthat\swas\sshow\sfalse\sfailures\sunder\nwindows.\s(CVS\s3044)
-D 2006-01-31T15:19:45
+C Put\sin\sthe\scorrect\srelease\sdate\sfor\sversion\s3.3.3.\s(CVS\s3045)
+D 2006-01-31T16:20:50
 F Makefile.in e936c6fc3134838318aa0335a85041e6da31f6ee
 F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -306,7 +306,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
 F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
 F www/capi3ref.tcl f5149a0115178d3ee07584c59a0c3ffd37dc0a66
-F www/changes.tcl f3266a359d7b11792d5702fe93d6098a4790aff0
+F www/changes.tcl c36d331b25a3b193845c05a6fa3f914899634940
 F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -325,7 +325,7 @@ F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
 F www/formatchng.tcl f4f5f32205c0a70d07784f7bf9ce33ed34bfcbf3
 F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
-F www/index.tcl 9335abd68250ebf55e8b6be2d4c53cbc503fdb81
+F www/index.tcl 9e31e3df4fe9385b24fb30086361c51a3ae486b5
 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
 F www/lang.tcl 3f7472e77a8257fb7c61a14e7607de3005b3fa2d
 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
@@ -349,7 +349,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 461f586973431438bb074aa3077f705e9b1b80da
-R 8a8d87eab3c72570754b9d0235917eb5
+P 0cf4e3c6e767cab7e145c50f1fa7097844ad5abc
+R d780f1bf3c13e6f86571526dac5e41a9
 U drh
-Z 94cbca4d87e9ca81c663c480614ee7f3
+Z 7011b141f9ae191683835793b5c7b069
index bae9ecb33a2641fc28902642dd3af62259a1fe05..f3dbe75655ab1d0bf65c4e19a14e689904fbe0ff 100644 (file)
@@ -1 +1 @@
-0cf4e3c6e767cab7e145c50f1fa7097844ad5abc
\ No newline at end of file
+1133a84039e6a81855445b5309b36136f0a7d149
\ No newline at end of file
index 4a04a6c7c10e069235933f23de74e42a1468ea9b..d220808be697478e1677bdbb9d1e205e7be57435 100644 (file)
@@ -25,8 +25,16 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
-chng {2006 January 30 (3.3.3 stable)} {
-<li>Minor bug fixes only.</li>
+chng {2006 January 31 (3.3.3)} {
+<li>Removed support for an ON CONFLICT clause on CREATE INDEX - it never
+worked correctly so this should not present any backward compatibility
+problems.</li>
+<li>Authorizer callback now notified of ALTER TABLE ADD COLUMN commands</li>
+<li>After any changes to the TEMP database schema, all prepared statements
+are invalidated and must be recreated using a new call to
+sqlite3_prepare()</li>
+<li>Other minor bug fixes in preparation for the first stable release
+of version 3.3</li>
 }
 
 chng {2006 January 24 (3.3.2 beta)} {
index a42e9607aeca4bc5c210f359ec5e5715efe779a6..ede85a0efe1684c9f10d27d51d7cb9f5c2e7d5a7 100644 (file)
@@ -66,7 +66,7 @@ proc newsitem {date title text} {
   puts "<hr width=\"50%\">"
 }
 
-newsitem {2006-Jan-30} {Version 3.3.3 stable} {
+newsitem {2006-Jan-31} {Version 3.3.3 stable} {
   There have been no major problems discovered in version 3.3.2, so
   we hereby declare the new APIs and language features to be stable
   and supported.
@@ -119,4 +119,4 @@ puts {
 <p align="right"><a href="oldnews.html">Old news...</a></p>
 </td></tr></table>
 }
-footer {$Id: index.tcl,v 1.133 2006/01/30 16:20:30 drh Exp $}
+footer {$Id: index.tcl,v 1.134 2006/01/31 16:20:50 drh Exp $}