Overview
| Comment: | ChromeOS Release 9 | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 21da395d7468e8c8c2d0dba98ab4e42f | 
| User & Date: | rkeene on 2017-03-09 02:43:17 | 
| Other Links: | manifest | tags | 
Context
| 2017-07-17 | ||
| 13:56 | Corrected typo causing debug builds to fail check-in: d02f2af7a5 user: rkeene tags: trunk | |
| 2017-03-09 | ||
| 02:43 | ChromeOS Release 9 check-in: 21da395d74 user: rkeene tags: trunk | |
| 02:42 | Better linking to zlib for AppFS build check-in: ee07cc40d0 user: rkeene tags: trunk | |
Changes
Modified build/chrome/manifest.json.in from [cf5db959c0] to [59c95847fd].
| 1 2 3 4 | 
{
	"manifest_version": 2,
	"name": "CACKey",
	"short_name": "CACKey",
 | | | 1 2 3 4 5 6 7 8 9 10 11 12 | 
{
	"manifest_version": 2,
	"name": "CACKey",
	"short_name": "CACKey",
	"version": "@PACKAGE_VERSION@.9",
	"description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.",
	"icons": {
		"128": "icon.png"
	},
 | 
| ︙ | ︙ |