Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the changelog for release 3.4.0. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0a8c13265d77ea8bb19a75d5c7a82471 |
User & Date: | dan 2017-08-01 18:42:20.526 |
Context
2017-08-01
| ||
19:29 | Add a website option to search the changelog instead of the documentation. Do not add any changelog files to the documentation index. (check-in: 8f15082015 user: dan tags: trunk) | |
19:24 | Add a website option to search the changelog instead of the documentation. Do not add any changelog files to the documentation index. (Closed-Leaf check-in: 368f8fa51f user: dan tags: changelog-search) | |
18:42 | Fix a typo in the changelog for release 3.4.0. (check-in: 0a8c13265d user: dan tags: trunk) | |
13:28 | Version 3.20.0 (check-in: f5463fb0e6 user: drh tags: trunk, release, version-3.20.0) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
2982 2983 2984 2985 2986 2987 2988 | Incremental Vacuum</a>.</li> <li>Added the SQLITE_MIXED_ENDIAN_64BIT_FLOAT compile-time option to support ARM7 processors with goofy endianness.</li> <li>Removed all instances of sprintf() and strcpy() from the core library.</li> <li>Added support for [http://www.icu-project.org/ | International Components for Unicode (ICU)] to the full-text search extensions. | < < | 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 | Incremental Vacuum</a>.</li> <li>Added the SQLITE_MIXED_ENDIAN_64BIT_FLOAT compile-time option to support ARM7 processors with goofy endianness.</li> <li>Removed all instances of sprintf() and strcpy() from the core library.</li> <li>Added support for [http://www.icu-project.org/ | International Components for Unicode (ICU)] to the full-text search extensions. <li>In the Windows OS driver, reacquire a SHARED lock if an attempt to acquire an EXCLUSIVE lock fails. [Ticket #2354]</li> <li>Fix the REPLACE() function so that it returns NULL if the second argument is an empty string. [Ticket #2324].</li> <li>Document the hazards of type conversions in [sqlite3_column_blob()] and related APIs. Fix unnecessary type conversions. [Ticket #2321].</li> |
︙ | ︙ |