From: drh Date: Thu, 22 Jul 2004 15:47:28 +0000 (+0000) Subject: Update VERSION and changes.html in preparation for the next release. (CVS 1848) X-Git-Tag: version-3.6.10~4290 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8c3a210220640e7174af2c36e8de6416894ef9f;p=thirdparty%2Fsqlite.git Update VERSION and changes.html in preparation for the next release. (CVS 1848) FossilOrigin-Name: 428f80239e68671a258ed3d1a00f42b32e4ea0c9 --- diff --git a/VERSION b/VERSION index b502146930..75a22a26ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.2 +3.0.3 diff --git a/manifest b/manifest index 3d12d40b2a..e583ef7b91 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Change\ssqlite*\sto\ssqlite3*\sin\sthe\sAPI\sreference\sfor\sversion\s3.0.\s\sTicket\s#818.\s(CVS\s1847) -D 2004-07-22T15:45:16 +C Update\sVERSION\sand\schanges.html\sin\spreparation\sfor\sthe\snext\srelease.\s(CVS\s1848) +D 2004-07-22T15:47:29 F Makefile.in 4a5e570a9e2d35b09c31b3cf01b78cea764ade4b F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd -F VERSION 5ba9a6a95b66f82d3ceaaf701250b651e9e81e4c +F VERSION 6e1ede19450b84116bd516ff9032b2898d67c8a7 F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2 F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b @@ -207,7 +207,7 @@ F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0 F www/c_interface.tcl 2176519fc2bd2d2cf6fe74fd806fc2d8362de2c8 F www/capi3.tcl 5c1cb163f4d2a54e2d0e22dcc399dd71245c8b89 F www/capi3ref.tcl 46283326edfd0de9e6bb5425b54dc1624b8bef27 -F www/changes.tcl 536d9919db834ad545dc8c3820105e613b092394 +F www/changes.tcl e55782af3a75bbfc8bc51909a2e607fbe3d87353 F www/common.tcl f786e6be86fb2627ceb30e770e9efa83b9c67a3a F www/conflict.tcl fb8a2ba83746c7fdfd9e52fa7f6aaf5c422b8246 F www/copyright-release.html 294e011760c439c44951a6bfecd4c81a1ae359e8 @@ -237,7 +237,7 @@ F www/tclsqlite.tcl 06a86cba4d7fc88e2bcd633b57702d3d16abebb5 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 -P b0a3becd82b9a4203c23f35dc5a5fd725e046f21 -R 74c276ef36213e7e0bc4f0be6b04c77d +P 7c96daddb6b857f904f0ea72d6bad21ab7dc3f16 +R f558b644dbbbefc6121213a8be1b65fb U drh -Z 5c259fcbe72343cb4ce9c645114e26cb +Z d656781442d2f62f70a7f4d905db0f32 diff --git a/manifest.uuid b/manifest.uuid index 2f7fb449c6..f250341c06 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -7c96daddb6b857f904f0ea72d6bad21ab7dc3f16 \ No newline at end of file +428f80239e68671a258ed3d1a00f42b32e4ea0c9 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index 7fcd9ed6e1..5bf5cfaa44 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -21,6 +21,13 @@ proc chng {date desc} { puts "

" } +chng {2004 July 22 (3.0.3 beta)} { +
  • The second beta release for SQLite 3.0.
  • +
  • Add support for "PRAGMA page_size" to adjust the page size of +the database.
  • +
  • Various bug fixes and documentation updates.
  • +} + chng {2004 June 30 (3.0.2 beta)} {
  • The first beta release for SQLite 3.0.
  • }