Skip to content

Commit c93ccd1

Browse files
author
complication
committed
* Update versions, package release, fix typo in comment
1 parent 73280ab commit c93ccd1

File tree

7 files changed

+39
-22
lines changed

7 files changed

+39
-22
lines changed

core/java/src/net/i2p/CoreVersion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
public class CoreVersion {
1717
public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $";
18-
public final static String VERSION = "0.6.4";
18+
public final static String VERSION = "0.6.5";
1919

2020
public static void main(String args[]) {
2121
System.out.println("I2P Core version: " + VERSION);

core/java/src/net/i2p/data/PrivateKeyFile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public PrivateKeyFile(File file, I2PClient client) {
164164
}
165165

166166

167-
/** Also reads in the file to get the privKay and signingPrivKey,
167+
/** Also reads in the file to get the privKey and signingPrivKey,
168168
* which aren't available from I2PClient.
169169
*/
170170
public Destination createIfAbsent() throws I2PException, IOException, DataFormatException {

history.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* 2008-12-01 0.6.5 released
2+
3+
2008-12-01 Complication
4+
* Update versions, package release, fix typo in comment
5+
16
2008-11-26 zzz
27
* Fix Windows UrlLauncher
38

initialNews.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<i2p.news date="$Date: 2008-10-05 12:00:00 $">
2-
<i2p.release version="0.6.4" date="2008/10/05" minVersion="0.6"
1+
<i2p.news date="$Date: 2008-12-01 00:00:00 $">
2+
<i2p.release version="0.6.5" date="2008/12/01" minVersion="0.6"
33
/>
44
<center><h2>Congratulations on getting I2P installed!</h2></center>
55
<ul>

installer/install.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<info>
66
<appname>i2p</appname>
7-
<appversion>0.6.4</appversion>
7+
<appversion>0.6.5</appversion>
88
<authors>
99
<author name="I2P" email="http://forum.i2p2.de/"/>
1010
</authors>

news.xml

+27-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<i2p.news date="$Date: 2008-10-05 12:00:00 $">
2-
<i2p.release version="0.6.4" date="2008/10/05" minVersion="0.6"
1+
<i2p.news date="$Date: 2008-12-01 00:00:00 $">
2+
<i2p.release version="0.6.5" date="2008/12/01" minVersion="0.6"
33
anonurl="http://i2p/NF2RLVUxVulR3IqK0sGJR0dHQcGXAzwa6rEO4WAWYXOHw-DoZhKnlbf1nzHXwMEJoex5nFTyiNMqxJMWlY54cvU~UenZdkyQQeUSBZXyuSweflUXFqKN-y8xIoK2w9Ylq1k8IcrAFDsITyOzjUKoOPfVq34rKNDo7fYyis4kT5bAHy~2N1EVMs34pi2RFabATIOBk38Qhab57Umpa6yEoE~rbyR~suDRvD7gjBvBiIKFqhFueXsR2uSrPB-yzwAGofTXuklofK3DdKspciclTVzqbDjsk5UXfu2nTrC1agkhLyqlOfjhyqC~t1IXm-Vs2o7911k7KKLGjB4lmH508YJ7G9fLAUyjuB-wwwhejoWqvg7oWvqo4oIok8LG6ECR71C3dzCvIjY2QcrhoaazA9G4zcGMm6NKND-H4XY6tUWhpB~5GefB3YczOqMbHq4wi0O9MzBFrOJEOs3X4hwboKWANf7DT5PZKJZ5KorQPsYRSq0E3wSOsFCSsdVCKUGsAAAA/i2p/i2pupdate.sud"
44
publicurl="http://dev.i2p.net/i2p/i2pupdate.sud"
55
anonannouncement="http://i2p/NF2RLVUxVulR3IqK0sGJR0dHQcGXAzwa6rEO4WAWYXOHw-DoZhKnlbf1nzHXwMEJoex5nFTyiNMqxJMWlY54cvU~UenZdkyQQeUSBZXyuSweflUXFqKN-y8xIoK2w9Ylq1k8IcrAFDsITyOzjUKoOPfVq34rKNDo7fYyis4kT5bAHy~2N1EVMs34pi2RFabATIOBk38Qhab57Umpa6yEoE~rbyR~suDRvD7gjBvBiIKFqhFueXsR2uSrPB-yzwAGofTXuklofK3DdKspciclTVzqbDjsk5UXfu2nTrC1agkhLyqlOfjhyqC~t1IXm-Vs2o7911k7KKLGjB4lmH508YJ7G9fLAUyjuB-wwwhejoWqvg7oWvqo4oIok8LG6ECR71C3dzCvIjY2QcrhoaazA9G4zcGMm6NKND-H4XY6tUWhpB~5GefB3YczOqMbHq4wi0O9MzBFrOJEOs3X4hwboKWANf7DT5PZKJZ5KorQPsYRSq0E3wSOsFCSsdVCKUGsAAAA/pipermail/i2p/2005-September/000878.html"
@@ -11,20 +11,32 @@
1111
publiclogs="http://www.i2p.net/meeting141" />
1212
<p>
1313
&#149;
14-
2008-10-05: <b>0.6.4 <a href="http://www.i2p2.i2p/release-0.6.4.html">Released</a></b>
14+
2008-12-01: <b>0.6.5 <a href="http://www.i2p2.i2p/release-0.6.5.html">Released</a></b>
1515
</p><p>
16-
The 0.6.4 release adds performance and stability improvements.
17-
Floodfill peers which are already connected, are preferred
18-
for RouterInfo stores, and references to new floodfill peers
19-
obtained from ordinary peers in case of shortage.
20-
21-
Preference for already connected peers is generally increased
22-
by considering them active. Timeouts during tunnel joins
23-
are now counted against peer profiles.
16+
The 0.6.5 release introduces new components,
17+
drops some old ones (like the old TCP transport)
18+
and has been optimized to perform better.
19+
</p><p>
20+
The BOB (Basic Open Bridge) protocol is introduced,
21+
for use by client applications which cannot import
22+
I2CP libraries directly. This depreactes the old
23+
SAM protocol which was previously used in such cases.
24+
For now however, BOB is not started automatically yet
25+
on new installations, and SAM remains active on old installations.
26+
</p><p>
27+
Improved code be better at preventing congestion
28+
by probabalistically dropping participating traffic,
29+
and likewise behave better when congestion occurs.
30+
The floodfill NetDB should operate more reliably,
31+
the streaming library should choose better message sizes,
32+
offer a socket timeout function, and work proceeds
33+
on the "hidden" mode of operation for I2P routers.
34+
</p><p>
35+
From this release onward, I2P requires Java 1.5 or higher.
36+
If you are uncertain about your Java version, you can verify
37+
by opening a terminal window or command prompt,
38+
and entering the command "java -version".
39+
If you have an older Java installed, please update it first!</p>
2440

25-
Improvements to the shutdown handler, tunnel builder,
26-
router throttling, collection of tunnel pool statistics,
27-
as well as router console and I2PSnark improvements
28-
(and texts to explain reachability issues) are also included.
2941
</p>
3042
</i2p.news>

router/java/src/net/i2p/router/RouterVersion.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*/
1717
public class RouterVersion {
1818
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
19-
public final static String VERSION = "0.6.4";
20-
public final static long BUILD = 11;
19+
public final static String VERSION = "0.6.5";
20+
public final static long BUILD = 0;
2121
public static void main(String args[]) {
2222
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
2323
System.out.println("Router ID: " + RouterVersion.ID);

0 commit comments

Comments
 (0)