forked from I2P_Developers/i2p.i2p
0.8.6
This commit is contained in:
@@ -16,7 +16,7 @@ package net.i2p;
|
||||
public class CoreVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = "0.8.5";
|
||||
public final static String VERSION = "0.8.6";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
* 2011-05-16 0.8.6 released
|
||||
|
||||
2011-05-13 zzz
|
||||
* Increase min floodfills; decrease min routerinfo expiration
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<info>
|
||||
<appname>i2p</appname>
|
||||
<appversion>0.8.5</appversion>
|
||||
<appversion>0.8.6</appversion>
|
||||
<authors>
|
||||
<author name="I2P" email="http://forum.i2p2.de/"/>
|
||||
</authors>
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
<!--
|
||||
<i2p.news date="$Date: 2011-04-18 00:00:00 $">
|
||||
<i2p.release version="0.8.5" date="2011/04/18" minVersion="0.6" />
|
||||
<i2p.news date="$Date: 2011-05-16 00:00:00 $">
|
||||
<i2p.release version="0.8.6" date="2011/05/16" minVersion="0.6" />
|
||||
-->
|
||||
<div lang="en">
|
||||
<h3>2011-04-18: <b>0.8.5 <a href="http://www.i2p2.i2p/release-0.8.5.html">Released</a></b></h3>
|
||||
<h3>2011-05-16: <b>0.8.6 <a href="http://www.i2p2.i2p/release-0.8.6.html">Released</a></b></h3>
|
||||
<p>
|
||||
The 0.8.5 release contains a few bug fixes and performance improvements, and lots of translation updates.
|
||||
As usual, upgrading is recommended.
|
||||
The 0.8.6 release contains more peer selection defenses to resist powerful attackers, and
|
||||
tweaks to adjust to the recent rapid growth in the network.
|
||||
Upgrading is recommended.
|
||||
</p><p>
|
||||
Please help grow the network.
|
||||
Say hello to the volunteers on the <a href="irc://127.0.0.1:6668/i2p-help">#i2p-help IRC channel</a>.
|
||||
|
||||
@@ -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 = 5;
|
||||
public final static long BUILD = 0;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user