Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update chronology.in and changes.in with the correct release hashes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
143301243408b6102cf4cf15fedc2e1c |
User & Date: | drh 2019-10-04 15:08:02.548 |
Context
2019-10-06
| ||
15:33 | Update the speed-and-size spreadsheet with 3.30.0 data. (check-in: 7a74244235 user: drh tags: trunk) | |
2019-10-04
| ||
15:08 | Update chronology.in and changes.in with the correct release hashes. (check-in: 1433012434 user: drh tags: trunk) | |
14:58 | Add a News entry for 3.30.0. Set the release date. (check-in: 0cbc8d6315 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 | <li> Added the [TCL Interface] [config method] in order to be able to disable [SQLITE_DBCONFIG_ENABLE_VIEW] as well as control other [sqlite3_db_config()] options from TCL. <li> Added the [SQLITE_DIRECTONLY] flag for [application-defined SQL functions] to prevent those functions from being used inside triggers and views. <li> The legacy [SQLITE_ENABLE_STAT3] compile-time option is now a no-op. } chng {2019-07-10 (3.29.0)} { <li> Added the [SQLITE_DBCONFIG_DQS_DML] and [SQLITE_DBCONFIG_DQS_DDL] actions to [sqlite3_db_config()] for activating and deactivating the [double-quoted string literal] misfeature. Both default to "on" for legacy compatibility, but developers are encouraged to turn them | > > > | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | <li> Added the [TCL Interface] [config method] in order to be able to disable [SQLITE_DBCONFIG_ENABLE_VIEW] as well as control other [sqlite3_db_config()] options from TCL. <li> Added the [SQLITE_DIRECTONLY] flag for [application-defined SQL functions] to prevent those functions from being used inside triggers and views. <li> The legacy [SQLITE_ENABLE_STAT3] compile-time option is now a no-op. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: 2019-10-04 15:03:17 c20a35336432025445f9f7e289d0cc3e4003fb17f45a4ce74c6269c407c6e09f <li>SHA3-256 for sqlite3.c: f04393dd47205a4ee2b98ff737dc51a3fdbcc14c055b88d58f5b27d0672158f5 } chng {2019-07-10 (3.29.0)} { <li> Added the [SQLITE_DBCONFIG_DQS_DML] and [SQLITE_DBCONFIG_DQS_DDL] actions to [sqlite3_db_config()] for activating and deactivating the [double-quoted string literal] misfeature. Both default to "on" for legacy compatibility, but developers are encouraged to turn them |
︙ | ︙ |
Changes to pages/chronology.in.
︙ | ︙ | |||
24 25 26 27 28 29 30 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { | | | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { c20a353364|2019-10-04|Version 3.30.0 fc82b73eaa|2019-07-10|Version 3.29.0 884b4b7e50|2019-04-16|Version 3.28.0 bd49a8271d|2019-02-25|Version 3.27.2 0eca3dd3d3|2019-02-08|Version 3.27.1 97744701c3|2019-02-07|Version 3.27.0 bf8c1b2b7a|2018-12-01|Version 3.26.0 89e099fbe5|2018-11-05|Version 3.25.3 |
︙ | ︙ |