Check-in [21d6e16ab8]
Overview
Comment:CACKey 0.6.0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.6.0
Files: files | file ages | folders
SHA1:21d6e16ab8e43e4931d91c70807a8de59bf8a842
User & Date: rkeene on 2011-08-25 04:01:38
Other Links: manifest | tags
Context
2011-08-26
03:59
Updated to support linking to PKCS#11 providers that export the minimal PKCS#11 symbols check-in: ab28e9b926 user: rkeene tags: trunk
2011-08-25
04:01
CACKey 0.6.0 check-in: 21d6e16ab8 user: rkeene tags: trunk, 0.6.0
04:00
Fixed bug in UUID of package

Added PKCS11.tokend package to CACKey on Mac OS X

Removed legacy (pre-Mac OS X 10.5) build support check-in: 059330a9a5 user: rkeene tags: trunk

Changes

Modified configure.ac from [211789c1dc] to [4cfafab603].

     1         -AC_INIT(cackey, 0.5.21) 
            1  +AC_INIT(cackey, 0.6.0) 
     2      2   AC_CONFIG_HEADERS(config.h)
     3      3   
     4      4   dnl Locate standard tools
     5      5   AC_PROG_CC
     6      6   AC_PROG_MAKE_SET
     7      7   AC_PROG_INSTALL
     8      8   AC_AIX