Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | TclTLS 1.7.17 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 | tls-1-7-17 |
Files: | files | file ages | folders |
SHA3-256: | a598aa8a6bd8094ac6fd4285421bbb8268cb54ad8bdf9602a38af7959c4f6523 |
User & Date: | rkeene 2019-04-09 17:57:24 |
Context
2019-04-25
| ||
16:51 | Merged in changes from trunk check-in: a64e691ada user: rkeene tags: tls-1-7 | |
2019-04-09
| ||
17:57 | TclTLS 1.7.17 check-in: a598aa8a6b user: rkeene tags: tls-1-7, tls-1-7-17 | |
17:56 | Merged in changes from trunk check-in: 03a182febb user: rkeene tags: tls-1-7 | |
Changes
Changes to configure.ac.
1 2 3 4 5 6 7 8 9 |
dnl Define ourselves
AC_INIT(tcltls, 1.7.16)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE
|
| |
1 2 3 4 5 6 7 8 9 |
dnl Define ourselves
AC_INIT(tcltls, 1.7.17)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE
|