Overview
Comment: | Changed version to 1.8006 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 |
Files: | files | file ages | folders |
SHA1: |
302c2637e51ba46c4cc4b91771af0de5 |
User & Date: | mmgraham on 2023-01-18 18:34:21 |
Other Links: | branch diff | manifest | tags |
Context
2023-01-18
| ||
22:11 | Pulled in two needed fixes. check-in: 3936bce446 user: matt tags: v1.80 | |
18:34 | Changed version to 1.8006 check-in: 302c2637e5 user: mmgraham tags: v1.80 | |
18:21 |
Normalize toppath for /tmp db area to address weird csh /home/matt/data/megatest vs. pwd.
Get DEADs after a while. There is a crash related to connection handling. check-in: e2a27caa33 user: matt tags: v1.80 | |
Changes
Modified megatest-version.scm from [03e9180425] to [3807044849].
︙ | ︙ | |||
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.8006) |