Overview
| Comment: | Web interface fix: TclCurl is not in 0.11.0 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
6352ceb86151155f813c1e3f0baace20 |
| User & Date: | rkeene on 2019-02-04 15:04:38 |
| Other Links: | manifest | tags |
Context
|
2019-02-28
| ||
| 06:47 | Improve web interface check-in: 06c059eb4a user: rkeene tags: trunk | |
|
2019-02-04
| ||
| 15:04 | Web interface fix: TclCurl is not in 0.11.0 check-in: 6352ceb861 user: rkeene tags: trunk | |
| 14:55 | Made KitCreator web interface able to disable options based on KitCreator version check-in: 92177746f4 user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [d37f77e079] to [f3437e4a72].
| ︙ | ︙ | |||
112 113 114 115 116 117 118 |
platform win32 {package_tuapi}
platform win64 {package_tuapi}
kitcreator_version <0.8.0 {package_dbus package_tls staticlibssl buildlibssl}
kitcreator_version <0.9.0 {package_tcc4tcl}
kitcreator_version <0.9.2 {package_tcllib package_tclx package_udp package_yajltcl}
kitcreator_version <0.9.3 {package_nsf}
kitcreator_version <0.10.0 {package_tdom package_tuapi}
| | | | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
platform win32 {package_tuapi}
platform win64 {package_tuapi}
kitcreator_version <0.8.0 {package_dbus package_tls staticlibssl buildlibssl}
kitcreator_version <0.9.0 {package_tcc4tcl}
kitcreator_version <0.9.2 {package_tcllib package_tclx package_udp package_yajltcl}
kitcreator_version <0.9.3 {package_nsf}
kitcreator_version <0.10.0 {package_tdom package_tuapi}
kitcreator_version <0.11.0 {package_lmdb}
kitcreator_version <trunk {package_tclcurl package_duktape}
}
set specific {
platform win32 file icon {Kit Icon}
platform win32 text description {Description}
platform win64 file icon {Kit Icon}
platform win64 text description {Description}
|
| ︙ | ︙ |