Overview
Comment: | Changed version to 1.7011 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.70 | v1.7011 |
Files: | files | file ages | folders |
SHA1: |
90c94db3735b4d2586fbb1621f3f386d |
User & Date: | mmgraham on 2022-12-27 12:20:16 |
Other Links: | branch diff | manifest | tags |
Context
2023-01-20
| ||
16:49 | Fixed calls to dbfile:cautious-open-database to correct arguments types of sync-mode and journal-mode. (optional -> non-optional) check-in: 759f18e4d9 user: mmgraham tags: v1.70 | |
2022-12-27
| ||
12:20 | Changed version to 1.7011 check-in: 90c94db373 user: mmgraham tags: v1.70, v1.7011 | |
2022-12-24
| ||
00:08 | added in the wal and shm file times when deciding whether to sync check-in: 46be9f0c6f user: mmgraham tags: v1.70 | |
Changes
Modified megatest-version.scm from [1aac8cc071] to [4c5d00aa0d].
︙ | ︙ | |||
16 17 18 19 20 21 22 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. ;; (declare (unit megatest-version)) | | | 16 17 18 19 20 21 22 23 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. ;; (declare (unit megatest-version)) (define megatest-version 1.7011) |