Check-in [bb7be6db49]
Overview
Comment:CACKey 0.7.5
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.7.5
Files: files | file ages | folders
SHA1:bb7be6db497422a9615091fd837038777439955b
User & Date: rkeene on 2015-09-30 15:16:47
Other Links: manifest | tags
Context
2016-02-03
05:26
Added start of a Google Chrome extension check-in: fc49ac54cf user: rkeene tags: trunk
2015-09-30
15:16
CACKey 0.7.5 check-in: bb7be6db49 user: rkeene tags: trunk, 0.7.5
15:11
Updated Mac OS X build script to validate SHA-256 Checksum of outside-sourced TokenD check-in: cbe478d8a3 user: kvanals tags: trunk
Changes

Modified configure.ac from [f1a98b3eb3] to [e7d2982c77].

     1         -AC_INIT(cackey, 0.7.4) 
            1  +AC_INIT(cackey, 0.7.5) 
     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