0.6.2-1
This commit is contained in:
11
history.txt
11
history.txt
@ -1,3 +1,6 @@
|
||||
2008-06-09 zzz
|
||||
* Propagate i2.i2p.i2p-0.6.2.1-pre branch to i2p.i2p
|
||||
|
||||
2008-06-09 zzz
|
||||
* Reachability: Restrict peers with no SSU address at all from inbound tunnels
|
||||
* News:
|
||||
@ -60,6 +63,14 @@
|
||||
- Hide ident, provide a tooltip and a link
|
||||
- Add a warning if you are firewalled and class O
|
||||
|
||||
2008-06-07 Complication
|
||||
* Fix version in news.xml so it could be published
|
||||
|
||||
* 2008-06-07 0.6.2 released
|
||||
|
||||
2008-06-07 Complication
|
||||
* Write announcement and prepare for release
|
||||
|
||||
2008-05-29 zzz
|
||||
* Fix up initialNews.xml
|
||||
|
||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
|
||||
public final static String VERSION = "0.6.2";
|
||||
public final static long BUILD = 0;
|
||||
public final static long BUILD = 1;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user