diff --git a/core/java/src/net/i2p/crypto/TrustedUpdate.java b/core/java/src/net/i2p/crypto/TrustedUpdate.java index 510b831c8..8b4b53b40 100644 --- a/core/java/src/net/i2p/crypto/TrustedUpdate.java +++ b/core/java/src/net/i2p/crypto/TrustedUpdate.java @@ -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."); diff --git a/history.txt b/history.txt index bf0300b8b..33885eaed 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,5 @@ +2008-02-04 Complication + * Also use the new key for checking, and add it into news.xml 2008-02-04 Complication * Added my release signing key into TrustedUpdate.java diff --git a/news.xml b/news.xml index 42335a7b7..a031cc6ee 100644 --- a/news.xml +++ b/news.xml @@ -68,7 +68,7 @@ On