Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Couple of last-minute changes before 2.8.0. (CVS 871) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8192c937d524fef703d7ba2eb608c3d7 |
User & Date: | drh 2003-02-16 22:48:13.000 |
Context
2003-02-16
| ||
22:49 | Version 2.8.0 (CVS 870) (check-in: 5db98b3f40 user: drh tags: trunk) | |
22:48 | Couple of last-minute changes before 2.8.0. (CVS 871) (check-in: 8192c937d5 user: drh tags: trunk) | |
22:36 | Update the speed comparison documentation to show the improved performance of PostgreSQL after performance tuning. (CVS 869) (check-in: 73c904e57a user: drh tags: trunk) | |
Changes
Changes to publish.sh.
︙ | ︙ | |||
111 112 113 114 115 116 117 118 119 120 121 122 123 124 | sqlite_set_result_double sqlite_set_result_error sqliteMalloc sqliteFree sqliteRealloc sqlite_set_authorizer sqlite_trace END_OF_FILE i386-mingw32msvc-dllwrap \ --def sqlite.def -v --export-all \ --driver-name i386-mingw32msvc-gcc \ --dlltool-name i386-mingw32msvc-dlltool \ --as i386-mingw32msvc-as \ --target i386-mingw32 \ | > > > | 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | sqlite_set_result_double sqlite_set_result_error sqliteMalloc sqliteFree sqliteRealloc sqlite_set_authorizer sqlite_trace sqlite_compile sqlite_step sqlite_finalize END_OF_FILE i386-mingw32msvc-dllwrap \ --def sqlite.def -v --export-all \ --driver-name i386-mingw32msvc-gcc \ --dlltool-name i386-mingw32msvc-dlltool \ --as i386-mingw32msvc-as \ --target i386-mingw32 \ |
︙ | ︙ |
Changes to www/changes.tcl.
︙ | ︙ | |||
21 22 23 24 25 26 27 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } | | | 21 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 {2003 Feb 16 (2.8.0)} { <li>Modified the journal file format to make it more resistant to corruption that can occur after an OS crash or power failure.</li> <li>Added a new C/C++ API that does not use callback for returning data.</li> } chng {2003 Jan 25 (2.7.6)} { <li>Performance improvements. The library is now much faster.</li> |
︙ | ︙ |