Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the change log to include the previous commit. (CVS 508) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
81c4b749614cb0ca50bc52a3d4aac189 |
User & Date: | drh 2002-03-30 15:27:57.000 |
Context
2002-03-30
| ||
15:32 | Version 2.4.4 (CVS 509) (check-in: c4b6c0be00 user: drh tags: trunk) | |
15:27 | Update the change log to include the previous commit. (CVS 508) (check-in: 81c4b74961 user: drh tags: trunk) | |
15:26 | Fix for bug #3: Allow VIEW as a column name. Also allow COPY. (CVS 507) (check-in: d2bdc0feeb user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 Mar 24 (2.4.4)} { <li>Added support for CASE expressions (patch from Dan Kennedy)</li> <li>Added RPMS to the delivery (patches from Doug Henry)</li> <li>Fix typos in the documentation</li> <li>Cut over configuration management to a new CVS repository with its own CVSTrac bug tracking system.</li> } | > | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 Mar 24 (2.4.4)} { <li>Allow "VIEW" to be a column name</li> <li>Added support for CASE expressions (patch from Dan Kennedy)</li> <li>Added RPMS to the delivery (patches from Doug Henry)</li> <li>Fix typos in the documentation</li> <li>Cut over configuration management to a new CVS repository with its own CVSTrac bug tracking system.</li> } |
︙ | ︙ |