2005-11-26 jrandom

* Update the sorting in Syndie to consider children 'newer' than parents,
      even if they have the same message ID (duh)
    * Cleaned up some nav links in Syndie (good idea gloin, spaetz!)
    * Added a bunch of tooltips to Syndie's fields (thanks polecat!)
    * Force support for nonvalidating XML in Jetty (so we can handle GCJ/etc
      better)
This commit is contained in:
jrandom
2005-11-26 16:51:16 +00:00
committed by zzz
parent 70c4560f02
commit d1f2b447ac
12 changed files with 148 additions and 75 deletions
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.299 $ $Date: 2005/11/26 04:16:13 $";
public final static String ID = "$Revision: 1.300 $ $Date: 2005/11/26 06:39:32 $";
public final static String VERSION = "0.6.1.5";
public final static long BUILD = 10;
public final static long BUILD = 11;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);