2008-02-04 Complication

* Also use the new key for checking, and add it into news.xml
This commit is contained in:
complication
2008-02-04 23:20:28 +00:00
parent 78ad831028
commit 14ddfb360f
4 changed files with 5 additions and 2 deletions

View File

@ -139,6 +139,7 @@ D8usM7Dxp5yrDrCYZ5AIijc=
} else {
_trustedKeys.add(DEFAULT_TRUSTED_KEY);
_trustedKeys.add(DEFAULT_TRUSTED_KEY2);
_trustedKeys.add(DEFAULT_TRUSTED_KEY3);
}
if (_log.shouldLog(Log.DEBUG))
_log.debug("TrustedUpdate created, trusting " + _trustedKeys.size() + " keys.");