Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor changes prior to 2.1.4 (CVS 324) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2fb22adbd15740d5e1581d4114cdf514 |
User & Date: | drh 2001-12-05 00:46:03.000 |
Context
2001-12-05
| ||
01:00 | Version 2.1.4 (CVS 457) (check-in: 121c522e67 user: drh tags: trunk) | |
00:46 | Minor changes prior to 2.1.4 (CVS 324) (check-in: 2fb22adbd1 user: drh tags: trunk) | |
00:22 | Version 2.1.4 (CVS 323) (check-in: 003f967e87 user: drh tags: trunk) | |
Changes
Changes to Makefile.template.
︙ | ︙ | |||
88 89 90 91 92 93 94 | # #READLINE_FLAGS = READLINE_FLAGS = -DHAVE_READLINE=1 -I/usr/include/readline #### Linker options needed by programs using readline() must link against. # #LIBREADLINE = | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | # #READLINE_FLAGS = READLINE_FLAGS = -DHAVE_READLINE=1 -I/usr/include/readline #### Linker options needed by programs using readline() must link against. # #LIBREADLINE = LIBREADLINE = -static -lreadline -ltermcap #### Should the database engine assume text is coded as UTF-8 or iso8859? # # ENCODING = UTF8 ENCODING = ISO8859 # You should not have to change anything below this line |
︙ | ︙ |
Changes to www/changes.tcl.
︙ | ︙ | |||
14 15 16 17 18 19 20 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2001 Dec 4 (2.1.4)} { | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2001 Dec 4 (2.1.4)} { <li>Sometimes <b>sqlite_exec()</b> would return SQLITE_PROTOCOL when it should have returned SQLITE_BUSY.</li> <li>The fix to the previous bug uncovered a deadlock which was also fixed.</li> <li>Add the ability to put a single .command in the second argument of the sqlite shell</li> <li>Updates to the FAQ</li> } |
︙ | ︙ |