Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated release information file |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | chicken-5 |
Files: | files | file ages | folders |
SHA3-256: |
d7c35dde69bcdb667369d9a01f445f01 |
User & Date: | murphy 2019-05-05 11:26:46.093 |
Context
2019-06-10
| ||
16:58 | CHICKEN 5.1.0 compatibility patch check-in: aecea93a9f user: murphy tags: chicken-5, v1.2.2 | |
2019-05-05
| ||
11:26 | Updated release information file check-in: d7c35dde69 user: murphy tags: chicken-5 | |
11:21 | CHICKEN 5.0.2 compatibility patch (thanks to Peter Bex for spotting this) check-in: 934690e320 user: murphy tags: chicken-5, v1.2.1 | |
Changes
Changes to protobuf.release-info.
1 2 3 4 5 6 | (repo fossil "https://chust.org/repos/chicken-{egg-name}") (uri targz "https://chust.org/repos/chicken-{egg-name}/tarball/{egg-name}.tar.gz?uuid=v{egg-release}") (release "1.2.0") ;; vim: set ai et ts=8 sts=2 sw=2 ft=scheme: ;; | > | 1 2 3 4 5 6 7 | (repo fossil "https://chust.org/repos/chicken-{egg-name}") (uri targz "https://chust.org/repos/chicken-{egg-name}/tarball/{egg-name}.tar.gz?uuid=v{egg-release}") (release "1.2.1") (release "1.2.0") ;; vim: set ai et ts=8 sts=2 sw=2 ft=scheme: ;; |