* Update versions, package release

This commit is contained in:
complication
2009-04-18 22:33:00 +00:00
parent e6cecab0b6
commit fc9e3ee77d
6 changed files with 28 additions and 23 deletions

View File

@ -15,7 +15,7 @@ package net.i2p;
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $";
public final static String VERSION = "0.7.1";
public final static String VERSION = "0.7.2";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -1,3 +1,8 @@
* 2009-04-18 0.7.2 released
2009-04-18 Complication
* Update versions, package release
2009-04-17 sponge
* fixed setIP, just be sure to distclean before building :-)
* more lint taken care of as well.

View File

@ -1,5 +1,5 @@
<i2p.news date="$Date: 2009-03-29 00:00:00 $">
<i2p.release version="0.7.1" date="2009/03/29" minVersion="0.6"
<i2p.news date="$Date: 2009-04-18 00:00:00 $">
<i2p.release version="0.7.2" date="2009/04/18" minVersion="0.6"
/>
<center><h2>Congratulations on getting I2P installed!</h2></center>
<ul>

View File

@ -4,7 +4,7 @@
<info>
<appname>i2p</appname>
<appversion>0.7.1</appversion>
<appversion>0.7.2</appversion>
<authors>
<author name="I2P" email="http://forum.i2p2.de/"/>
</authors>

View File

@ -1,5 +1,5 @@
<i2p.news date="$Date: 2009-03-29 00:00:00 $">
<i2p.release version="0.7.1" date="2009/03/29" minVersion="0.6"
<i2p.news date="$Date: 2009-04-18 00:00:00 $">
<i2p.release version="0.7.2" date="2009/04/18" minVersion="0.6"
anonurl="http://i2p/NF2RLVUxVulR3IqK0sGJR0dHQcGXAzwa6rEO4WAWYXOHw-DoZhKnlbf1nzHXwMEJoex5nFTyiNMqxJMWlY54cvU~UenZdkyQQeUSBZXyuSweflUXFqKN-y8xIoK2w9Ylq1k8IcrAFDsITyOzjUKoOPfVq34rKNDo7fYyis4kT5bAHy~2N1EVMs34pi2RFabATIOBk38Qhab57Umpa6yEoE~rbyR~suDRvD7gjBvBiIKFqhFueXsR2uSrPB-yzwAGofTXuklofK3DdKspciclTVzqbDjsk5UXfu2nTrC1agkhLyqlOfjhyqC~t1IXm-Vs2o7911k7KKLGjB4lmH508YJ7G9fLAUyjuB-wwwhejoWqvg7oWvqo4oIok8LG6ECR71C3dzCvIjY2QcrhoaazA9G4zcGMm6NKND-H4XY6tUWhpB~5GefB3YczOqMbHq4wi0O9MzBFrOJEOs3X4hwboKWANf7DT5PZKJZ5KorQPsYRSq0E3wSOsFCSsdVCKUGsAAAA/i2p/i2pupdate.sud"
publicurl="http://dev.i2p.net/i2p/i2pupdate.sud"
anonannouncement="http://i2p/NF2RLVUxVulR3IqK0sGJR0dHQcGXAzwa6rEO4WAWYXOHw-DoZhKnlbf1nzHXwMEJoex5nFTyiNMqxJMWlY54cvU~UenZdkyQQeUSBZXyuSweflUXFqKN-y8xIoK2w9Ylq1k8IcrAFDsITyOzjUKoOPfVq34rKNDo7fYyis4kT5bAHy~2N1EVMs34pi2RFabATIOBk38Qhab57Umpa6yEoE~rbyR~suDRvD7gjBvBiIKFqhFueXsR2uSrPB-yzwAGofTXuklofK3DdKspciclTVzqbDjsk5UXfu2nTrC1agkhLyqlOfjhyqC~t1IXm-Vs2o7911k7KKLGjB4lmH508YJ7G9fLAUyjuB-wwwhejoWqvg7oWvqo4oIok8LG6ECR71C3dzCvIjY2QcrhoaazA9G4zcGMm6NKND-H4XY6tUWhpB~5GefB3YczOqMbHq4wi0O9MzBFrOJEOs3X4hwboKWANf7DT5PZKJZ5KorQPsYRSq0E3wSOsFCSsdVCKUGsAAAA/pipermail/i2p/2005-September/000878.html"
@ -11,25 +11,25 @@
publiclogs="http://www.i2p.net/meeting141" />
<p>
&#149;
2009-03-29: <b>0.7.1 <a href="http://www.i2p2.i2p/release-0.7.1.html">Released</a></b>
2009-04-18: <b>0.7.2 <a href="http://www.i2p2.i2p/release-0.7.2.html">Released</a></b>
</p><p>
The 0.7.1 release optimizes I2P towards better performance
and introduces new features.
The 0.7.2 release fixes multiple bugs and potential problems
in I2P, while preparing ground for new functionality.
</p><p>
Multiple bugs are fixed, replacements to the SimpleTimer class
should waste less time on object locking. Some old components
are dropped and several classes refactored to avoid repeating code.
Threading issues with the SimpleTimer should no longer occur,
the NTCP transport should no longer encounter null pointer exceptions,
and "abandoned" tunnels should finish operation correctly.
</p><p>
Support for encrypted LeaseSets (for creation of links over I2P
which an adversary cannot obstruct by attacking its gateways)
becomes more complete. New tunnel types like IRC server tunnels
and new options like delayed start and idling of tunnels
also gain support, along with improved usability of the I2P
Socks proxy mechanism.
Support is added for accessing the Router Console over IPv6,
a new message type enables I2CP applications to query
the router's bandwidth limits, an experimental desktop interface
for managing the router is included for the first time
(but not enabled automatically yet) and participation of a single peer
in too many tunnels is prevented to improve reliability and safety.
</p><p>
Work continues on streamlining and expanding the Router Console,
on the BOB protocol, on I2P ports for Debian and Slackware Linux,
on the I2PSnark client, on TCP connection properties
and multiple other fronts. Updating is highly recommended.
Besides other maintenance work, several old statistics calculators
are dropped to make router profiles smaller and quicker, while
new build scripts are supplied for I2P's big integer math library.
Updating is highly recommended.
</p>
</i2p.news>

View File

@ -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 = CoreVersion.VERSION;
public final static long BUILD = 21;
public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);