diff --git a/apps/BOB/src/net/i2p/BOB/BOB.java b/apps/BOB/src/net/i2p/BOB/BOB.java index e08c4cea9..f8969566f 100644 --- a/apps/BOB/src/net/i2p/BOB/BOB.java +++ b/apps/BOB/src/net/i2p/BOB/BOB.java @@ -260,6 +260,7 @@ public class BOB { i = 0; boolean g = false; + spin.set(true); try { info("BOB is now running."); listener = new ServerSocket(Integer.parseInt(props.getProperty(PROP_BOB_PORT)), 10, InetAddress.getByName(props.getProperty(PROP_BOB_HOST))); diff --git a/apps/BOB/src/net/i2p/BOB/DoCMDS.java b/apps/BOB/src/net/i2p/BOB/DoCMDS.java index af5830818..38bb60ca6 100644 --- a/apps/BOB/src/net/i2p/BOB/DoCMDS.java +++ b/apps/BOB/src/net/i2p/BOB/DoCMDS.java @@ -54,7 +54,7 @@ public class DoCMDS implements Runnable { // FIX ME // I need a better way to do versioning, but this will do for now. - public static final String BMAJ = "00", BMIN = "00", BREV = "0F", BEXT = ""; + public static final String BMAJ = "00", BMIN = "00", BREV = "10", BEXT = ""; public static final String BOBversion = BMAJ + "." + BMIN + "." + BREV + BEXT; private Socket server; private Properties props; diff --git a/history.txt b/history.txt index b908f2825..f57324124 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +2012-07-24 sponge + * BOB reset spin flag to enable restart from zap command + 2012-07-24 str4d * Summary bar: disable fallback iframe in summary.jsi (so when JS is disabled the summary bar will not refresh at all)