Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Switched CHICKEN release information to meta file distribution |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1eae3b5da5a81441668bdd21457b88c6 |
User & Date: | murphy 2015-05-02 22:47:09.964 |
Context
2015-05-03
| ||
00:01 | Windows OLE embedding support check-in: 5f72a951c9 user: murphy tags: trunk, v1.5.0 | |
2015-05-02
| ||
22:47 | Switched CHICKEN release information to meta file distribution check-in: 1eae3b5da5 user: murphy tags: trunk | |
19:04 | Simplified CHICKEN release information file check-in: 02e8da5594 user: murphy tags: trunk | |
Changes
Changes to chicken/iup.release-info.
1 2 3 | ;; -*- mode: Scheme; -*- (repo fossil "http://chust.org/fossils/{egg-name}") | | | 1 2 3 4 5 6 7 8 9 10 11 | ;; -*- mode: Scheme; -*- (repo fossil "http://chust.org/fossils/{egg-name}") (uri meta-file "http://chust.org/fossils/{egg-name}/doc/v{egg-release}/chicken/{egg-name}.meta") (release "1.4.0") (release "1.3.0") (release "1.2.1") (release "1.2.0") (release "1.1.0") (uri meta-file "http://anonymous@code.call-cc.org/svn/chicken-eggs/release/4/{egg-name}/tags/{egg-release}/{egg-name}.meta" eggs) |
︙ | ︙ |