Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | TclTLS 1.7.15 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 | tls-1-7-15 |
Files: | files | file ages | folders |
SHA3-256: | 0f9a47f3b32869fbdbb9c91d7594065f0c571ea69f291e6e206940f39243f77d |
User & Date: | rkeene 2017-12-21 20:27:11 |
Context
2018-02-07
| ||
15:38 | Merged in changes from trunk check-in: aa700f94f2 user: rkeene tags: tls-1-7 | |
2017-12-21
| ||
20:27 | TclTLS 1.7.15 check-in: 0f9a47f3b3 user: rkeene tags: tls-1-7, tls-1-7-15 | |
20:26 | Merged in changes from trunk check-in: 57a047ac4b 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.14)
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.15)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE
|