Overview
Comment: | CACKey 0.7.12 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.7.12 |
Files: | files | file ages | folders |
SHA1: | 1b3cf11b1b0b6679e1215360167d24c38c097379 |
User & Date: | rkeene on 2021-11-03 10:46:15 |
Other Links: | manifest | tags |
Context
2022-03-13
| ||
20:14 | Ignore listing errors in JS-SSH agent check-in: b9b289bb1f user: rkeene tags: trunk | |
2021-11-03
| ||
10:46 | CACKey 0.7.12 check-in: 1b3cf11b1b user: rkeene tags: trunk, 0.7.12 | |
2021-11-02
| ||
22:56 | Improve fetching large certificates check-in: dfc8252148 user: roykeene tags: trunk | |
Changes
Modified configure.ac from [84fee51337] to [a1df1a825e].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.7.11)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|
| |
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.7.12)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|