Changes In Branch v1.6577 Excluding Merge-Ins
This is equivalent to a diff from 7b3c883ad4 to 76129d203b
2020-12-31
| ||
11:17 | fix to sretrive to get hidden files check-in: 613b0cc331 user: pjhatwal tags: v1.65-logintest | |
2020-11-05
| ||
16:14 | Updated megatest version to 1.6577 Leaf check-in: 76129d203b user: mmgraham tags: v1.6577 | |
2020-11-02
| ||
19:25 | Merged adjutant check-in: 13eebe5d38 user: mrwellan tags: v1.65 | |
17:04 | Merged archive fixes to v1.65 main. check-in: 7b3c883ad4 user: mrwellan tags: v1.65 | |
15:20 | Merged run removal fix check-in: 9ccc81e58b user: mrwellan tags: v1.65 | |
2020-10-26
| ||
13:16 | cherrypicked from 1.65-archive Leaf check-in: d891fc7b0e user: pjhatwal tags: 1.65-archive2 | |
Modified megatest-version.scm from [dac6450921] to [5fd5ebf7f8].
︙ | ︙ | |||
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.6577) |