2009-07-23 sponge
* Fix jdk 1.6izm in BOB as per zzz
This commit is contained in:
@ -125,7 +125,7 @@ public class MUXlisten implements Runnable {
|
|||||||
this.info.add("STARTING", new Boolean(false));
|
this.info.add("STARTING", new Boolean(false));
|
||||||
this.info.releaseWriteLock();
|
this.info.releaseWriteLock();
|
||||||
this.database.releaseWriteLock();
|
this.database.releaseWriteLock();
|
||||||
throw new IOException(e);
|
throw new IOException(e.toString());
|
||||||
} catch (RuntimeException e) {
|
} catch (RuntimeException e) {
|
||||||
// Something went bad.
|
// Something went bad.
|
||||||
this.database.getWriteLock();
|
this.database.getWriteLock();
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
2009-07-23 sponge
|
||||||
|
* Fix jdk 1.6izm in BOB as per zzz
|
||||||
|
|
||||||
2009-07-22 dr|z3d
|
2009-07-22 dr|z3d
|
||||||
* More work on the I2PSnark UI.
|
* More work on the I2PSnark UI.
|
||||||
* Start of improvements to tunnel table data.
|
* Start of improvements to tunnel table data.
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 18;
|
public final static long BUILD = 19;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user