From b19a2bc6036e680d4e7d995049be5dcba96cae7f Mon Sep 17 00:00:00 2001 From: drh Date: Sun, 16 Sep 2001 00:13:26 +0000 Subject: Disclaimed copyright. Preparing for release 2.0. (CVS 250) FossilOrigin-Name: 4e926efe2b59adfec4086eb1d2ba830238facb4c --- www/changes.tcl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'www/changes.tcl') diff --git a/www/changes.tcl b/www/changes.tcl index 17e373b21..679d19f0e 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -17,6 +17,17 @@ proc chng {date desc} { puts "

" } +chng {2001 Sep 15 (2.0.0)} { +
  • Initial release of version 2.0. The idea of renaming the library + to "SQLus" was abandoned in favor of keeping the "SQLite" name and + bumping the major version number.
  • +
  • The pager and btree subsystems added back. They are now the only + available backend.
  • +
  • The Dbbe abstraction and the GDBM and memory drivers were removed.
  • +
  • Copyright on all code was disclaimed. The library is now in the + public domain.
  • +} + chng {2001 Jul 23 (1.0.32)} {
  • Pager and btree subsystems removed. These will be used in a follow-on SQL server library named "SQLus".
  • -- cgit v1.2.3