95 lines
3.8 KiB
HTML
95 lines
3.8 KiB
HTML
{% extends "_layout.html" %}
|
|
{% block title %}0.7.12 Release{% endblock %}
|
|
{% block content %}
|
|
<p>
|
|
The 0.7.12 release contains support for user-generated plugins. These plugins may contain console web applications,
|
|
themes, translations, or standalone programs.
|
|
Some plugins are already available for testing.
|
|
We are hopeful this support will enable rapid development of innovative i2p applications.
|
|
</p><p>
|
|
The release fixes the blank-page bug when an eepsite is not reachable,
|
|
and also improves handling of clock skews and IP changes.
|
|
It adds support for a new, smaller tunnel build message,
|
|
that will be tested in this release and enabled in the next release.
|
|
</p><p>
|
|
As usual, the release contains more anonymity and performance improvements,
|
|
translation updates, and an assortment of other bug fixes.
|
|
Upgrading is recommended.
|
|
</p><p>
|
|
The last 6 months of development have dramatically increased the performance and capacity of the network.
|
|
Please help grow the network.
|
|
Please give the
|
|
developers feedback on IRC #i2p or <a href="http://forum.i2p2.de/">forum.i2p2.de</a>
|
|
and <a href="http://www.i2p2.de/getinvolved.html">get involved</a>,
|
|
spread the word,
|
|
and <a href="http://www.i2p2.de/donate.html">donate</a>!
|
|
We are still looking for help on new and existing translations.
|
|
Please volunteer on IRC #i2p.
|
|
</p>
|
|
|
|
<p>Files are available on the <a href="/download.html">download page.</a></p>
|
|
|
|
<p>
|
|
Release details:
|
|
</p>
|
|
|
|
<p><strong>Plugins</strong></p>
|
|
|
|
<p>- New support for cryptographically-signed user-generated i2p plugins. These plugins may provide new console web applications, themes, translations, web sites, or other applications.</p>
|
|
|
|
<p><strong>I2PSnark</strong></p>
|
|
|
|
<p>- Ignore non-i2p trackers in a torrent, to "convert" a non-i2p torrent to an i2p torrent using i2p open trackers
|
|
|
|
<br />- Add javascript confirmation to remove and delete buttons</p>
|
|
|
|
<p><strong>Transport</strong></p>
|
|
|
|
<p>- Implement NTP-style clock slewing to converge the router clock without jumps
|
|
<br />- Implement clock updates based on peer average, for clock convergence even if NTP updates fail
|
|
<br />- Fix IP change recognition for routers that are not firewalled
|
|
<br />- Implement address costs, so a router can advertise its preferred transport
|
|
<br />- Fix the router gradually losing geoip references
|
|
<br />- Improve performance by removing global locks
|
|
<br />- Remove some unused threads</p>
|
|
|
|
<p><strong>Tunnel Building</strong></p>
|
|
|
|
<p>- Implement a new, smaller tunnel build message, to reduce bandwidth and improve build success. The new message will be tested in this release and enabled in the next release.
|
|
<br />- Accept tunnel build replies even if they are received late, to improve build success
|
|
<br />- Improve performance by removing global locks</p>
|
|
|
|
<p><strong>HTTP Proxy</strong></p>
|
|
|
|
<p>- Fix bug causing blank page instead of error page on connect timeout
|
|
<br />- Change Host: header from B64 to B32 to reduce the request size
|
|
<br />- Eliminate redundant lookups</p>
|
|
|
|
<p><strong>Console</strong></p>
|
|
|
|
<p>- Fix repeated console password prompts
|
|
<br />- Russian, Chinese, and French translation updates</p>
|
|
|
|
<p><strong>Network Database</strong></p>
|
|
|
|
<p>- Increase the number of floodfills again</p>
|
|
|
|
<p><strong>Other</strong></p>
|
|
|
|
<p>- Support unpack200 in the updater for smaller update packages and plugins
|
|
<br />- More changes for performance
|
|
<br />- Take library jars out of susidns and router console
|
|
<br />- A new SOCKS IRC tunnel type, to provide IRC filtering and server selection in a single client</p>
|
|
|
|
|
|
<p>
|
|
SHA256 Checksums:
|
|
<pre>
|
|
a9033145b38cba2b35b37180a46101a67507943fc62ee4731bb60bccc80ef170 i2pinstall_0.7.12.exe
|
|
2bdfe7eaa0b7f2a48022a5834d9fd19b663bdc5fe216fb7ce43f57281efed968 i2psource_0.7.12.tar.bz2
|
|
4f367147f095527e7d94b621a6249f3c557855cb43a45718ff4cf89af803e639 i2pupdate_0.7.12.zip
|
|
31dd5ee3a47666d600a3a621224f1f73d4af17dce3e3e6ca8519971df3085052 i2pupdate.sud
|
|
</pre>
|
|
</p>
|
|
{% endblock %}
|