Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Additional tweaks for 7.8 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 2128935dd5cb89553b7f4b693711469dc0fcefc5 |
User & Date: | kevin 2017-12-05 03:23:11 |
Context
2017-12-05
| ||
03:23 | Additional tweaks for 7.8 check-in: 7fb0c4cdcd user: kevin tags: trunk | |
03:23 | Additional tweaks for 7.8 check-in: 2128935dd5 user: kevin tags: trunk | |
2017-12-04
| ||
03:31 | Revbump to 7.8 check-in: 9b73aef2f4 user: kevin tags: trunk | |
Changes
Changes to libs/portauthority/pkgIndex.tcl.
1 2 3 |
package ifneeded portauthority 7.7 [list source [file join $dir portauthority.tcl]]
|
| |
1 2 3 |
package ifneeded portauthority 7.8 [list source [file join $dir portauthority.tcl]]
|
Changes to libs/portauthority/portauthority.tcl.
1 2 3 4 |
package provide portauthority 7.7
source [file join [file dirname [info script]] portauthority-main.tcl]
|
| |
1 2 3 4 |
package provide portauthority 7.8
source [file join [file dirname [info script]] portauthority-main.tcl]
|