Changeset ae0a516
- Timestamp:
- Oct 6, 2008 1:28:34 PM (12 years ago)
- Branches:
- master
- Children:
- eae67a4
- Parents:
- bf07a6a
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/CoreVersion.java
rbf07a6a rae0a516 16 16 public class CoreVersion { 17 17 public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $"; 18 public final static String VERSION = "0.6. 3";18 public final static String VERSION = "0.6.4"; 19 19 20 20 public static void main(String args[]) { -
history.txt
rbf07a6a rae0a516 1 * 2008-10-05 0.6.4 released 2 3 2008-10-05 Complication 4 * Update versions, package release 5 1 6 2008-09-29 zzz 2 7 * i2psnark: Add codevoid link, remove mastertracker -
initialNews.xml
rbf07a6a rae0a516 1 <i2p.news date="$Date: 2008- 08-2412:00:00 $">2 <i2p.release version="0.6. 3" date="2008/08/24" minVersion="0.6"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" 3 3 /> 4 4 <center><h2>Congratulations on getting I2P installed!</h2></center> -
installer/install.xml
rbf07a6a rae0a516 5 5 <info> 6 6 <appname>i2p</appname> 7 <appversion>0.6. 3</appversion>7 <appversion>0.6.4</appversion> 8 8 <authors> 9 9 <author name="I2P" email="http://forum.i2p2.de/"/> -
news.xml
rbf07a6a rae0a516 1 <i2p.news date="$Date: 2008- 08-2412:00:00 $">2 <i2p.release version="0.6. 3" date="2008/08/24" minVersion="0.6"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" 3 3 anonurl="http://i2p/NF2RLVUxVulR3IqK0sGJR0dHQcGXAzwa6rEO4WAWYXOHw-DoZhKnlbf1nzHXwMEJoex5nFTyiNMqxJMWlY54cvU~UenZdkyQQeUSBZXyuSweflUXFqKN-y8xIoK2w9Ylq1k8IcrAFDsITyOzjUKoOPfVq34rKNDo7fYyis4kT5bAHy~2N1EVMs34pi2RFabATIOBk38Qhab57Umpa6yEoE~rbyR~suDRvD7gjBvBiIKFqhFueXsR2uSrPB-yzwAGofTXuklofK3DdKspciclTVzqbDjsk5UXfu2nTrC1agkhLyqlOfjhyqC~t1IXm-Vs2o7911k7KKLGjB4lmH508YJ7G9fLAUyjuB-wwwhejoWqvg7oWvqo4oIok8LG6ECR71C3dzCvIjY2QcrhoaazA9G4zcGMm6NKND-H4XY6tUWhpB~5GefB3YczOqMbHq4wi0O9MzBFrOJEOs3X4hwboKWANf7DT5PZKJZ5KorQPsYRSq0E3wSOsFCSsdVCKUGsAAAA/i2p/i2pupdate.sud" 4 4 publicurl="http://dev.i2p.net/i2p/i2pupdate.sud" … … 12 12 <p> 13 13 • 14 2008- 08-24: <b>0.6.3 <a href="http://www.i2p2.i2p/release-0.6.3.html">Released</a></b>14 2008-10-05: <b>0.6.4 <a href="http://www.i2p2.i2p/release-0.6.4.html">Released</a></b> 15 15 </p><p> 16 The 0.6.3 release introduces multiple bugfixes, optimizations and security improvements. 17 Routers will start monitoring the number of well-behaved NetDB peers, 18 volunteering as one if a shortage develops and they can. 19 Well-behaved NetDB nodes are preferred stronger, and ill-behaved nodes 20 blacklisted more effectively. LeaseSets are handled more efficiently, 21 new fixes should enable the correct operation of UDP introducers. 22 I2P also gains preliminary support for permanent IP blocklists, 23 and a new peer connection limiter. Improvements to the Router Console 24 should make configuring client applications easier and I2PSnark 25 will now resist corrupt data better.</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. 24 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. 29 </p> 26 30 27 31 <!-- -
router/java/src/net/i2p/router/RouterVersion.java
rbf07a6a rae0a516 17 17 public class RouterVersion { 18 18 public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $"; 19 public final static String VERSION = "0.6. 3";20 public final static long BUILD = 9;19 public final static String VERSION = "0.6.4"; 20 public final static long BUILD = 0; 21 21 public static void main(String args[]) { 22 22 System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
Note: See TracChangeset
for help on using the changeset viewer.