Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added version 1.8.0 to release information file |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ce1db26f9158c3329922b4b74c2d14be |
User & Date: | murphy 2016-01-01 15:30:40.027 |
Context
2016-04-21
| ||
07:36 | Some clarification in the documentation of show from iup-base check-in: 833e7a465c user: murphy tags: trunk | |
2016-01-01
| ||
15:30 | Added version 1.8.0 to release information file check-in: ce1db26f91 user: murphy tags: trunk | |
15:29 | Bumped egg version to 1.8.0 check-in: 80eadca25f user: murphy tags: trunk, v1.8.0 | |
Changes
Changes to chicken/iup.release-info.
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.7.0") (release "1.6.0") (release "1.5.0") (release "1.4.0") (release "1.3.0") (release "1.2.1") (release "1.2.0") | > | 1 2 3 4 5 6 7 8 9 10 11 12 | ;; -*- 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.8.0") (release "1.7.0") (release "1.6.0") (release "1.5.0") (release "1.4.0") (release "1.3.0") (release "1.2.1") (release "1.2.0") |
︙ | ︙ |