From 14ddfb360f436350b2e190e5d0ac7852d11b0598 Mon Sep 17 00:00:00 2001 From: complication Date: Mon, 4 Feb 2008 23:20:28 +0000 Subject: [PATCH] 2008-02-04 Complication * Also use the new key for checking, and add it into news.xml --- core/java/src/net/i2p/crypto/TrustedUpdate.java | 1 + history.txt | 2 ++ news.xml | 2 +- router/java/src/net/i2p/router/RouterVersion.java | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) 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
  1. Add the following line:
    - +
  2. Click "Apply"
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 8f4df9726..a7c20c68c 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -17,7 +17,7 @@ import net.i2p.CoreVersion; public class RouterVersion { public final static String ID = "$Revision: 1.548 $ $Date: 2008-01-08 21:15:43 $"; public final static String VERSION = "0.6.1.30"; - public final static long BUILD = 24; + public final static long BUILD = 25; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);