Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated release information with new tag |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | chicken-5 |
Files: | files | file ages | folders |
SHA3-256: |
c78ad828e22f22cb2588093e046dcb43 |
User & Date: | murphy 2019-05-12 21:57:33.108 |
Context
2019-12-12
| ||
20:52 | CHICKEN 5.1 build tweaks check-in: 2ba9698c3a user: murphy tags: v1.0.5, chicken-5 | |
2019-05-12
| ||
21:57 | Updated release information with new tag check-in: c78ad828e2 user: murphy tags: chicken-5 | |
21:53 | Added netinet/in header for BSD compatibility check-in: a44b02628c user: murphy tags: v1.0.4, chicken-5 | |
Changes
Changes to address-info.release-info.
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.0.3") (release "1.0.2") ;; vim: set ai et ts=4 sts=2 sw=2 ft=scheme: ;; | > | 1 2 3 4 5 6 7 8 | (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.0.4") (release "1.0.3") (release "1.0.2") ;; vim: set ai et ts=4 sts=2 sw=2 ft=scheme: ;; |