Overview
Comment: | Update TclTLS HTML to include the version number of the release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 |
Files: | files | file ages | folders |
SHA1: |
6473e7ef292f88152f5601e952dc53f1 |
User & Date: | rkeene on 2016-12-08 04:01:37 |
Other Links: | branch diff | manifest | tags |
Context
2016-12-08
| ||
04:04 | Added Roy Keene to list of authors with new version noted check-in: 2724e0d4a6 user: rkeene tags: tls-1-7 | |
04:01 | Update TclTLS HTML to include the version number of the release check-in: 6473e7ef29 user: rkeene tags: tls-1-7 | |
04:01 | Updated header with a link to the homepage check-in: 41aaeb0607 user: rkeene tags: tls-1-7 | |
Changes
Modified build/makearch.info from [cbbf41f89e] to [f2c0aaf165].
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | # @@VERS@@ becomes the utility version # @@DATE@@ becomes the current date DOCS="README.txt ChangeLog" DOC_HDR="HEADER" # These files follow the same convention as DOCS, but don't have the header # tacked onto them. |
︙ |
Modified tls.htm from [2149609577] to [98bc92e98c].
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | <dd><strong>tls</strong> - binding to <strong>OpenSSL</strong> toolkit.</dd> </dl> </dd> <dd><a href="#SYNOPSIS">SYNOPSIS</a> </dd> <dd><dl> <dd><b>package require Tcl </b><em>?8.4?</em></dd> |
︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + | <p><strong>tls</strong> - binding to <strong>OpenSSL</strong> toolkit.</p> <h3><a name="SYNOPSIS">SYNOPSIS</a></h3> <p><b>package require Tcl 8.4</b><br> |
︙ |