Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 140) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9d72ceb44d325963ffdf5d247961519d |
User & Date: | drh 2000-08-22 13:43:29.000 |
Context
2000-08-22
| ||
13:47 | :-) (CVS 141) (check-in: 7ecc9c447b user: drh tags: trunk) | |
13:43 | :-) (CVS 140) (check-in: 9d72ceb44d user: drh tags: trunk) | |
13:40 | :-) (CVS 139) (check-in: 67e2da38c3 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 Aug 22 (Version 1.0.2)} { <li>In the sqlite shell, print the "Database opened READ ONLY" message to stderr instead of stdout.</li> } chng {2000 Aug 18 (Version 1.0.1)} { <li>Fix a bug in the configure script.</li> <li>Minor revisions to the website.</li> } | > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 Aug 22 (Version 1.0.2)} { <li>In the sqlite shell, print the "Database opened READ ONLY" message to stderr instead of stdout.</li> <li>In the sqlite shell, now print the version number on initial startup.</li> <li>Add the <b>sqlite_version[]</b> string constant to the library</li> } chng {2000 Aug 18 (Version 1.0.1)} { <li>Fix a bug in the configure script.</li> <li>Minor revisions to the website.</li> } |
︙ | ︙ |