diff --git a/core/java/src/net/i2p/data/ByteArray.java b/core/java/src/net/i2p/data/ByteArray.java index 01491dd53..c0e8013c1 100644 --- a/core/java/src/net/i2p/data/ByteArray.java +++ b/core/java/src/net/i2p/data/ByteArray.java @@ -38,7 +38,7 @@ public class ByteArray implements Serializable, Comparable { } /** - * how many of the bytes in the array are 'valid'? + * Count how many of the bytes in the array are 'valid'. * this property does not necessarily have meaning for all byte * arrays. */ diff --git a/history.txt b/history.txt index 89865a685..d98252f64 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.100 2004/12/06 20:09:20 jrandom Exp $ +$Id: history.txt,v 1.101 2004/12/08 12:16:17 jrandom Exp $ + +* 2004-12-08 0.4.2.3 released 2004-12-08 jrandom * Revised the buffering when reading from the SAM client and writing diff --git a/installer/install.xml b/installer/install.xml index 8fa21dfb0..76dc8f405 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -4,7 +4,7 @@ i2p - 0.4.2.2 + 0.4.2.3 diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 1266fde31..a4424772a 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -15,9 +15,9 @@ import net.i2p.CoreVersion; * */ public class RouterVersion { - public final static String ID = "$Revision: 1.105 $ $Date: 2004/12/06 20:09:20 $"; - public final static String VERSION = "0.4.2.2"; - public final static long BUILD = 9; + public final static String ID = "$Revision: 1.106 $ $Date: 2004/12/08 12:16:17 $"; + public final static String VERSION = "0.4.2.3"; + public final static long BUILD = 0; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION); System.out.println("Router ID: " + RouterVersion.ID);