Overview
Comment: | Updated version to 1.65/34 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6534 |
Files: | files | file ages | folders |
SHA1: |
ffaeb9b69270c01c528394cb080e2ba8 |
User & Date: | jmoon18 on 2019-08-23 14:15:40 |
Other Links: | branch diff | manifest | tags |
Context
2019-08-26
| ||
09:04 | Merged from v1.65 check-in: fa40fa1fd0 user: mrwellan tags: v1.65-code-cleanup | |
2019-08-25
| ||
21:26 | added initial version of api unit tests. check-in: 2e84f80306 user: mmgraham tags: v1.65 | |
2019-08-23
| ||
14:15 | Updated version to 1.65/34 check-in: ffaeb9b692 user: jmoon18 tags: v1.65, v1.6534 | |
12:52 | Added exception handler around file open for lock files to fix the server-start.lock check-in: ec5345e6ec user: jmoon18 tags: v1.65 | |
Changes
Modified megatest-version.scm from [b1fc3a8220] to [68f6877d02].
︙ | ︙ | |||
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.6534) |