Check-in [b45f1b708e]
Overview
Comment:ChomeOS: Release 6
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:b45f1b708ec411f4f588dbc48621c08d65964be3
User & Date: rkeene on 2016-02-29 22:23:44
Other Links: manifest | tags
Context
2016-03-01
00:43
ChromeOS: Only emit a warning on non-ChromeOS devices, still initialize check-in: fc7a05e23a user: rkeene tags: trunk
2016-02-29
22:23
ChomeOS: Release 6 check-in: b45f1b708e user: rkeene tags: trunk
22:22
Removed "import", does not work because the required module does not export check-in: 50743e141d user: rkeene tags: trunk
Changes

Modified build/chrome/manifest.json.in from [ef0e7c41ac] to [547ed82aef].

     1      1   {
     2      2   	"manifest_version": 2,
     3      3   	"name": "CACKey",
     4      4   	"short_name": "CACKey",
     5         -	"version": "@PACKAGE_VERSION@.5",
            5  +	"version": "@PACKAGE_VERSION@.6",
     6      6   
     7      7   	"description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.",
     8      8   
     9      9   	"icons": {
    10     10   		"128": "icon.png"
    11     11   	},
    12     12