propagate from branch 'i2p.i2p.zzz.test' (head 5dadb7923797a3e6d9ead4d4b17ab7e0e0201b2b)

to branch 'i2p.i2p' (head 703251aaf19111efe6fac5a4ae49f00a1aac1e9e)
This commit is contained in:
zzz
2012-09-21 17:50:59 +00:00
19 changed files with 5860 additions and 3646 deletions

View File

@@ -18,10 +18,10 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 23;
public final static long BUILD = 0;
/** for example "-test" */
public final static String EXTRA = "-rc-test";
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
public static void main(String args[]) {
System.out.println("I2P Router version: " + FULL_VERSION);

View File

@@ -157,6 +157,7 @@ class UDPEndpoint {
* @since 0.9.2
*/
public void clearOutbound() {
_sender.clear();
if (_sender != null)
_sender.clear();
}
}