Overview
Comment: | Load management issues addressed. Full stack PASS in ext-tests. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6539 |
Files: | files | file ages | folders |
SHA1: |
9b45090ffbfdaa2b89d848b421a48b2d |
User & Date: | mrwellan on 2019-12-26 11:13:03 |
Other Links: | branch diff | manifest | tags |
Context
2020-01-02
| ||
22:41 | merged back changes from v1.70, from ad3f2 and 7cb6cc on 12-11 in run:test check-in: 201844bfaf user: mmgraham tags: v1.65, v1.6539 | |
2019-12-26
| ||
11:13 | Load management issues addressed. Full stack PASS in ext-tests. check-in: 9b45090ffb user: mrwellan tags: v1.65, v1.6539 | |
2019-12-25
| ||
21:16 | wip check-in: e313d518c5 user: matt tags: v1.65 | |
Changes
Modified megatest-version.scm from [3dd6b10f75] to [4e236b7f97].
︙ | ︙ | |||
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.6539) |