and <ahref="http://www.i2p2.de/getinvolved.html">get involved</a>
or <ahref="http://www.i2p2.de/donate.html">donate</a>!
We are also looking for help on new and existing translations.
Please volunteer on IRC #i2p.
</p>
<p>
Release details:
<p><strong>Network Database</strong></p>
<p>- Partially reintroduce Kademlia to the network database, by having each floodfill store only a portion of the keyspace. Routers will query and store to a floodfill that is closest to the key in question. Floodfills will only flood to peers closest to the key.
<br/>- The limit on number of floodfills will not be raised in this release. Therefore, there will be no immediate change; all floodfills will store the entire keyspace. In future releases, the limit will be raised until most class O routers will be floodfill. After that, each floodfill be be responsible for about 300 netdb entries, independent of network size, thus allowing i2p to scale to many thousands of routers.
<br/>- The release also fixes a bad bug that was preventing verification of RouterInfo stores.</p>
<p>- The router console now supports translation to other languages using standard "po" files. Initial string tagging by "walking".
<br/>- The HTTP proxy now supports translated error pages.
<br/>- Chinese translation (by "walking") is included.
<br/>- French translation (by "neutron") is included.
<br/>- German translation (by "echelon") is included.
<br/>- Translation of bundled applications (i2psnark, i2ptunnel, susimail, susidns) is not yet supported, it will be included in a future release.
<br/>- We are searching for additional translation volunteers.</p>
<p><strong>Streaming Lib</strong></p>
<p>- Improve the handling of immediate ack requests, hopefully this will help network speed.</p>
<p><strong>Peer Profiles</strong></p>
<p>- Additions to store statistics on netdb performance, to assist floodfill peer selection
<br/>- Reduction in storage for non-floodfill peers, to save about 2MB RAM</p>
<p><strong>Transport</strong></p>
<p>- To prevent easy blocking by malicious firewalls (matching source or destination port 8887), new I2P installs will now use a random port between 9000 and 32000. Users who have previously installed i2p are encouraged to change their port to make blocking more difficult.</p>
<p><strong>I2PSnark</strong></p>
<p>- Raise piece size limit from 1MB to 2MB</p>
<p><strong>Other</strong></p>
<p>- Continued cleanup of the code to reduce package size and memory usage